0byt3m1n1
Path:
/
data
/
11
/
0
/
63
/
2
/
878491
/
meta
/
899642
/
mysql.backup
/
[
Home
]
File: 1_00701ae_6.mysqlcluster18.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster18 Database: 1_00701ae_6 -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!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 */; -- -- 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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; INSERT INTO `wp_commentmeta` VALUES (1,1,'_wp_trash_meta_status','1'),(2,1,'_wp_trash_meta_time','1557121622'); /*!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_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-02-06 17:51:13','2018-02-06 17:51:13','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'post-trashed','','',0,0); /*!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_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!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_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=389 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','http://www.maverickclaims.com/','yes'),(2,'home','http://www.maverickclaims.com/','yes'),(3,'blogname','Maverick Claims','yes'),(4,'blogdescription','Insurance Claims and Inspections','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cmr@cmrtax.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','9','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:0;s:33:\"ank-google-map/ank-google-map.php\";i:1;s:33:\"genesis-enews-extended/plugin.php\";i:2;s:32:\"genesis-portfolio-pro/plugin.php\";i:3;s:41:\"genesis-simple-faq/genesis-simple-faq.php\";i:4;s:31:\"genesis-simple-share/plugin.php\";i:5;s:63:\"genesis-widget-column-classes/genesis-widget-column-classes.php\";i:6;s:27:\"icon-widget/icon-widget.php\";i:7;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:8;s:25:\"seo-slider/seo-slider.php\";i:9;s:43:\"simple-social-icons/simple-social-icons.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";i:11;s:35:\"wp-featherlight/wp-featherlight.php\";i:12;s:52:\"wpstudio-testimonial-slider/genesis-testimonials.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','genesis','yes'),(41,'stylesheet','corporate-pro','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','44719','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:12:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:4:{s:5:\"title\";s:21:\"About Maverick Claims\";s:4:\"text\";s:168:\"Maverick Claims, LLC was born in the aftermath of hurricane Katrina, an event which highlighted the need for well trained adjusters who could provide a quality product.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:20:\"About Maverick Claim\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:6:{s:5:\"title\";s:38:\"Residential and Commercial Inspections\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"column-classes\";s:10:\"one-fourth\";s:20:\"column-classes-first\";b:1;}i:6;a:0:{}i:8;a:0:{}i:10;a:0:{}i:12;a:5:{s:5:\"title\";s:20:\"Maverick Claims, LLC\";s:4:\"text\";s:246:\"127 Terrabella Blvd\r\nCovington, LA 70433\r\n\r\n<i class=\"fa icon-iphone-streamline\">\r\n</i><a href=\"(866) 413-7042\">1-866-413-7042</a>\r\n\r\n<i class=\"fa icon-email-mail-streamline\"></i><a href=\"mailto: breanna.watson@maverickclaims.com \">Send Email</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"column-classes\";s:8:\"one-half\";}i:13;a:5:{s:5:\"title\";s:7:\"Sitemap\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"column-classes\";s:8:\"one-half\";}i:14;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"Copyright © 2019 Maverick Claims, LLC. All rights reserved. <a href=\"#top\" rel=\"nofollow\">Return to top</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"column-classes\";s:8:\"one-half\";}i:16;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<i class=\"fa icon-iphone-streamline\">\r\n</i><a href=\"(866) 413-7042\">1-866-413-7042</a>\r\n\r\n<i class=\"fa icon-email-mail-streamline\"></i><a href=\"mailto: breanna.watson@maverickclaims.com \">Send Email</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:43:\"simple-social-icons/simple-social-icons.php\";a:2:{i:0;s:26:\"Simple_Social_Icons_Widget\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','2','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','33','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:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:20:{s:19:\"wp_inactive_widgets\";a:11:{i:0;s:6:\"text-3\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";i:7;s:6:\"text-5\";i:8;s:6:\"text-4\";i:9;s:11:\"enews-ext-3\";i:10;s:10:\"nav_menu-3\";}s:12:\"header-right\";a:0:{}s:7:\"sidebar\";a:0:{}s:13:\"before-header\";a:1:{i:0;s:7:\"text-16\";}s:13:\"before-footer\";a:0:{}s:14:\"footer-credits\";a:2:{i:0;s:21:\"simple-social-icons-3\";i:1;s:7:\"text-14\";}s:12:\"front-page-1\";a:1:{i:0;s:19:\"seo_slider_widget-5\";}s:12:\"front-page-2\";a:1:{i:0;s:12:\"gts_widget-5\";}s:12:\"front-page-3\";a:0:{}s:12:\"front-page-4\";a:0:{}s:12:\"front-page-5\";a:0:{}s:12:\"front-page-6\";a:0:{}s:12:\"front-page-7\";a:0:{}s:12:\"front-page-8\";a:0:{}s:12:\"front-page-9\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:7:\"text-12\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:1:{i:0;s:10:\"nav_menu-6\";}s:11:\"after-entry\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:4:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:7:\"Sitemap\";s:8:\"nav_menu\";i:2;}i:4;a:2:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";i:2;}i:6;a:2:{s:5:\"title\";s:7:\"Sitemap\";s:8:\"nav_menu\";i:2;}}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:14:{i:1517939475;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:1557121159;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:1557121358;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:1557129168;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"b4b17768ecd6a3369b716a0ce3abb8f6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:9;}}}}i:1557129213;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c8bde69a9f79ca24059e3807f9a3bcf8\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:10;}}}}i:1557129260;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"a33bdbdff47548655d9bd9c05ea3930a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:11;}}}}i:1557685343;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1557688744;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:1557688897;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1557689810;a:1:{s:25:\"wpseo_ping_search_engines\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1557693141;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"78525e41f5c2848ff7e1a2337fb96361\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:14;}}}}i:1557695163;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"4334b88fe3501b2f0e4f630eb24f7ca5\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:26;}}}}i:1557697607;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"40abb52b93b056290603eb7686c4546c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:66;}}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557121541;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'),(113,'_transient_doing_cron','1621877054.4980330467224121093750','yes'),(119,'_site_transient_timeout_browser_127868b9556d0b73282ae4585eb3c66a','1557725962','no'),(120,'_site_transient_browser_127868b9556d0b73282ae4585eb3c66a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"73.0.3683.103\";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'),(124,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1557164375','no'),(125,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Mar 2019 23:39: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.3-alpha-45284\";s:7:\"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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.2 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/05/wordpress-5-2-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 16:17:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6914\";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:326:\"The second release candidate for WordPress 5.2 is now available! WordPress 5.2 will be released on Tuesday, May 7, but we need your help to get there—if you haven’t tried 5.2 yet, now is the time! There are two ways to test the WordPress 5.2 release candidate: try the WordPress Beta Tester plugin (you’ll want […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:2472:\"\n<p>The second release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>WordPress 5.2 will be released on <strong><a href=\"https://make.wordpress.org/core/5-2/\">Tuesday, May 7</a></strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.2, please see the <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>Proper translation of the recovery mode notification emails (#47093).</li><li>Improvements to the way Site Health works with multisite installs (#47084).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>It’s the start of May<br>and the release is coming.<br>We all give a cheer!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6914\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2019/05/the-month-in-wordpress-april-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 09:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6918\";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:324:\"This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project. WordPress 5.2 Almost Due for Release WordPress 5.2 is due for release on May 7 with many new features included for developers […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8386:\"\n<p>This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.2 Almost Due for Release</h2>\n\n\n\n<p>WordPress 5.2 is due for release on May 7 with many new features included for developers and end-users alike. <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">The Field Guide for the release</a> provides a lot of information about what is in it and what you can expect, including a few key elements:</p>\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<p>One of the most highly anticipated features for v5.2 is <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\">the Site Health Check</a>. This feature adds two new pages in the admin interface to help end users maintain a healthy site through common configuration issues and other elements that go along with having a robust online presence. It also provides a standardized location for developers to add debugging information.</p>\n\n\n\n<h3>Fatal Error Recovery Mode</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/\">The Fatal Error Recovery Mode feature</a> was originally planned for the 5.1 release but was delayed to patch up some last-minute issues that arose. This feature will help site-owners recover more quickly from fatal errors that break the display or functionality of their site that would ordinarily require code or database edits to fix.</p>\n\n\n\n<h3>Privacy and Accessibility Updates</h3>\n\n\n\n<p>Along with the headlining features mentioned above, there are some important enhancements to the privacy and accessibility features included in Core. These include <a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\">some important developer-focused changes</a> to how privacy policy pages are displayed and user data is exported, as well as <a href=\"https://make.wordpress.org/core/2019/04/02/admin-tabs-semantic-improvements-in-5-2/\">moving to more semantic markup for admin tabs</a> and <a href=\"https://make.wordpress.org/core/2019/04/24/notable-accessibility-changes-in-5-2/\">other improvements</a> such as switching post format icons to drop-down menus on post list tables, improved admin toolbar markup, and contextual improvements to archive widget drop-down menu.</p>\n\n\n\n<h3>New Dashicons</h3>\n\n\n\n<p>The <a href=\"https://developer.wordpress.org/resource/dashicons/\">Dashicons</a> library was last updated was over 3 years ago. Now, in the upcoming release, <a href=\"https://make.wordpress.org/core/2019/04/11/dashicons-in-wordpress-5-2/\">a set of 13 new icons will be added to the library</a> along with improvements to the build process and file format of the icons.</p>\n\n\n\n<h3>Block Editor Upgrades</h3>\n\n\n\n<p>The Block Editor has seen <a href=\"https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/\">numerous improvements</a> lately that will all be included in the v5.2 release. Along with the interface upgrades, the underlying Javascript module <a href=\"https://make.wordpress.org/core/2019/04/09/the-block-editor-javascript-module-in-5-2/\">has been reorganized</a>, improvements have been made to <a href=\"https://make.wordpress.org/core/2019/04/17/block-editor-detection-improvements-in-5-2/\">how the block editor is detected</a> on the post edit screen, and <a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\">the Javascript build process has been enhanced</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">WordPress 5.2 is now in the Release Candidate phase</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Translation Day 4 is Almost Here</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from Core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the previous WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in WordPress Translation Day 4? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Library Project Gets Started</h2>\n\n\n\n<p>Since <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the initial proposal</a> for a Block Library that would be made available from inside the block editor, work has been done to put together <a href=\"https://make.wordpress.org/design/2019/04/02/call-for-design-installing-blocks-from-within-gutenberg/\">some designs</a> for how this would look. Since then the project has received a more direct focus with <a href=\"https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/\">a planned out scope and timeline</a>.</p>\n\n\n\n<p>The project is being managed <a href=\"https://github.com/WordPress/block-directory/projects/1\">on GitHub</a> and people interested in contributing are encouraged to get involved there. You can also keep up to date by following <a href=\"https://make.wordpress.org/design/\">the Design team blog</a> and joining the #design channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The results from the 5.0 release retrospective survey <a href=\"https://make.wordpress.org/updates/2019/04/26/5-0-release-retrospective-wrap-up/\">have been published</a> – this is the first time this kind of open retrospective has been done for a WordPress release and the results provide valuable insight into the project and its contributors.</li><li>The team behind the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.0\">has released version 2.1</a>, including some very useful new sniffs.</li><li>The community <a href=\"https://make.wordpress.org/community/2019/04/18/the-get-involved-table-at-wceu-2019/\">is looking for volunteers for the Get Involved table</a> at WordCamp Europe on 20-22 June.</li><li>Gutenberg has been ported <a href=\"https://github.com/VanOns/laraberg/\">for use within the Laravel framework</a> in a project dubbed Laraberg.</li><li>The 2019 WordCamp for Publishers event <a href=\"https://2019-columbus.publishers.wordcamp.org/2019/04/12/call-for-speakers/\">has opened its call for speakers</a>.</li><li>The Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/blob/add/blocks-in-widget-areas-rfc/docs/rfcs/blocks-in-widget-areas.md\">has published an RFC</a> regarding blocks being used in widgets.</li><li>WordCamp Europe, taking place on 20-22 June, has published <a href=\"https://2019.europe.wordcamp.org/schedule/\">the schedule for the event</a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/04/18/2018-meetup-survey/\">has published the results</a> of the 2018 meetup group survey.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.2 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Apr 2019 01:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6909\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first release candidate for WordPress 5.2 is now available! This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:3117:\"\n<p>The first release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to be released on <strong>Tuesday, May 7</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC1.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.2?</h2>\n\n\n\n<p>Continuing with the theme from the last release, WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<p>The Site Health Check and PHP Error Protection tools have brand new features, giving you peace of mind if you discover any issues with plugins or themes on your site. There are also updates to the icons available in your dashboard, fresh accessibility considerations for anyone using assistive technologies and more.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which goes into the details of the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.2 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Howdy, RC 1!<br>With tools this interesting,<br>I can hardly wait.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6909\";s: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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Apr 2019 21:33:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6885\";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:316:\"WordPress 5.2 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the latest WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jonathan Desrosiers\";s: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:4391:\"\n<p>WordPress 5.2 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the latest WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta3.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-2/\">beta 2</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=04%2F09%2F2019..04%2F13%2F2019&milestone=5.2&group=component&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">40 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>The new Site Health feature has continued to be refined.</li><li>Plugins no longer update if a site is running an unsupported version of PHP (see #46613).</li><li>It’s now more apparent when a site is running in Recovery Mode (see #46608).</li><li>The distraction free button no longer breaks keyboard navigation in the Classic Editor (see #46640).</li><li>Assistive technologies do a better job of announcing admin bar sub menus (see #37513).</li><li>Subject lines in WordPress emails are now more consistent (see #37940).</li><li>Personal data exports now only show as completed when a user downloads their data (see #44644).</li><li>Plus more improvements to accessibility (see #35497 and #42853).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p><strong>Important reminder: </strong>as of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you’re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"rEVkMIfjDq\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote><iframe title=\"“Minimum PHP Version update” — WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=rEVkMIfjDq\" data-secret=\"rEVkMIfjDq\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 3 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.2 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Would you look at that<br>each day brings release closer<br>test to be ready</em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6885\";s: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:54:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-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:\"Tue, 09 Apr 2019 01:27: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6874\";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:312:\"WordPress 5.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:4565:\"\n<p>WordPress 5.2 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">beta 1</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=2019-03-28..&milestone=5.2&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">100 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>We’ve added support for Emoji 12! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1fa82.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li><li>A brand-new <code>wp_body_open()</code> template tag (and corresponding <code>wp_body_open</code> action) will let themes (and plugins!) add content right after the <code><body></code> is opened (<a href=\"https://core.trac.wordpress.org/ticket/12563\">#12563</a>).</li><li>Superfluous paragraph tags will no longer incorrectly appear in dynamic block content (<a href=\"https://core.trac.wordpress.org/ticket/45495\">#45495</a>).</li><li>The Site Health screens have received several bug fixes, tweaks, and performance improvements.</li><li>Crash Protection no longer interrupts plugin editing (<a href=\"https://core.trac.wordpress.org/ticket/46045\">#46045</a>).</li><li>Custom error handlers now load correctly (<a href=\"https://core.trac.wordpress.org/ticket/46069\">#46069</a>).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p>As of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you’re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"C4d8QxYmh3\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote><iframe title=\"“Minimum PHP Version update” — WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=C4d8QxYmh3\" data-secret=\"C4d8QxYmh3\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>The wonderful thing<br> about betas, is betas<br> are wonderful things.</em> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f42f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6874\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Minimum PHP Version 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:62:\"https://wordpress.org/news/2019/04/minimum-php-version-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:\"Mon, 01 Apr 2019 14:51: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:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6810\";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:\"WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20. Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes information to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Aaron Jorbin\";s: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:3851:\"\n<p>WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20.</p>\n\n\n\n<p>Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes <a href=\"https://wordpress.org/support/update-php/\">information to help them update PHP</a>. Since then, the <a href=\"https://wordpress.org/about/stats/\">WordPress stats</a> have shown an increase in users on more recent versions of PHP. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=632%2C265&ssl=1\" alt=\"Screenshot of the "PHP Update Required" widget from the WordPress dashboard. Contains information about detecting an insecure version of PHP, how it affects your site, and a link for information on upgrading.\" class=\"wp-image-6826\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=1024%2C429&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=300%2C126&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=768%2C322&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?w=1046&ssl=1 1046w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>The dashboard widget users see if running an outdated version of PHP </figcaption></figure>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Why You Should Update PHP</h2>\n\n\n\n<p>If your site is running on an unsupported version of PHP, the WordPress updater will not offer WordPress 5.2 to your site. If you attempt to update WordPress manually, that update will fail. To continue using the latest features of WordPress you must update to a newer version of PHP. </p>\n\n\n\n<p>When updating to a new version of PHP, WordPress encourages updating to its recommended version, PHP 7.3. The PHP internals team has done a great job making its most recent version the fastest version of PHP yet. This means that updating will improve the speed of your site, both for you and your visitors.</p>\n\n\n\n<p>This performance increase also means fewer servers are needed to host websites. Updating PHP isn’t just good for your site, it also means less energy is needed for the <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">1-in-3 sites that use WordPress</a>, so it’s good for the planet. </p>\n\n\n\n<h2>How to Update PHP</h2>\n\n\n\n<p>If you need help updating to a new version of PHP, <a href=\"https://wordpress.org/support/update-php/\">detailed documentation is available</a>. This includes sample communication to send to your host for them to assist you. Many hosting companies have published information on how to <a href=\"https://github.com/WordPress/servehappy-resources/blob/master/tutorials/hosting-specific/tutorials-en.md\">update PHP</a> that is specific for them. </p>\n\n\n\n<h2>5.6 now, but soon 7+</h2>\n\n\n\n<p>This is the first increase in PHP required version for WordPress since <a href=\"https://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">2010</a>, but may not be the only increase in 2019. The WordPress core team will monitor the adoption of the most recent versions of PHP with an eye towards making PHP 7+ the minimum version towards the end of the year. </p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p><a href=\"https://wordpress.org/support/update-php/#how-to-update-your-websites-php-version-for-a-faster-more-secure-website\">Update PHP today, so you can update WordPress tomorrow!</a></p></blockquote></figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6810\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2019/04/the-month-in-wordpress-march-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Apr 2019 08:59:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6846\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time. WordPress Now Powers One-Third of the Web WordPress’ market share has been steadily increasing, and as of halfway through this month, it powers over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7947:\"\n<p>WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Now Powers One-Third of the Web</h2>\n\n\n\n<p>WordPress’ market share has been steadily increasing, and as of halfway through this month, it <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">powers over one-third of the top 10 million sites on the web</a> (<a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">according to W3Techs</a>, which tracks usage statistics for all major web platforms).</p>\n\n\n\n<p>This growth of WordPress is only made possible by the large team of volunteers working to build the project and community. If you would like to get involved in building the future of WordPress, then <a href=\"https://make.wordpress.org/\">check out the Make network</a> for a contributor team that fits your skill set.</p>\n\n\n\n<h2>WordPress 5.2 is on the Way</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">WordPress 5.1.1 was released this month</a>, with 14 fixes and enhancements, and the Core team is now focusing on the next major release, version 5.2. This release will include some great new features, along with <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">the latest updates to the block editor</a>.</p>\n\n\n\n<p>One of the most anticipated new features is the <a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">improved fatal error detection</a> – this was removed from v5.1 shortly before release so that it could be improved and made more secure for this release. Along with that, <a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">PHP 5.6 is going to become the minimum required PHP version for WordPress</a>, a significant step towards a more modern web and <a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\">updated coding standards</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">WordPress 5.2 is now in beta</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for a Central Block Directory</h2>\n\n\n\n<p>With blocks becoming the new way to manage content in WordPress, more and more types of blocks are being developed to cater for different use cases and content types. In an effort to make it easier for content creators to find these block types, <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">there is a proposal</a> for a new type of plugin and a directory to handle it.</p>\n\n\n\n<p>The proposal outlines a new type of WordPress plugin that provides blocks and nothing else, named Single Block Plugins. The primary benefit would be to provide content creators with individual pieces of functionality and new types of blocks without the need to search for and install new plugins.</p>\n\n\n\n<p>The Single Block Plugins would be hosted in a separate Block Directory section of the Plugin Directory and they would initially be JavaScript-based. Each plugin will register a single block, and they will be searchable and installable from within the editor itself. This puts blocks at the publishers’ fingertips — you no longer have to leave the editor to find them.</p>\n\n\n\n<p>Want to get involved in shaping this new type of plugin? Join in the conversation on <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the proposal post</a>, follow <a href=\"https://make.wordpress.org/meta/\">the Meta team blog</a>, and join the #meta channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Global WordPress Translation Day is Back</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth Global WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the last Global WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in the Global WordPress Translation Day? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, <a href=\"https://wptranslationday.org/call-for-speakers/\">apply to be a speaker</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>With the block editor in WordPress Core, the team has been able to focus on adding some frequently requested features. <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">Version 5.3 of Gutenberg</a>, released this month, includes a new block manager modal, the ability to nest different elements in the cover block, and some UI tweaks to improve the hover state of blocks.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The PHP upgrade notice in WordPress 5.1 has already had <a href=\"https://twitter.com/GaryPendergast/status/1108493038811148290\">a hugely positive effect</a> on thousands of websites.</li><li>The Theme Review Team has released their useful Theme Sniffer plugin <a href=\"https://wordpress.org/plugins/theme-sniffer/\">on the Plugin Directory</a> to help theme developers build more standards-compliant themes.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/27/helphub-localisation-plan-meeting-notes/\">has started a discussion</a> about the best way to localize WordPress user documentation.</li><li>The schedule for WordCamp Europe 2019 <a href=\"https://2019.europe.wordcamp.org/schedule/\">has been published</a> – the event takes place on June 20-22.</li><li>A new `wp_body_open` hook <a href=\"https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/\">has been added to Core</a> in version 5.2, providing more power and flexibility for theme developers.</li><li>The dates and location of WordCamp for Publishers 2019 <a href=\"https://2019-columbus.publishers.wordcamp.org/\">have been announced</a>.</li><li>In a milestone achievement for inclusivity, <a href=\"https://twitter.com/wordcampmiami/status/1109102027324489731\">more than 50% of all speakers at WordCamp Miami were women</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6846\";s: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:54:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Mar 2019 23:39: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6798\";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:318:\"WordPress 5.2 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.2 Beta two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:8581:\"\n<p>WordPress 5.2 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.2 Beta two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.2-beta1.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has received significant performance improvements since WordPress 5.1, shaving 35% off the load time for massive posts, and cutting the keypress time (how responsive it feels when you’re typing) in half!</p>\n\n\n\n<p>Accessibility continues to improve, too. The block editor now supports your browser’s reduced motion settings. The post URL slug has better labelling and help text. The focus styling for keyboard navigating through landmarks is clearer and more consistent. There are a variety of new speak messages, and existing messages have been tweaked for more useful screen-reader behaviour.</p>\n\n\n\n<p>We’ve added several new blocks:</p>\n\n\n\n<ul><li>An RSS block</li><li>An Amazon Kindle embed block</li><li>A Search block</li><li>A Calendar block</li><li>A Tag Cloud block</li></ul>\n\n\n\n<p>To help you keep track of these blocks, and only show the ones you need, there’s a new block management tool to switch blocks on and off.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-6806\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=1024%2C768&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=300%2C225&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=768%2C576&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Block Management Modal</figcaption></figure>\n\n\n\n<p>We’re constantly working on existing blocks, too. There are hundreds of bug fixes and improvements in the block editor, you can read more about them in the Gutenberg plugin releases: <a href=\"https://make.wordpress.org/core/2019/01/23/whats-new-in-gutenberg-23th-january/\">4.9</a>, <a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\">5.0</a>, <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">5.1</a>, <a href=\"https://make.wordpress.org/core/2019/03/06/whats-new-in-gutenberg-6th-march/\">5.2</a>, and <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">5.3</a>.</p>\n\n\n\n<h3>The WordPress Mobile Apps</h3>\n\n\n\n<p>The block editor isn’t just for websites, either. The WordPress mobile apps now include an experimental version of a built-in block editor. This is still under development, but you can try it out now!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-mobile\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"BEX89Pj6RV\"><a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">The block editor is coming to the mobile apps</a></blockquote><iframe title=\"“The block editor is coming to the mobile apps” — Make WordPress Mobile\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/embed/#?secret=BEX89Pj6RV\" data-secret=\"BEX89Pj6RV\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem.</p>\n\n\n\n<p>The first phase of this project (originally scoped for WordPress 5.1) is now included in WordPress 5.2. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"ueLxW5eatZ\"><a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">The Improved Fatal Error Protection</a></blockquote><iframe title=\"“The Improved Fatal Error Protection” — Make WordPress Core\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/embed/#?secret=ueLxW5eatZ\" data-secret=\"ueLxW5eatZ\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<p>In addition, we’re adding a new Health Check tool to your Dashboard. Visit the <em>Tools</em> menu and click on <em>Health Check</em> to get information that can help improve the speed and security of your site.</p>\n\n\n\n<h2>PHP Version Bump</h2>\n\n\n\n<p>With this release, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress will increase its minimum supported PHP version to 5.6</a>. To help you check if you’re prepared for this change, WordPress 5.2 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>Plugins can now specify the minimum version of PHP that they support, so you can safely modernise your development practices without risking breaking your users’ sites. (<a href=\"https://core.trac.wordpress.org/ticket/40934\">#40934</a>)</li><li>We’ve added the <code>sodium_compat</code> library, which provides backwards compatibility for the <a href=\"https://blog.zend.com/2018/11/06/modern-cryptography-in-php-7-2-with-sodium/\">Sodium-based cryptography library added in PHP 7.2</a>. (<a href=\"https://core.trac.wordpress.org/ticket/45806\">#45806</a>)</li><li>There’s a new release of Dashicons, the WordPress Dashboard icon font. There are 25 new icons for you to use! (<a href=\"https://core.trac.wordpress.org/ticket/41074\">#41074</a>)</li><li>You can now pass a label to <code>get_search_form()</code>, improving accessibility. (<a href=\"https://core.trac.wordpress.org/ticket/42057\">#42057</a>)</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.2&group=resolution&order=priority\">130 tickets closed</a> in WordPress 5.2 so far, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.2 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>With each new release,<br>bearing multiple betas; <br>We fix, then we fly.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"One-third of the web!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/03/one-third-of-the-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 Mar 2019 13:16:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6789\";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:306:\"WordPress now powers over 1/3rd of the top 10 million sites on the web according to W3Techs. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! The path here has been very exciting. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2681:\"\n<p>WordPress now powers over 1/3rd of the top 10 million sites on the web according to <a href=\"https://w3techs.com/technologies/history_overview/content_management/all\">W3Techs</a>. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! <br></p>\n\n\n\n<p>The path here has been very exciting. In 2005, we were celebrating <a href=\"https://wordpress.org/news/2005/03/fifty-thousand/\">50,000 downloads</a>. Six years later, in January 2011, WordPress was powering 13.1% of websites. And now, early in 2019, we are powering 33.4% of sites. Our latest release has already been <a href=\"https://wordpress.org/download/counter/\">downloaded close to 14 million times</a>, and it was only released on the 21st of February.<br></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=632&ssl=1\" alt=\"Graph showing the growth of WordPress market share relative to other CMS\'s like Joomla, Drupal and others. Starting at just over 10% in January 2011 to 33.4% now.\" class=\"wp-image-6790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=900&ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?resize=300%2C167&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?resize=768%2C427&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>WordPress market share on the rise over the last 8 years. Image source: <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">W3Techs</a>.</figcaption></figure>\n\n\n\n<p>Over the years WordPress has become the CMS of choice for more and more people and companies. As various businesses use WordPress, the variety of WordPress sites grows. Large enterprise businesses all the way down to small local businesses: all of them use WordPress to power their site. We love seeing that and we strive to continuously make WordPress better for all of you.</p>\n\n\n\n<p>We’d like to thank everyone who works on WordPress, which is built and maintained by a <a href=\"https://make.wordpress.org\">huge community of volunteers</a> that has grown alongside the CMS. This incredible community makes it possible for WordPress to keep growing while still also remaining <em>free</em>. And of course, we’d like to thank all of you <em>using</em> WordPress for using it and trusting in it. To all of you: let’s celebrate!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6789\";s: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:54:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.1.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Mar 2019 03:34: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:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"5.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6736\";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:369:\"WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the minimum PHP version bump coming in 5.2. This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Luke Carbis\";s: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:4084:\"\n<p>WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">minimum PHP version bump coming in 5.2</a>.</p>\n\n\n\n<p>This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously crafted comment, a WordPress post was vulnerable to cross-site scripting.</p>\n\n\n\n<p>WordPress versions 5.1 and earlier are affected by these bugs, which are fixed in version 5.1.1. Updated versions of WordPress 5.0 and earlier are also available for any users who have not yet updated to 5.1.</p>\n\n\n\n<p>Props to Simon Scannell of RIPS Technologies who discovered this flaw independent of some work that was being done by members of the core security team. Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>, which gave us time to fix them before WordPress sites could be attacked.</p>\n\n\n\n<p>Other highlights of this release include:</p>\n\n\n\n<ul><li>Hosts can now offer a button for their users to update PHP.</li><li>The recommended PHP version used by the “Update PHP” notice can now be filtered.</li><li>Several minor bug fixes.</li></ul>\n\n\n\n<p>You can browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.1.1&order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>WordPress 5.1.1 was a short-cycle maintenance release. <a href=\"https://core.trac.wordpress.org/query?milestone=5.1.2\">Version 5.1.2</a> is expected to follow a similar two week release cadence.</p>\n\n\n\n<p>You can download <a href=\"https://wordpress.org/download/\">WordPress 5.1.1</a> or visit <strong>Dashboard → Updates</strong> and click <strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>In addition to the security researcher mentioned above, thank you to everyone who contributed to WordPress 5.1.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">Ben Bidner</a>, <a href=\"https://profiles.wordpress.org/bulletdigital/\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/j-falk/\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 May 2019 05:39:35 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 02 May 2019 16:18:00 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20180206170026\";}','no'),(126,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1557164375','no'),(127,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1557121175','no'),(135,'wp_page_for_privacy_policy','0','yes'),(136,'show_comments_cookies_opt_in','1','yes'),(139,'db_upgraded','','yes'),(142,'can_compress_scripts','0','no'),(143,'current_theme','Corporate Pro','yes'),(144,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557122070;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(145,'theme_switched','','yes'),(156,'theme_mods_business-pro-theme','a:6:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:89:\"http://www.maverickclaims.com/wp-content/themes/business-pro-theme/assets/images/hero.jpg\";s:17:\"header_image_data\";a:3:{s:3:\"url\";s:89:\"http://www.maverickclaims.com/wp-content/themes/business-pro-theme/assets/images/hero.jpg\";s:13:\"thumbnail_url\";s:89:\"http://www.maverickclaims.com/wp-content/themes/business-pro-theme/assets/images/hero.jpg\";s:11:\"description\";s:10:\"Hero Image\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557685960;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:12:\"header-right\";a:0:{}s:7:\"sidebar\";a:0:{}s:12:\"front-page-1\";a:0:{}s:12:\"front-page-2\";a:0:{}s:12:\"front-page-3\";a:0:{}s:12:\"front-page-4\";a:0:{}s:12:\"front-page-5\";a:0:{}s:12:\"front-page-6\";a:0:{}s:13:\"before-footer\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(157,'widget_featured-page','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_featured-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_user-profile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'genesis-settings','a:41:{s:6:\"update\";i:1;s:12:\"update_email\";i:0;s:20:\"update_email_address\";s:0:\"\";s:10:\"blog_title\";s:4:\"text\";s:15:\"style_selection\";s:0:\"\";s:11:\"site_layout\";s:18:\"full-width-content\";s:9:\"superfish\";i:0;s:10:\"nav_extras\";s:0:\"\";s:21:\"nav_extras_twitter_id\";s:0:\"\";s:23:\"nav_extras_twitter_text\";s:20:\"Follow me on Twitter\";s:8:\"feed_uri\";s:0:\"\";s:13:\"redirect_feed\";i:0;s:17:\"comments_feed_uri\";s:0:\"\";s:22:\"redirect_comments_feed\";i:0;s:10:\"adsense_id\";s:0:\"\";s:14:\"comments_pages\";i:0;s:14:\"comments_posts\";i:1;s:16:\"trackbacks_pages\";i:0;s:16:\"trackbacks_posts\";i:1;s:15:\"breadcrumb_home\";i:0;s:21:\"breadcrumb_front_page\";i:0;s:21:\"breadcrumb_posts_page\";i:0;s:17:\"breadcrumb_single\";i:0;s:15:\"breadcrumb_page\";i:0;s:18:\"breadcrumb_archive\";i:0;s:14:\"breadcrumb_404\";i:0;s:21:\"breadcrumb_attachment\";i:0;s:15:\"content_archive\";s:7:\"excerpt\";s:25:\"content_archive_thumbnail\";i:1;s:10:\"image_size\";s:9:\"portfolio\";s:15:\"image_alignment\";s:9:\"alignnone\";s:9:\"posts_nav\";s:7:\"numeric\";s:8:\"blog_cat\";i:0;s:16:\"blog_cat_exclude\";s:0:\"\";s:12:\"blog_cat_num\";i:6;s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";s:13:\"theme_version\";s:6:\"2.10.0\";s:10:\"db_version\";i:2901;s:13:\"first_version\";s:6:\"2.10.0\";s:21:\"content_archive_limit\";i:150;}','yes'),(161,'genesis-seo-settings','a:29:{s:17:\"append_site_title\";i:0;s:12:\"doctitle_sep\";s:3:\"–\";s:20:\"doctitle_seplocation\";s:5:\"right\";s:23:\"append_description_home\";i:1;s:10:\"home_h1_on\";s:5:\"title\";s:13:\"home_doctitle\";s:0:\"\";s:16:\"home_description\";s:0:\"\";s:13:\"home_keywords\";s:0:\"\";s:12:\"home_noindex\";i:0;s:13:\"home_nofollow\";i:0;s:14:\"home_noarchive\";i:0;s:18:\"canonical_archives\";i:1;s:28:\"head_adjacent_posts_rel_link\";i:0;s:21:\"head_wlwmanifest_link\";i:0;s:14:\"head_shortlink\";i:0;s:19:\"noindex_cat_archive\";i:1;s:19:\"noindex_tag_archive\";i:1;s:22:\"noindex_author_archive\";i:1;s:20:\"noindex_date_archive\";i:1;s:22:\"noindex_search_archive\";i:1;s:21:\"noarchive_cat_archive\";i:0;s:21:\"noarchive_tag_archive\";i:0;s:24:\"noarchive_author_archive\";i:0;s:22:\"noarchive_date_archive\";i:0;s:24:\"noarchive_search_archive\";i:0;s:9:\"noarchive\";i:0;s:5:\"noodp\";i:1;s:6:\"noydir\";i:1;s:11:\"home_author\";i:0;}','yes'),(188,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.2.5-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.5-rollback-0.zip\";}s:7:\"current\";s:5:\"5.2.5\";s:7:\"version\";s:5:\"5.2.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:3:\"5.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1581289198;s:15:\"version_checked\";s:3:\"5.2\";s:12:\"translations\";a:0:{}}','no'),(203,'theme_mods_altitude-pro','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"secondary\";i:0;s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:13:\"remove-header\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557688654;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:6:\"text-3\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:0:{}s:13:\"before-header\";a:0:{}s:12:\"front-page-1\";a:1:{i:0;s:6:\"text-6\";}s:12:\"front-page-2\";a:1:{i:0;s:6:\"text-5\";}s:12:\"front-page-3\";a:1:{i:0;s:6:\"text-4\";}s:12:\"front-page-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:11:\"after-entry\";a:0:{}}}}','yes'),(209,'1-altitude-image','http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg','yes'),(210,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(213,'3-altitude-image','http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters.jpeg','yes'),(221,'theme_mods_cafe-pro','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"secondary\";i:0;s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:100:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:29;s:3:\"url\";s:100:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\";s:13:\"thumbnail_url\";s:100:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\";s:6:\"height\";i:232;s:5:\"width\";i:525;}s:17:\"cafe_accent_color\";s:7:\"#b81119\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557690435;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:6:\"text-3\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:0:{}s:13:\"before-header\";a:0:{}s:12:\"front-page-1\";a:1:{i:0;s:6:\"text-6\";}s:12:\"front-page-2\";a:1:{i:0;s:6:\"text-5\";}s:12:\"front-page-3\";a:1:{i:0;s:6:\"text-4\";}s:12:\"front-page-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:11:\"after-entry\";a:0:{}}}}','yes'),(226,'header-image','http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg','yes'),(227,'2-image','','yes'),(228,'4-image','','yes'),(232,'theme_switched_via_customizer','','yes'),(233,'customize_stashed_theme_mods','a:1:{s:18:\"business-pro-theme\";a:1:{s:27:\"nav_menu_locations[primary]\";a:4:{s:5:\"value\";i:2;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2019-05-12 19:15:39\";}}}','no'),(242,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1557699631','no'),(243,'_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:4578;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3423;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2619;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2486;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1919;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1733;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1724;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1467;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1435;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1429;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1427;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1363;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1311;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1292;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1139;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1104;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1093;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1057;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:998;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:929;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:853;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:842;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:833;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:783;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:731;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:730;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:725;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:713;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:701;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:697;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:687;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:682;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:670;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:651;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:650;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:649;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:628;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:620;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:619;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:618;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:586;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:572;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:569;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:563;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:560;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:553;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:539;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:537;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:529;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:526;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:523;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:515;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:509;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:504;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:501;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:495;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:476;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:476;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:474;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:470;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:469;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:465;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:457;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:450;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:434;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:430;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:421;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:418;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:416;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:414;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:407;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:398;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:392;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:392;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:390;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:387;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:379;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:378;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:374;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:369;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:361;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:361;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:358;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:355;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:353;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:347;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:346;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:344;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:335;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:330;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:329;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:325;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:322;}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:318;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:318;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:316;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:312;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:310;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:310;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:309;}}','no'),(246,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:6:\"11.2.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1557688895;s:13:\"myyoast-oauth\";b:0;}','yes'),(247,'wpseo_titles','a:83:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";s:1:\"0\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";s:1:\"0\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:18:\"showdate-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:25:\"title-ptarchive-portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-portfolio\";s:0:\"\";s:27:\"bctitle-ptarchive-portfolio\";s:0:\"\";s:27:\"noindex-ptarchive-portfolio\";b:0;s:24:\"title-tax-portfolio-type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-portfolio-type\";s:0:\"\";s:34:\"display-metabox-tax-portfolio-type\";b:1;s:26:\"noindex-tax-portfolio-type\";b:0;s:32:\"taxonomy-portfolio-type-ptparent\";i:0;}','yes'),(248,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(249,'wpseo_flush_rewrite','1','yes'),(250,'recently_activated','a:0:{}','yes'),(251,'_transient_timeout_wpseo_link_table_inaccessible','1589224897','no'),(252,'_transient_wpseo_link_table_inaccessible','0','no'),(253,'_transient_timeout_wpseo_meta_table_inaccessible','1589224897','no'),(254,'_transient_wpseo_meta_table_inaccessible','0','no'),(255,'_transient_timeout_plugin_slugs','1558146458','no'),(256,'_transient_plugin_slugs','a:14:{i:0;s:19:\"akismet/akismet.php\";i:1;s:33:\"genesis-enews-extended/plugin.php\";i:2;s:32:\"genesis-portfolio-pro/plugin.php\";i:3;s:41:\"genesis-simple-faq/genesis-simple-faq.php\";i:4;s:31:\"genesis-simple-share/plugin.php\";i:5;s:52:\"wpstudio-testimonial-slider/genesis-testimonials.php\";i:6;s:63:\"genesis-widget-column-classes/genesis-widget-column-classes.php\";i:7;s:33:\"ank-google-map/ank-google-map.php\";i:8;s:27:\"icon-widget/icon-widget.php\";i:9;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:10;s:25:\"seo-slider/seo-slider.php\";i:11;s:43:\"simple-social-icons/simple-social-icons.php\";i:12;s:35:\"wp-featherlight/wp-featherlight.php\";i:13;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(265,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1581289199;s:7:\"checked\";a:10:{s:12:\"altitude-pro\";s:5:\"1.2.2\";s:18:\"business-pro-theme\";s:5:\"1.1.0\";s:8:\"cafe-pro\";s:5:\"1.0.5\";s:13:\"corporate-pro\";s:5:\"1.1.1\";s:7:\"genesis\";s:6:\"2.10.1\";s:14:\"monochrome-pro\";s:5:\"1.2.0\";s:13:\"twentyfifteen\";s:3:\"2.5\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(267,'theme_mods_corporate-pro','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"secondary\";i:0;s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:100:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\";s:28:\"corporate_gradient_one_color\";s:7:\"#b81119\";s:28:\"corporate_gradient_two_color\";s:7:\"#d28770\";s:11:\"custom_logo\";i:28;s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:67;s:3:\"url\";s:100:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\";s:13:\"thumbnail_url\";s:100:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\";s:6:\"height\";i:844;s:5:\"width\";i:1500;}s:23:\"corporate_sticky_header\";b:1;}','yes'),(279,'ank_google_map','a:26:{s:10:\"plugin_ver\";s:5:\"2.6.2\";s:9:\"div_width\";s:3:\"100\";s:10:\"div_height\";s:3:\"300\";s:14:\"div_width_unit\";i:2;s:16:\"div_border_color\";s:0:\"\";s:7:\"map_Lat\";s:9:\"30.469327\";s:7:\"map_Lng\";s:10:\"-90.143258\";s:8:\"map_zoom\";i:11;s:13:\"map_lang_code\";s:0:\"\";s:8:\"map_type\";i:1;s:9:\"map_style\";i:5;s:12:\"marker_title\";s:11:\"We are here\";s:11:\"marker_anim\";i:1;s:12:\"marker_color\";i:1;s:11:\"marker_file\";s:0:\"\";s:7:\"api_key\";s:39:\"AIzaSyDXYV3nrALZQTgnnQXGI-Yw2hcXH-uItoI\";s:16:\"gesture_handling\";s:4:\"auto\";s:19:\"disable_mouse_wheel\";s:1:\"0\";s:13:\"map_control_2\";s:1:\"0\";s:13:\"map_control_3\";s:1:\"0\";s:13:\"map_control_4\";s:1:\"1\";s:13:\"map_control_5\";s:1:\"1\";s:9:\"marker_on\";s:1:\"1\";s:7:\"info_on\";s:1:\"1\";s:10:\"info_state\";s:1:\"0\";s:9:\"info_text\";s:22:\"<b>Maverick Claims</b>\";}','yes'),(280,'icon_widget_settings','a:1:{s:4:\"font\";s:10:\"streamline\";}','yes'),(281,'widget_enews-ext','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:14:{s:5:\"title\";s:10:\"Newsletter\";s:4:\"text\";s:0:\"\";s:10:\"after_text\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"action\";s:0:\"\";s:11:\"email-field\";s:1:\"#\";s:11:\"fname-field\";s:0:\"\";s:11:\"lname-field\";s:0:\"\";s:13:\"hidden_fields\";s:0:\"\";s:10:\"fname_text\";s:10:\"First Name\";s:10:\"lname_text\";s:9:\"Last Name\";s:10:\"input_text\";s:14:\"E-Mail Address\";s:11:\"button_text\";s:2:\"Go\";s:15:\"display_privacy\";i:0;}}','yes'),(282,'widget_icon-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(283,'widget_seo_slider_widget','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}i:5;a:3:{s:5:\"title\";s:6:\"Slider\";s:6:\"slider\";s:15:\"Maverick Claims\";s:14:\"column-classes\";s:10:\"full-width\";}}','yes'),(284,'widget_simple-social-icons','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:35:{s:5:\"title\";s:0:\"\";s:10:\"new_window\";s:1:\"1\";s:4:\"size\";s:2:\"40\";s:13:\"border_radius\";s:1:\"0\";s:12:\"border_width\";s:1:\"0\";s:9:\"alignment\";s:9:\"alignleft\";s:10:\"icon_color\";s:7:\"#c6cace\";s:16:\"icon_color_hover\";s:7:\"#d28770\";s:16:\"background_color\";s:0:\"\";s:22:\"background_color_hover\";s:0:\"\";s:12:\"border_color\";s:7:\"#fdfeff\";s:18:\"border_color_hover\";s:7:\"#fdfeff\";s:7:\"behance\";s:0:\"\";s:9:\"bloglovin\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:41:\"https://www.facebook.com/Claims.Maverick/\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:55:\"https://www.linkedin.com/company/maverick-claims/about/\";s:6:\"medium\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:14:\"column-classes\";s:8:\"one-half\";}}','yes'),(285,'widget_featured-portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(286,'widget_gs-faq-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(287,'widget_gts_widget','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:0:\"\";s:14:\"column-classes\";s:10:\"full-width\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:14:\"column-classes\";s:10:\"full-width\";}}','yes'),(290,'gts-settings','a:10:{s:10:\"gts_effect\";s:5:\"slide\";s:9:\"gts_order\";s:3:\"yes\";s:12:\"gts_autoplay\";s:3:\"yes\";s:12:\"gts_controls\";s:3:\"yes\";s:9:\"gts_pause\";s:3:\"yes\";s:8:\"gts_loop\";s:3:\"yes\";s:9:\"gts_speed\";s:4:\"6000\";s:10:\"gts_column\";s:3:\"one\";s:9:\"gts_image\";s:3:\"top\";s:10:\"gts_number\";s:0:\"\";}','yes'),(303,'category_children','a:0:{}','yes'),(308,'_site_transient_timeout_browser_53ad83e7ffe60968becca0ade7b723b5','1558657544','no'),(309,'_site_transient_browser_53ad83e7ffe60968becca0ade7b723b5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"74.0.3729.131\";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'),(310,'_site_transient_timeout_php_check_e796305fbf0257ebb2c4c2c40c9bc4af','1558657544','no'),(311,'_site_transient_php_check_e796305fbf0257ebb2c4c2c40c9bc4af','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(314,'_site_transient_timeout_community-events-66a6b8eaa690e0bab65976c358b7ac14','1558095953','no'),(315,'_site_transient_community-events-66a6b8eaa690e0bab65976c358b7ac14','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"24.196.209.0\";}s:6:\"events\";a:3:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"WordPress New Orleans meetup\";s:3:\"url\";s:47:\"https://www.meetup.com/nolawp/events/258080040/\";s:6:\"meetup\";s:28:\"New Orleans WordPress Meetup\";s:10:\"meetup_url\";s:30:\"https://www.meetup.com/nolawp/\";s:4:\"date\";s:19:\"2019-06-26 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"New Orleans, LA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:29.948661999999999;s:9:\"longitude\";d:-90.067931999999999;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:28:\"WordCamp Birmingham, AL, USA\";s:3:\"url\";s:36:\"https://2019.birmingham.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2019-08-10 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Birmingham, AL, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.480391900000001;s:9:\"longitude\";d:-86.7902524;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"WordPress New Orleans meetup\";s:3:\"url\";s:47:\"https://www.meetup.com/nolawp/events/258080260/\";s:6:\"meetup\";s:28:\"New Orleans WordPress Meetup\";s:10:\"meetup_url\";s:30:\"https://www.meetup.com/nolawp/\";s:4:\"date\";s:19:\"2019-09-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"New Orleans, LA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:29.948661999999999;s:9:\"longitude\";d:-90.067930000000004;}}}}','no'),(316,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1558095956','no'),(317,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Mar 2019 23:39: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.3-alpha-45324\";s:7:\"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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Tomorrow is WordPress Translation Day 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2019/05/tomorrow-is-wordpress-translation-day-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 09:17: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s: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:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6961\";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:342:\"The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem. This event takes place both online and in physical locations across the world, so you can join no matter where you are! The 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3747:\"\n<p><em>The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem.</em> <em>This event takes place both online and in physical locations across the world, so you can join no matter where you are! </em></p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> has a mission to translate and make available the software’s features into as many languages as possible. As WordPress powers more than 33% of websites, people from across the world use it in their daily life. That means there is a lot that needs translating, and into many different languages. </p>\n\n\n\n<p>On 11 May 2019, from 00:00 UTC until 23:59 UTC, <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> aims to celebrate the thousands of volunteers who contribute to translation and internalization. The event is also an opportunity for encouraging more people to get involved and help increase the availability of themes and plugins in different languages.</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“At the time of the last event in 2017, WordPress was being translated into 178 languages, we have now reached the 200 mark!”</p><cite>WPtranslationday.org</cite></blockquote></figure>\n\n\n\n<h2>What happens on WordPress Translation Day?</h2>\n\n\n\n<p>There are a number of <a href=\"https://wptranslationday.org/the-local-events/\">local meetings all over the world</a>, as well as online talks by people from the WordPress community. More than 700 people from around the world took part in past WordPress Translation Days, and everyone welcome to join in this time around!</p>\n\n\n\n<p>Everyone is welcome to join the event to help translate and localize WordPress, no matter their level of experience. A lot is happening on the day, so join in and you will learn how to through online sessions!</p>\n\n\n\n<h3>What can you expect?</h3>\n\n\n\n<ul><li><strong>Live online training</strong>: Tutorials in different languages focused on translation and <em>localization</em>, or l10n, of WordPress. These are streamed in multiple languages</li><li><strong>Localization sessions</strong>: General instruction and specifics for particular areas and languages. These sessions are streamed in multiple languages.</li><li><strong>Internalization sessions</strong>: Tutorials about optimizing the code to ease localization processes, also called <em>internationalization</em> or i18n. These sessions are streamed in English.</li><li><strong>Local events</strong>: Polyglot contributors will gather around the world for socializing, discussing, and translating together.</li><li><strong>Remote events</strong>: Translation teams that cannot gather physically, will connect remotely. They will be available for training, mentoring, and supporting new contributors. They will also engage in “translating marathons”, in which existing teams translate as many strings as they can!</li></ul>\n\n\n\n<p>A number of experienced WordPress translators and internationalization experts are part of the line-up for the livestream, joined by some first time contributors. </p>\n\n\n\n<p>Whether you have or haven’t contributed to the Polyglots before, you can join in for WordPress Translation Day. Learn more about both local and online events and stay updated through the website and social media. </p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a></li><li><a href=\"https://twitter.com/translatewp\">WordPress Translation Day Twitter</a></li><li><a href=\"https://www.facebook.com/WPTranslationDay/\">WordPress Translation Day Facebook</a></li></ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6961\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 5.2 “Jaco”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2019/05/jaco/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 May 2019 21:03:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6925\";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:426:\"Version 5.2 of WordPress is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong. There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:30284:\"\n<h2 style=\"text-align:center\">Keeping Sites Safer</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?fit=632%2C500&ssl=1\" alt=\"\" class=\"wp-image-6926\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?w=1206&ssl=1 1206w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=300%2C237&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=768%2C608&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=1024%2C810&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>Version 5.2 of WordPress, named “Jaco” in honor of renowned and revolutionary jazz bassist Jaco Pastorius, is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong.</p>\n\n\n\n<p>There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=205%2C143&ssl=1\" alt=\"\" class=\"wp-image-6927\" width=\"205\" height=\"143\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?w=609&ssl=1 609w, https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=300%2C210&ssl=1 300w\" sizes=\"(max-width: 205px) 100vw, 205px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Building on the <a href=\"https://wordpress.org/news/2019/02/betty/\">Site Health</a> features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>PHP Error Protection</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=202%2C228&ssl=1\" alt=\"\" class=\"wp-image-6930\" width=\"202\" height=\"228\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?w=487&ssl=1 487w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=267%2C300&ssl=1 267w\" sizes=\"(max-width: 202px) 100vw, 202px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.</p>\n\n\n\n<div style=\"height:79px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:center\">Improvements for Everyone</h2>\n\n\n\n<h3>Accessibility Updates</h3>\n\n\n\n<p>A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.</p>\n\n\n\n<h3>New Dashboard Icons</h3>\n\n\n\n<p>Thirteen new icons including Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!</p>\n\n\n\n<h3>Plugin Compatibility Checks</h3>\n\n\n\n<p>WordPress will now automatically determine if your site’s version of PHP is compatible with installed plugins. If the plugin requires a higher version of PHP than your site currently uses, WordPress will not allow you to activate it, preventing potential compatibility errors.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:center\">Developer Happiness</h2>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\"><strong>PHP Version Bump</strong></a><strong> </strong></p>\n\n\n\n<p>The minimum supported PHP version is now 5.6.20. As of WordPress 5.2*, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\"><strong>Privacy Updates</strong></a><strong> </strong></p>\n\n\n\n<p>A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><strong><a href=\"https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/\">New Body Hook</a> </strong></p>\n\n\n\n<p>5.2 introduces a wp_body_open hook, which lets themes support injecting code right at the beginning of the <body> element.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\"><strong>Building JavaScript</strong></a></p>\n\n\n\n<p>With the addition of webpack and Babel configurations in the wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.</p>\n</div>\n</div>\n\n\n\n<p><em>*If you are running an old version of PHP (less than 5.6.20), <a href=\"https://wordpress.org/support/update-php/\">update your PHP</a> before installing 5.2.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a>, and <a href=\"https://pento.net/\">Gary Pendergast</a>. They were graciously supported by 327 generous volunteer contributors. Load a Jaco Pastorius playlist on your favorite music service and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/oztaser\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/ajitbohra\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis\">Alda Vigdís</a>, <a href=\"https://profiles.wordpress.org/alexdenning\">Alex Denning</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/lexiqueen\">Alexis</a>, <a href=\"https://profiles.wordpress.org/alexislloyd\">Alexis Lloyd</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/arena\">André</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/euthelup\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/aniketpatel\">Aniket Patel</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/vanyukov\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonypuckey\">antonypuckey</a>, <a href=\"https://profiles.wordpress.org/aristath\">Aristeides Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/wpboss\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/axaak\">axaak</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/britner\">Ben Ritner - Kadence Themes</a>, <a href=\"https://profiles.wordpress.org/bfintal\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/billerickson\">Bill Erickson</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bodohugobarwich\">Bodo (Hugo) Barwich</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bulletdigital\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cathibosco1\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chiaralovelaces\">Chiara Magnani</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/dswebsme\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/drw158\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davetgreen\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/david.binda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dgroddick\">David Roddick</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dhanukanuwan\">Dhanukanuwan</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dianeco\">Diane</a>, <a href=\"https://profiles.wordpress.org/diegoreymendez\">diegoreymendez</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios\">Dima</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/iamdmitrymayorov\">Dmitry Mayorov</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/seedsca\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/etoledom\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">fabiankaegy</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/parsmizban\">Farhad Sakhaei</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/peaceablewhale\">Franklin Tse</a>, <a href=\"https://profiles.wordpress.org/fuegas\">Fuegas</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/270d.png\" alt=\"✍\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/3299.png\" alt=\"㊙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/luehrsen\">Hendrik Luehrsen</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/ryanshoover\">Hoover</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ice9js\">ice9js</a>, <a href=\"https://profiles.wordpress.org/zinigor\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ixium\">Ixium</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakeparis\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/cc0a\">James</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jarred-kennedy\">Jarred Kennedy</a>, <a href=\"https://profiles.wordpress.org/vengisss\">Javier Villanueva</a>, <a href=\"https://profiles.wordpress.org/jayupadhyay01\">Jay Upadhyay</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/jdeeburke\">jdeeburke</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/endocreative\">Jeremy Green</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/j-falk\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johannadevos\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathandejong\">Jonathandejong</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnybojangles\">jonnybojangles</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"https://profiles.wordpress.org/josephwa\">josephwa</a>, <a href=\"https://profiles.wordpress.org/builtbynorthby\">Josh Feck</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jplojohn\">jplo</a>, <a href=\"https://profiles.wordpress.org/jrtashjian\">JR Tashjian</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/juliarrr\">juliarrr</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kamataryo\">KamataRyo</a>, <a href=\"https://profiles.wordpress.org/karinedo\">Karine Do</a>, <a href=\"https://profiles.wordpress.org/katyatina\">Katyatina</a>, <a href=\"https://profiles.wordpress.org/kelin1003\">Kelin Chauhan</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/itzmekhokan\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/killua99\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/olein\">Koji Kuno</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/codemascot\">Kʜᴀɴ (ಠ_ಠ)</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lkraav\">lkraav</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/malae\">Malae</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/robobot3000\">Marcin</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcofernandes\">Marco Fernandes</a>, <a href=\"https://profiles.wordpress.org/marco-peralta\">Marco Peralta</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe\">marekhrabe</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus Echterhoff</a>, <a href=\"https://profiles.wordpress.org/m-e-h\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum\">marybaum</a>, <a href=\"https://profiles.wordpress.org/mattnyeus\">mattnyeus</a>, <a href=\"https://profiles.wordpress.org/mdwolinski\">mdwolinski</a>, <a href=\"https://profiles.wordpress.org/immeet94\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mheikkila\">mheikkila</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/simison\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeselander\">Mike Selander</a>, <a href=\"https://profiles.wordpress.org/mikengarrett\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">mirka</a>, <a href=\"https://profiles.wordpress.org/lord_viper\">Mobin Ghasempoor</a>, <a href=\"https://profiles.wordpress.org/mohadeseghasemi\">Mohadese Ghasemi</a>, <a href=\"https://profiles.wordpress.org/saimonh\">Mohammed Saimon</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mmuhsin\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nfmohit\">Nahid F. Mohit</a>, <a href=\"https://profiles.wordpress.org/naoki0h\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neobabis\">Neokazis Charalampos</a>, <a href=\"https://profiles.wordpress.org/modernnerd\">Nick Cernis</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw\">nielsdeblaauw</a>, <a href=\"https://profiles.wordpress.org/nnikolov\">Nikolay Nikolov</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninio\">ninio</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/pandelisz\">pandelisz</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterbooker\">Peter Booker</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pfiled\">pfiled</a>, <a href=\"https://profiles.wordpress.org/pilou69\">pilou69</a>, <a href=\"https://profiles.wordpress.org/pranalipatel\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/psealock\">psealock</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/rahmon\">Rahmon</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rsusanto\">Rudy Susanto</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/saeedfard\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samanehmirrajabi\">Samaneh Mirrajabi</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/elhardoum\">Samuel Elh</a>, <a href=\"https://profiles.wordpress.org/sgarza\">Santiago Garza</a>, <a href=\"https://profiles.wordpress.org/saracope\">Sara Cope</a>, <a href=\"https://profiles.wordpress.org/saracup\">saracup</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/ebrahimzadeh\">Sekineh Ebrahimzadeh</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/sgastard\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sharifkiberu\">sharifkiberu</a>, <a href=\"https://profiles.wordpress.org/shazdeh\">shazdeh</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sky_76\">sky_76</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/szepeviktor\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/themonic\">Themonic</a>, <a href=\"https://profiles.wordpress.org/thomstark\">thomstark</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hedgefield</a>, <a href=\"https://profiles.wordpress.org/timwright12\">Tim Wright</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/ohiosierra\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tmdesigned\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umang7\">Umang Bhanvadia</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/webfactory\">WebFactory</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/bahia0019\">William \'Bahia\' Bay</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/willscrlt\">Willscrlt</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wrwrwr0\">wrwrwr0</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">Zebulan Stanphill</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Also, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.2 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/05/wordpress-5-2-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 16:17:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6914\";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:326:\"The second release candidate for WordPress 5.2 is now available! WordPress 5.2 will be released on Tuesday, May 7, but we need your help to get there—if you haven’t tried 5.2 yet, now is the time! There are two ways to test the WordPress 5.2 release candidate: try the WordPress Beta Tester plugin (you’ll want […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:2472:\"\n<p>The second release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>WordPress 5.2 will be released on <strong><a href=\"https://make.wordpress.org/core/5-2/\">Tuesday, May 7</a></strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.2, please see the <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>Proper translation of the recovery mode notification emails (#47093).</li><li>Improvements to the way Site Health works with multisite installs (#47084).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>It’s the start of May<br>and the release is coming.<br>We all give a cheer!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2019/05/the-month-in-wordpress-april-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 09:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6918\";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:324:\"This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project. WordPress 5.2 Almost Due for Release WordPress 5.2 is due for release on May 7 with many new features included for developers […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8386:\"\n<p>This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.2 Almost Due for Release</h2>\n\n\n\n<p>WordPress 5.2 is due for release on May 7 with many new features included for developers and end-users alike. <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">The Field Guide for the release</a> provides a lot of information about what is in it and what you can expect, including a few key elements:</p>\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<p>One of the most highly anticipated features for v5.2 is <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\">the Site Health Check</a>. This feature adds two new pages in the admin interface to help end users maintain a healthy site through common configuration issues and other elements that go along with having a robust online presence. It also provides a standardized location for developers to add debugging information.</p>\n\n\n\n<h3>Fatal Error Recovery Mode</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/\">The Fatal Error Recovery Mode feature</a> was originally planned for the 5.1 release but was delayed to patch up some last-minute issues that arose. This feature will help site-owners recover more quickly from fatal errors that break the display or functionality of their site that would ordinarily require code or database edits to fix.</p>\n\n\n\n<h3>Privacy and Accessibility Updates</h3>\n\n\n\n<p>Along with the headlining features mentioned above, there are some important enhancements to the privacy and accessibility features included in Core. These include <a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\">some important developer-focused changes</a> to how privacy policy pages are displayed and user data is exported, as well as <a href=\"https://make.wordpress.org/core/2019/04/02/admin-tabs-semantic-improvements-in-5-2/\">moving to more semantic markup for admin tabs</a> and <a href=\"https://make.wordpress.org/core/2019/04/24/notable-accessibility-changes-in-5-2/\">other improvements</a> such as switching post format icons to drop-down menus on post list tables, improved admin toolbar markup, and contextual improvements to archive widget drop-down menu.</p>\n\n\n\n<h3>New Dashicons</h3>\n\n\n\n<p>The <a href=\"https://developer.wordpress.org/resource/dashicons/\">Dashicons</a> library was last updated was over 3 years ago. Now, in the upcoming release, <a href=\"https://make.wordpress.org/core/2019/04/11/dashicons-in-wordpress-5-2/\">a set of 13 new icons will be added to the library</a> along with improvements to the build process and file format of the icons.</p>\n\n\n\n<h3>Block Editor Upgrades</h3>\n\n\n\n<p>The Block Editor has seen <a href=\"https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/\">numerous improvements</a> lately that will all be included in the v5.2 release. Along with the interface upgrades, the underlying Javascript module <a href=\"https://make.wordpress.org/core/2019/04/09/the-block-editor-javascript-module-in-5-2/\">has been reorganized</a>, improvements have been made to <a href=\"https://make.wordpress.org/core/2019/04/17/block-editor-detection-improvements-in-5-2/\">how the block editor is detected</a> on the post edit screen, and <a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\">the Javascript build process has been enhanced</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">WordPress 5.2 is now in the Release Candidate phase</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Translation Day 4 is Almost Here</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from Core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the previous WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in WordPress Translation Day 4? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Library Project Gets Started</h2>\n\n\n\n<p>Since <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the initial proposal</a> for a Block Library that would be made available from inside the block editor, work has been done to put together <a href=\"https://make.wordpress.org/design/2019/04/02/call-for-design-installing-blocks-from-within-gutenberg/\">some designs</a> for how this would look. Since then the project has received a more direct focus with <a href=\"https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/\">a planned out scope and timeline</a>.</p>\n\n\n\n<p>The project is being managed <a href=\"https://github.com/WordPress/block-directory/projects/1\">on GitHub</a> and people interested in contributing are encouraged to get involved there. You can also keep up to date by following <a href=\"https://make.wordpress.org/design/\">the Design team blog</a> and joining the #design channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The results from the 5.0 release retrospective survey <a href=\"https://make.wordpress.org/updates/2019/04/26/5-0-release-retrospective-wrap-up/\">have been published</a> – this is the first time this kind of open retrospective has been done for a WordPress release and the results provide valuable insight into the project and its contributors.</li><li>The team behind the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.0\">has released version 2.1</a>, including some very useful new sniffs.</li><li>The community <a href=\"https://make.wordpress.org/community/2019/04/18/the-get-involved-table-at-wceu-2019/\">is looking for volunteers for the Get Involved table</a> at WordCamp Europe on 20-22 June.</li><li>Gutenberg has been ported <a href=\"https://github.com/VanOns/laraberg/\">for use within the Laravel framework</a> in a project dubbed Laraberg.</li><li>The 2019 WordCamp for Publishers event <a href=\"https://2019-columbus.publishers.wordcamp.org/2019/04/12/call-for-speakers/\">has opened its call for speakers</a>.</li><li>The Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/blob/add/blocks-in-widget-areas-rfc/docs/rfcs/blocks-in-widget-areas.md\">has published an RFC</a> regarding blocks being used in widgets.</li><li>WordCamp Europe, taking place on 20-22 June, has published <a href=\"https://2019.europe.wordcamp.org/schedule/\">the schedule for the event</a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/04/18/2018-meetup-survey/\">has published the results</a> of the 2018 meetup group survey.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.2 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Apr 2019 01:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6909\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first release candidate for WordPress 5.2 is now available! This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:3117:\"\n<p>The first release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to be released on <strong>Tuesday, May 7</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC1.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.2?</h2>\n\n\n\n<p>Continuing with the theme from the last release, WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<p>The Site Health Check and PHP Error Protection tools have brand new features, giving you peace of mind if you discover any issues with plugins or themes on your site. There are also updates to the icons available in your dashboard, fresh accessibility considerations for anyone using assistive technologies and more.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which goes into the details of the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.2 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Howdy, RC 1!<br>With tools this interesting,<br>I can hardly wait.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6909\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Apr 2019 21:33:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6885\";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:316:\"WordPress 5.2 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the latest WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jonathan Desrosiers\";s: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:4391:\"\n<p>WordPress 5.2 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the latest WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta3.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-2/\">beta 2</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=04%2F09%2F2019..04%2F13%2F2019&milestone=5.2&group=component&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">40 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>The new Site Health feature has continued to be refined.</li><li>Plugins no longer update if a site is running an unsupported version of PHP (see #46613).</li><li>It’s now more apparent when a site is running in Recovery Mode (see #46608).</li><li>The distraction free button no longer breaks keyboard navigation in the Classic Editor (see #46640).</li><li>Assistive technologies do a better job of announcing admin bar sub menus (see #37513).</li><li>Subject lines in WordPress emails are now more consistent (see #37940).</li><li>Personal data exports now only show as completed when a user downloads their data (see #44644).</li><li>Plus more improvements to accessibility (see #35497 and #42853).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p><strong>Important reminder: </strong>as of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you’re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"rEVkMIfjDq\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote><iframe title=\"“Minimum PHP Version update” — WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=rEVkMIfjDq\" data-secret=\"rEVkMIfjDq\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 3 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.2 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Would you look at that<br>each day brings release closer<br>test to be ready</em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6885\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-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:\"Tue, 09 Apr 2019 01:27: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6874\";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:312:\"WordPress 5.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:4565:\"\n<p>WordPress 5.2 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">beta 1</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=2019-03-28..&milestone=5.2&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">100 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>We’ve added support for Emoji 12! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1fa82.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li><li>A brand-new <code>wp_body_open()</code> template tag (and corresponding <code>wp_body_open</code> action) will let themes (and plugins!) add content right after the <code><body></code> is opened (<a href=\"https://core.trac.wordpress.org/ticket/12563\">#12563</a>).</li><li>Superfluous paragraph tags will no longer incorrectly appear in dynamic block content (<a href=\"https://core.trac.wordpress.org/ticket/45495\">#45495</a>).</li><li>The Site Health screens have received several bug fixes, tweaks, and performance improvements.</li><li>Crash Protection no longer interrupts plugin editing (<a href=\"https://core.trac.wordpress.org/ticket/46045\">#46045</a>).</li><li>Custom error handlers now load correctly (<a href=\"https://core.trac.wordpress.org/ticket/46069\">#46069</a>).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p>As of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you’re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"C4d8QxYmh3\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote><iframe title=\"“Minimum PHP Version update” — WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=C4d8QxYmh3\" data-secret=\"C4d8QxYmh3\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>The wonderful thing<br> about betas, is betas<br> are wonderful things.</em> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f42f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6874\";s: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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Minimum PHP Version 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:62:\"https://wordpress.org/news/2019/04/minimum-php-version-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:\"Mon, 01 Apr 2019 14:51: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:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6810\";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:\"WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20. Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes information to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Aaron Jorbin\";s: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:3851:\"\n<p>WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20.</p>\n\n\n\n<p>Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes <a href=\"https://wordpress.org/support/update-php/\">information to help them update PHP</a>. Since then, the <a href=\"https://wordpress.org/about/stats/\">WordPress stats</a> have shown an increase in users on more recent versions of PHP. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=632%2C265&ssl=1\" alt=\"Screenshot of the "PHP Update Required" widget from the WordPress dashboard. Contains information about detecting an insecure version of PHP, how it affects your site, and a link for information on upgrading.\" class=\"wp-image-6826\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=1024%2C429&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=300%2C126&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=768%2C322&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?w=1046&ssl=1 1046w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>The dashboard widget users see if running an outdated version of PHP </figcaption></figure>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Why You Should Update PHP</h2>\n\n\n\n<p>If your site is running on an unsupported version of PHP, the WordPress updater will not offer WordPress 5.2 to your site. If you attempt to update WordPress manually, that update will fail. To continue using the latest features of WordPress you must update to a newer version of PHP. </p>\n\n\n\n<p>When updating to a new version of PHP, WordPress encourages updating to its recommended version, PHP 7.3. The PHP internals team has done a great job making its most recent version the fastest version of PHP yet. This means that updating will improve the speed of your site, both for you and your visitors.</p>\n\n\n\n<p>This performance increase also means fewer servers are needed to host websites. Updating PHP isn’t just good for your site, it also means less energy is needed for the <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">1-in-3 sites that use WordPress</a>, so it’s good for the planet. </p>\n\n\n\n<h2>How to Update PHP</h2>\n\n\n\n<p>If you need help updating to a new version of PHP, <a href=\"https://wordpress.org/support/update-php/\">detailed documentation is available</a>. This includes sample communication to send to your host for them to assist you. Many hosting companies have published information on how to <a href=\"https://github.com/WordPress/servehappy-resources/blob/master/tutorials/hosting-specific/tutorials-en.md\">update PHP</a> that is specific for them. </p>\n\n\n\n<h2>5.6 now, but soon 7+</h2>\n\n\n\n<p>This is the first increase in PHP required version for WordPress since <a href=\"https://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">2010</a>, but may not be the only increase in 2019. The WordPress core team will monitor the adoption of the most recent versions of PHP with an eye towards making PHP 7+ the minimum version towards the end of the year. </p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p><a href=\"https://wordpress.org/support/update-php/#how-to-update-your-websites-php-version-for-a-faster-more-secure-website\">Update PHP today, so you can update WordPress tomorrow!</a></p></blockquote></figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2019/04/the-month-in-wordpress-march-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Apr 2019 08:59:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6846\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time. WordPress Now Powers One-Third of the Web WordPress’ market share has been steadily increasing, and as of halfway through this month, it powers over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7947:\"\n<p>WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Now Powers One-Third of the Web</h2>\n\n\n\n<p>WordPress’ market share has been steadily increasing, and as of halfway through this month, it <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">powers over one-third of the top 10 million sites on the web</a> (<a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">according to W3Techs</a>, which tracks usage statistics for all major web platforms).</p>\n\n\n\n<p>This growth of WordPress is only made possible by the large team of volunteers working to build the project and community. If you would like to get involved in building the future of WordPress, then <a href=\"https://make.wordpress.org/\">check out the Make network</a> for a contributor team that fits your skill set.</p>\n\n\n\n<h2>WordPress 5.2 is on the Way</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">WordPress 5.1.1 was released this month</a>, with 14 fixes and enhancements, and the Core team is now focusing on the next major release, version 5.2. This release will include some great new features, along with <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">the latest updates to the block editor</a>.</p>\n\n\n\n<p>One of the most anticipated new features is the <a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">improved fatal error detection</a> – this was removed from v5.1 shortly before release so that it could be improved and made more secure for this release. Along with that, <a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">PHP 5.6 is going to become the minimum required PHP version for WordPress</a>, a significant step towards a more modern web and <a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\">updated coding standards</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">WordPress 5.2 is now in beta</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for a Central Block Directory</h2>\n\n\n\n<p>With blocks becoming the new way to manage content in WordPress, more and more types of blocks are being developed to cater for different use cases and content types. In an effort to make it easier for content creators to find these block types, <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">there is a proposal</a> for a new type of plugin and a directory to handle it.</p>\n\n\n\n<p>The proposal outlines a new type of WordPress plugin that provides blocks and nothing else, named Single Block Plugins. The primary benefit would be to provide content creators with individual pieces of functionality and new types of blocks without the need to search for and install new plugins.</p>\n\n\n\n<p>The Single Block Plugins would be hosted in a separate Block Directory section of the Plugin Directory and they would initially be JavaScript-based. Each plugin will register a single block, and they will be searchable and installable from within the editor itself. This puts blocks at the publishers’ fingertips — you no longer have to leave the editor to find them.</p>\n\n\n\n<p>Want to get involved in shaping this new type of plugin? Join in the conversation on <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the proposal post</a>, follow <a href=\"https://make.wordpress.org/meta/\">the Meta team blog</a>, and join the #meta channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Global WordPress Translation Day is Back</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth Global WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the last Global WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in the Global WordPress Translation Day? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, <a href=\"https://wptranslationday.org/call-for-speakers/\">apply to be a speaker</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>With the block editor in WordPress Core, the team has been able to focus on adding some frequently requested features. <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">Version 5.3 of Gutenberg</a>, released this month, includes a new block manager modal, the ability to nest different elements in the cover block, and some UI tweaks to improve the hover state of blocks.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The PHP upgrade notice in WordPress 5.1 has already had <a href=\"https://twitter.com/GaryPendergast/status/1108493038811148290\">a hugely positive effect</a> on thousands of websites.</li><li>The Theme Review Team has released their useful Theme Sniffer plugin <a href=\"https://wordpress.org/plugins/theme-sniffer/\">on the Plugin Directory</a> to help theme developers build more standards-compliant themes.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/27/helphub-localisation-plan-meeting-notes/\">has started a discussion</a> about the best way to localize WordPress user documentation.</li><li>The schedule for WordCamp Europe 2019 <a href=\"https://2019.europe.wordcamp.org/schedule/\">has been published</a> – the event takes place on June 20-22.</li><li>A new `wp_body_open` hook <a href=\"https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/\">has been added to Core</a> in version 5.2, providing more power and flexibility for theme developers.</li><li>The dates and location of WordCamp for Publishers 2019 <a href=\"https://2019-columbus.publishers.wordcamp.org/\">have been announced</a>.</li><li>In a milestone achievement for inclusivity, <a href=\"https://twitter.com/wordcampmiami/status/1109102027324489731\">more than 50% of all speakers at WordCamp Miami were women</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6846\";s: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:54:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Mar 2019 23:39: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6798\";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:318:\"WordPress 5.2 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.2 Beta two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:8581:\"\n<p>WordPress 5.2 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.2 Beta two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.2-beta1.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has received significant performance improvements since WordPress 5.1, shaving 35% off the load time for massive posts, and cutting the keypress time (how responsive it feels when you’re typing) in half!</p>\n\n\n\n<p>Accessibility continues to improve, too. The block editor now supports your browser’s reduced motion settings. The post URL slug has better labelling and help text. The focus styling for keyboard navigating through landmarks is clearer and more consistent. There are a variety of new speak messages, and existing messages have been tweaked for more useful screen-reader behaviour.</p>\n\n\n\n<p>We’ve added several new blocks:</p>\n\n\n\n<ul><li>An RSS block</li><li>An Amazon Kindle embed block</li><li>A Search block</li><li>A Calendar block</li><li>A Tag Cloud block</li></ul>\n\n\n\n<p>To help you keep track of these blocks, and only show the ones you need, there’s a new block management tool to switch blocks on and off.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-6806\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=1024%2C768&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=300%2C225&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=768%2C576&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Block Management Modal</figcaption></figure>\n\n\n\n<p>We’re constantly working on existing blocks, too. There are hundreds of bug fixes and improvements in the block editor, you can read more about them in the Gutenberg plugin releases: <a href=\"https://make.wordpress.org/core/2019/01/23/whats-new-in-gutenberg-23th-january/\">4.9</a>, <a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\">5.0</a>, <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">5.1</a>, <a href=\"https://make.wordpress.org/core/2019/03/06/whats-new-in-gutenberg-6th-march/\">5.2</a>, and <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">5.3</a>.</p>\n\n\n\n<h3>The WordPress Mobile Apps</h3>\n\n\n\n<p>The block editor isn’t just for websites, either. The WordPress mobile apps now include an experimental version of a built-in block editor. This is still under development, but you can try it out now!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-mobile\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"BEX89Pj6RV\"><a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">The block editor is coming to the mobile apps</a></blockquote><iframe title=\"“The block editor is coming to the mobile apps” — Make WordPress Mobile\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/embed/#?secret=BEX89Pj6RV\" data-secret=\"BEX89Pj6RV\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem.</p>\n\n\n\n<p>The first phase of this project (originally scoped for WordPress 5.1) is now included in WordPress 5.2. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"ueLxW5eatZ\"><a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">The Improved Fatal Error Protection</a></blockquote><iframe title=\"“The Improved Fatal Error Protection” — Make WordPress Core\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/embed/#?secret=ueLxW5eatZ\" data-secret=\"ueLxW5eatZ\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<p>In addition, we’re adding a new Health Check tool to your Dashboard. Visit the <em>Tools</em> menu and click on <em>Health Check</em> to get information that can help improve the speed and security of your site.</p>\n\n\n\n<h2>PHP Version Bump</h2>\n\n\n\n<p>With this release, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress will increase its minimum supported PHP version to 5.6</a>. To help you check if you’re prepared for this change, WordPress 5.2 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>Plugins can now specify the minimum version of PHP that they support, so you can safely modernise your development practices without risking breaking your users’ sites. (<a href=\"https://core.trac.wordpress.org/ticket/40934\">#40934</a>)</li><li>We’ve added the <code>sodium_compat</code> library, which provides backwards compatibility for the <a href=\"https://blog.zend.com/2018/11/06/modern-cryptography-in-php-7-2-with-sodium/\">Sodium-based cryptography library added in PHP 7.2</a>. (<a href=\"https://core.trac.wordpress.org/ticket/45806\">#45806</a>)</li><li>There’s a new release of Dashicons, the WordPress Dashboard icon font. There are 25 new icons for you to use! (<a href=\"https://core.trac.wordpress.org/ticket/41074\">#41074</a>)</li><li>You can now pass a label to <code>get_search_form()</code>, improving accessibility. (<a href=\"https://core.trac.wordpress.org/ticket/42057\">#42057</a>)</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.2&group=resolution&order=priority\">130 tickets closed</a> in WordPress 5.2 so far, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.2 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>With each new release,<br>bearing multiple betas; <br>We fix, then we fly.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 17 May 2019 00:25:56 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 10 May 2019 09:17:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20180206170026\";}','no'),(318,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1558095956','no'),(319,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1558052756','no'),(320,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1558095957','no'),(321,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Block building without JavaScript: Testing ACF, Block Lab, and Lazy Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/block-building-without-javascript-testing-acf-block-lab-and-lazy-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19359:\"<p>Not everyone is able or willing to build blocks in JavaScript just yet, and sometimes you have to install three or four block collections until you find the blocks you would like. </p>\n\n\n\n<p>There is a third way: plugins that create the blocks for you from a set of specific custom fields, with a template to control the frontend display of the blocks. The three most popular options for doing this include: <a href=\"https://getblocklab.com/\">Block Lab</a>, <a href=\"https://www.advancedcustomfields.com/resources/blocks/\">ACF (Advanced Custom Fields)</a> and <a href=\"https://lazyblocks.com/\">Lazy Blocks</a>. </p>\n\n\n\n<p>My use case for this test is a small task I set out to accomplish with each of the plugins – to create a block for team members of a company that includes the following fields: first name, last name, headshot, bio, phone number, and email address and use the block on a page in a two-column display with two team members. </p>\n\n\n\n<p>For each plugin I will demonstrate</p>\n\n\n\n<ul><li>how to create the Fieldgroup, </li><li>how to create the template for the frontend and </li><li>how to use the blocks to create a team page. </li></ul>\n\n\n\n<p>I used <a href=\"https://localbyflywheel.com/\">Local by Flywheel </a>as my local development tool. The test site ran on <a href=\"http://wordpress.org/download\">WordPress 5.1.1</a>, <a href=\"http://wordpress.org/plugins/gutenberg\">Gutenberg 5.4</a> and the <a href=\"https://wordpress.com/theme/business\">Business Theme</a> from WordPress.com </p>\n\n\n\n<p>After reading this post you will be able to select the plugin that fits your needs.</p>\n\n\n\n<h2>Creating a Team Block with Block Lab</h2>\n\n\n\n<p>Members of the <a href=\"https://xwp.co/\">XWP team</a> built Block Lab and it is available as a free plugin with a commercial version. I used Block Lab first, installed the plugin and then started a new block. </p>\n\n\n\n<p>Here is the video on how to set-up the fields. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/iRgsUvVQRzimcktaj1845VVoYcWmt0THZv56Xrn1CGF549wAA7iC1DoQNr0-ZhZnPQ6iXk7LULp6PFuazN-KfBvoaNvPFf3Cobsdwt6HBhT6HbKOz9tQ7tq-y5oC0W6uyLL9_RY3\" alt=\"\" />\n\n\n\n<img src=\"https://lh3.googleusercontent.com/EanmmdAsFYGbcXr1ygb8FHMmRWUTVTH1stMIqg0YnZ8XIPziPLfv9fmC5dKWAnZyNkxOShxuzueW2ByPZOaJobqWlqORw35pk3hEBDx7UhjdB05HU0yf8enxtqIBY1TONAJWELlt\" alt=\"\" />\n\n\n\n<p>The next step is setting up the block template </p>\n\n\n\n<p>When I looked at the expected location, the template will be made part of the theme directory in a subfolder called /blocks/ That’s something a developer needs to remember, as there is some content lock-in when switching themes. </p>\n\n\n\n<p>To create the template, I opened my code editor, created the file block-team-member.php, and added the HTML + and minimal PHP to reference the fields. </p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n<h2>\n<?php block_field( \'first-name\' );?> \n<?php block_field( \'last-name\' );?>\n</h2>\n<p><img class=\"teamphoto\" src=\"<?php block_field( \'picture\' ); ?>\"\n alt=\"<?php block_field( \'first-name\' );?> \n<?php block_field( \'last-name\' );?> \" width=\"150\" style=\"float:left;padding:4px;margin;2px;\"/>\n<?php block_field( \'short-bio\' ); ?></p>\n\n<p><em>You can reach <?php block_field( \'first-name\' );?></em> \n<br/>via email <span><a href=\"mailto:<?php block_field( \'email-address\' ); ?>\">\n<?php block_field( \'email-address\' ); ?></a></span>\n or <br/>\nvia phone: <span><?php block_field( \'extension\' ); ?></span></p>\n</pre>\n\n\n<div class=\"wp-block-image\"><img src=\"https://lh6.googleusercontent.com/pj0rCDeug3wI8j6NJbIGB03095ZcSRxopKs8Lj_g1ZK3m2cce8GxuK6q55tZvXIkU4YA-qdgwPWirkPzaBV7TbfkMftmWyNmAtHoFKA5KgRcddlW0pF0Em2_eGRzGVgWO6Xt_4on\" alt=\"\" width=\"217\" height=\"402\" /></div>\n\n\n\n<p>In the last step, I finished the configuration of this block with the Block Properties </p>\n\n\n\n<ul><li>I set the icon to a person, </li><li>selected the “Layout Elements” as Category and </li><li>added “team member, team” as keywords</li></ul>\n\n\n\n<p>All this is necessary for the Block inserter in the editor. </p>\n\n\n\n<p>Let’s see how it works. </p>\n\n\n\n<p>I added a new Page called <strong>Meet our Block Lab Team</strong> and added the team members, using the Block “Team Member”.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>For now, I decided to have all the information filled within the block editor boundaries. During setup of the fieldgroup, I had also the choice to display form controls in the Block Options tab in the sidebar. For the moment, I have determined that’s it’s just personal preference. Once you click outside the block, the form disappears and the block is rendered similar to its frontend representation.</p>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/49oYuT1N3zL8kgT0ojON3E5s4RgJlS9wJHou2fwgUAGEwaP0LOyuuQ4DZmTm2EUpcHJXRluW_tFlvj_coY62gTteq6ep1kJKTrUTR7lbuV5w276LNlxGJikJwdY51KPvVeyBB5Mh\" alt=\"\" />\n\n\n\n<p>Now that I have the block finalized, I can add more team members to the page. I decided, I’d like them in a column block with two columns. </p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/XgDmfWQFlv6oN12gTeoZ9wA4JN0lvf_FGeWTLK3RfmWfAKXjQ9E_GOvY5kTKDPJRyAcSP36u1VTMkGI5kwiZ8mUQJnCKQSKYZdE-G6io645EsTyp2V4CfMXrCotH8Och1vGEWUjK\" alt=\"\" />\n\n\n\n<p>So far, so good. I was not thrilled that the location of the template points to the theme folder.</p>\n\n\n\n<p>When I want to switch out the theme, I still would like to keep the block and the layout for the block with my site, so I would need to make sure to copy the blocks folder to the new theme’s directory. Another way is outlined in the <a href=\"https://github.com/getblocklab/block-lab/wiki/3.-Displaying-custom-blocks\">documentation for Blocklab on Github</a>. It offers two filters to change the default location of the template: </p>\n\n\n\n<p><em>“To use a different template inside your theme, use the block_lab_override_theme_template( $theme_template ) filter. </em><em>To use a different template outside your theme (for example, in a plugin), use the block_lab_template_path( $template_path ) filter.”</em></p>\n\n\n\n<p>This was fairly easy to set up, even if you are not a PHP developer, you can probably use the one PHP function block-field() and make sure to reference the right field names. </p>\n\n\n\n<p>Block Lab, in essence, provides you with a method to create the fields and configure the block properties in one screen, and then you need to add the corresponding block template to a folder /blocks/ in your theme’s directory. It’s fairly straight forward. </p>\n\n\n\n<h2>Creating a Team Block with ACF 5.8 </h2>\n\n\n\n<p>ACF (Advanced Custom Fields) version 5.8 came out with a block builder (only available in the Pro version). For my test I used ACF 5.8 RC 1. The final release is available now. Elliot Condon is the plugin’s author and the first version was released in 2011. The plugin has grown into a hugely popular developer tool for freelancers and agencies alike and has over 1 million installs. </p>\n\n\n\n<p>Its success and versatility make the creation of the field group a more involved process compared to the other two plugins. The Pro version 5.8 contains the first release of its block building tool.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This is the admin view of the Field group “Team Member”. </p>\n\n\n\n<img src=\"https://lh5.googleusercontent.com/63PvvK9vJx7T38CSlED8q91thMJh3qToA1bGuKDmBaQQGNsEDndfT4z1KkFFx9fISlt8pnWfq6lrnnoAy11YKmlhXiz-GmydV7sB91YorPT5QGfI46CEWLzY22sfsS-krFn_Aa-1\" alt=\"\" />\n\n\n\n<p>Now how do I make this into a block? <a href=\"https://www.advancedcustomfields.com/resources/blocks/\">The documentation</a> is comprehensive enough. Note: In this test I went in a slightly different order… </p>\n\n\n\n<p>I started with the Field Group and I needed to get back to that admin screen after I registered the block (see below) .</p>\n\n\n\n<p>I used two files. First, I needed to register the block in the <em>functions.php</em> of my theme. For the template/block rendering code I used <em>content-block-team-member.php</em> also to be stored in the active theme’s folder. </p>\n\n\n\n<p>You will see how those two fit together in a second. The rest of the work is done by the plugin in the back end.</p>\n\n\n\n<h3>So let’s write the Block Code in PHP</h3>\n\n\n\n<p>The first snippet is the block registration. I gave it a name, title, a description, point to the render template, give it a category, an icon and some keywords, under which the content producer can find the block in the Block Inserter. I scrolled all the way to the end of my theme’s <em>functions.php</em> and added this snippet:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nfunction register_acf_blocks() {\n // register a team member block.\n acf_register_block(array(\n \'name\' => \'acf-team-member\',\n \'title\' => __(\'ACF Team Member\'),\n \'description\' => __(\'A custom team member block created via ACF 5.8\'),\n \'render_template\' => \'content-block-team-member.php\',\n \'category\' => \'formatting\',\n \'icon\' => \'admin-comments\',\n \'keywords\' => array( \'team member\', \'team\' ),\n ));\n}\n// Check if function exists and hook into setup.\nif( function_exists(\'acf_register_block\') ) {\n add_action(\'acf/init\', \'register_acf_blocks\');\n}\n</pre>\n\n\n<p>This code is straight from the <a href=\"https://www.advancedcustomfields.com/resources/blocks/\">documentation</a> and I just changed a few values. </p>\n\n\n\n<p>In the next section I created the block rendering template. The file name needs to match the “render_template” attribute in the above text, which is “<strong>content-block-team-member.php</strong>”</p>\n\n\n\n<p>I also just followed <a href=\"https://www.advancedcustomfields.com/resources/blocks/#key-concepts\">along ACF’s documentation</a> and only changed a few values and updated the display code. </p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n<pre class=\"wp-block-syntaxhighlighter-code\"><?php\n// create id attribute for specific styling\n$id = \'team-member\' . $block[\'id\'];\n\n// create align class (\"alignwide\") from block setting (\"wide\")\n$align_class = $block[\'align\'] ? \'align\' . $block[\'align\'] : \'\';\n\n// Load values and asigning defaults for the block fields.\n$short_bio = get_field(\'short_bio\') ?: \'the short bio goes here... \';\n$first_name = get_field(\'first_name\') ?: \'First Name\';\n$last_name = get_field(\'last_name\') ?: \'Last Name\';\n$image = get_field(\'picture\');\n$email_address = get_field(\'email_address\');\n$extension = get_field(\'extension\');\n?&gt;\n\n<div>\" class=\"team-member \"&gt;\n <h2> </h2>\n <blockquote class=\"team-member-blockquote\">\n <img class=\"teamphoto\">\" alt=\"\" alt=\" \" width=\"150\" style=\"float:left;padding:4px;margin;2px;\"/&gt;\n <span class=\"team-member-short-bio\"></span>\n <br />\n <span class=\"team-membe-extension\"></span><br />\n <span class=\"team-membe-email-address\">\n </span>\n </blockquote>\n</div>\n</pre>\n</pre>\n\n\n<p>As I started with the Fieldgroup, I needed to go back and make sure that the group is associated with the block I just registered. Below the Fieldgroup screen I created a rule for the Location: It needs to read: “Show this field group if the <strong>Block</strong> is equal to <strong>ACF Team Member. </strong></p>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/dNTCzxoXnT8IKlgMBkZKhhcKAyuj6AyZVF5wRHn4rhKGEPt4MTBkmR5rkyxLk_Nl1RZAaiU_sMDplVlmRcVJz7b6xjcbgmEJ0tAJVHllcNzJzEuqUQhUhzwvxFD1-pd8Ahhp28FR\" alt=\"\" />\n\n\n\n<p>Now let’s see how this works in the Block editor when I add two members. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>It was an interesting experience. You can use the form in the editor section to enter the data. Another option is to enter the data in the form fields available in the the sidebar and you see the block update in real time. You can toggle between the two methods but clicking on the Button “Switch to Edit” or “Switch to Preview” depending which method you are using right now. </p>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/uihtOmYm4w4yeWo3F116ZTzgr7ESRlgTpOOeOgrI_IWXM4QMJIzs-tjOSnt0o1rnp0EQPIUZE990pMCDvGgjDXS8LhkxBFHAgZnGYZhwYO_DObXU51wuwZcfWOUX_DlMXIJy8Y5E\" alt=\"\" />\n\n\n\n<p>The block editor UI works well. It’s worth going through the more elaborate setup and code necessary. </p>\n\n\n\n<h2>Creating a Team Block with Lazy Blocks</h2>\n\n\n\n<p>The third plugin in this test is called “Lazy Blocks” by Nikita of nkdev.info, the same team that also published the <a href=\"https://wordpress.org/plugins/ghostkit/\">GhostKit</a> block collection.</p>\n\n\n\n<p>It not only allows me to store information in post_content but I also get a choice to store it in the post_meta table. </p>\n\n\n\n<p>Here is a video of using the interface to create the fields.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>As this admin screen is focused on getting all the information to create the blocks, on the left I created my fields and in the sidebar. I filled in the information needed to register a block with the editor. </p>\n\n\n\n<p>Underneath, I was able to add the HTML for frontend and backend. The syntax is even easier than Block Lab, and of course much easier than ACF’s templating. </p>\n\n\n\n<p>I didn’t need to add any code to my theme’s functions.php nor did I need to create additional files with my template code. </p>\n\n\n\n<p>You can add it all right here, aided by syntax highlighting and merge tags rather than function calls. The <a href=\"https://lazyblocks.com/documentation/getting-started/\">documentation shows multiple ways</a> to write your template code. I am definitely a fan of <a href=\"http://handlebarsjs.com/\">Handlebars (semantic templating)</a> as it is in this context much closer to other systems’ merge tags. </p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/n048DkWcRrFC5Z6Y17GgeTYrL_mIMfARYJt71-S7aZx-v6NIkL94QYIsvJr0eWk4pejhgQjBr5-QECpi16qRbQsXOOq_5HoDSN2qGlHejMr7kLfq9qNAeenG7xIjGhnOM6pCcXyp\" alt=\"\" />\n\n\n\n<p>I copy/pasted the same code into the “Editor HTML” tab, so I could see the frontend display below the form fields. </p>\n\n\n\n<p>Let’s use it. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<img src=\"https://lh5.googleusercontent.com/Eqo6z_IfKoAahVP3pNl4TyDc1zAffiOUbLHD1H07DCevQORZkRC-9vyKh6jTFq3djhm840806ktf5PdkrARuCWyRvf0KFCpwHG3JyuHGfEUfMuhMkEkp-SOekYTt9ZDUAsSpS4_O\" alt=\"\" />\n\n\n\n<p>This seems to work. It was little bit awkward that the form didn’t disappear when I unselect the block. It takes up a lot of real estate in the editor. Although, I wanted to have the team members in a two-column block, I did not succeed in dragging and dropping the two blocks into a Column Block. I mentioned this in my <a href=\"https://wordpress.org/support/topic/remove-form-when-block-is-not-selected/\">support topic </a>and nK answered: “…hiding controls when the block is not selected is a good feature, that already added in ACF Blocks and will be added in Lazy Blocks soon.” Here you have it – all in due time. </p>\n\n\n\n<h2>Conclusion: Complex, Evolved, or Easy. </h2>\n\n\n\n<p><a href=\"https://www.advancedcustomfields.com/\"><strong>ACF 5.8</strong></a> has a very robust block building feature, and every one who has been using the plugin to build sites will be very happy to be able and create dynamic blocks for their customers. It’s well thought through, and developers of all skill sets will get up and running quickly. </p>\n\n\n\n<p>Someone, who is not well versed in PHP will have her fair share of trial and error to get it all going. It will get even more complicated when the requirements for the blocks get more involved and beyond this test’s use case. This is not a tool for WordPress beginners or DIY site implementers who don’t write a lot of code themselves. </p>\n\n\n\n<p>For now, only the ACF 5.8 Pro version comes with the block builder feature. <a href=\"https://twitter.com/wp_acf/status/1112934364751396865\">Condon is contemplating making it a stand alone plugin</a>. (See what the Twitteratti think about the idea… ) </p>\n\n\n\n<p><strong><a href=\"https://getblocklab.com/\">Block Lab </a></strong>is in its early stages of development. It succeeds in abstracting most of the block architecture and reduces the amount of code that needs to be written. The documentation is very helpful. The template is stored in a separate file, and needs to be maintained with the rest of the theme files. If we at my company would use it for any of our projects, we would store the template file with one of our helper plugins, so our customers are able to switch themes without losing the content and display of the blocks built with Block Lab. </p>\n\n\n\n<p>The Pro version boasts additional features, such as repeater fields, import/export of blocks, user object fields, map field and many more block features. </p>\n\n\n\n<p>XWP is an agency working with enterprise clients on the WordPress.com VIP hosting and other corporations. Their team members are contributing to other big ideas in the WordPress space,<a href=\"https://xwp.co/project/customizer/\"> including the Customizer</a>, <a href=\"https://xwp.co/project/google-amp/\">AMP</a> and <a href=\"https://xwp.co/project/tide/\">Tide</a>. I expect the plugin to stay around and grow with Gutenberg Phase 2 into a robust system for site implementers, agencies, and theme developers. </p>\n\n\n\n<p><strong><a href=\"https://lazyblocks.com/\">Lazy Blocks</a></strong><a href=\"https://lazyblocks.com/\"> </a>is a delight to set up and as mentioned, I am a fan of the <a href=\"https://handlebarsjs.com/\">Handelbars</a> templating syntax. It’s easy to learn even for beginners, and with a little practice, a site owner would be able to create specific Gutenberg blocks for their site. The block handling in the editor although functioning, is a little clunky, as the display doesn’t switch between block select state and unselect state at the moment. </p>\n\n\n\n<p>If there is a requirement of having additional fields for a page or a section of a post, Lazy Blocks is a great tool to prototype and get quickly from idea to proof of concept.</p>\n\n\n\n<p>The only caveat: I was not able to find out who the people are behind <em>nkdev.info</em> and the name Nikita. The website only reveals that it is a young company but nothing more. If you use the plugin, make sure you have Plan B in place just in case the developers abandon the plugin before it takes off. </p>\n\n\n\n<p>ACF 5.8 is quite complex; Block Lab is a very flexible and only semi-complex; and Lazy Blocks is adequately named and the easiest to use. None of them lets you get away without writing code, as each block needs some display output in HTML. </p>\n\n\n\n<p>Let me know what you think about these three block generating plugins. Also, if you found another plugin that allows you to build blocks without getting into Javascript, I want to know about it! Please share your thoughts and discoveries in the comments! </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 May 2019 22:42:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: HostCamp: An Unconference For Advancing the WordPress Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/hostcamp-an-unconference-for-advancing-the-wordpress-infrastructure\";s: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:1869:\"<p><a href=\"https://hostcamp.org/\">HostCamp</a> is a small, semi-informal, invitation-only, event with an <a href=\"http://unconference.net/unconferencing-how-to-prepare-to-attend-an-unconference/\">unconference style</a> that is bringing leaders together from within the hosting industry to discuss and share ideas on how to advance the WordPress infrastructure across the web. </p>\n\n\n\n<p>The organizing team is comprised of, Jonathan Wold, Ecosystem Consultant, Formerly VP of Strategy at XWP, Mile Rosu, Co-founder and CEO of Presslabs, Mihai Grescenko, Head of Design at Desero, Anna Maria Radu, Event producer for DigiTales, and Andreea Oproiu, Communication and PR specialist for DigiTales.</p>\n\n\n\n<p><a href=\"https://hostcamp.org/program/\">Speakers</a> will present on a variety of topics including, malware, ethics in WordPress hosting, PHP versions, portability, and more. <a href=\"https://www.betahaus.com/\">Betahaus</a>, a network and co-working facility in Berlin, Germany, is hosting the event. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Betahaus Facility in Berlin, Germany</div>\n\n\n\n<p>Rosu describes the unconference as, “A launchpad for innovations in the hosting industry where opportunities in WordPress infrastructure are encouraged and promoted.”</p>\n\n\n\n<p>If you’re interested in attending, there is an application form near the bottom of the <a href=\"https://hostcamp.org/\">HostCamp site</a> that is available until June 1st. Tickets are scheduled to go on sale <a href=\"https://www.eventbrite.com/e/hostcamp-10-tickets-60401507535\">June 19th</a> for €200 or $223.47. Refunds are available if you contact the organizing team 30 days prior to the event. </p>\n\n\n\n<p>It should be noted that <a href=\"https://2019.europe.wordcamp.org/\">WordCamp EU</a> is taking place in Berlin, Germany, as well and begins a day after HostCamp. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 May 2019 21:09:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Matt Mullenweg Launches New Blog and Podcast on Distributed 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89755\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/matt-mullenweg-launches-new-blog-and-podcast-on-distributed-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4509:\"<img />photo credit: <a href=\"https://stocksnap.io/photo/I16C0GFHHM\">Min An</a>\n\n\n\n<p><a href=\"https://automattic.com/\">Automattic</a> CEO Matt Mullenweg has launched a new blog and podcast at <a href=\"https://distributed.blog/\">Distributed.blog</a> where he will be sharing what he has learned over the past 15 years of managing a distributed workforce. In 2019, Automattic now employs more than 900 people from 68 countries who have all worked in a distributed fashion since day one. </p>\n\n\n\n<p>“With the Distributed podcast I wanted to take a closer look at how some of the most innovative companies and brilliant minds think about the future of work,” Mullenweg said. “Not just the binary questions of ‘remote work’ vs. ‘office work,’ but the wider spectrum of what’s possible and why it matters. How can we work better and smarter in the decades to come—and what’s the moral imperative driving our desire to change?” </p>\n\n\n\n<p>The first <a href=\"https://distributed.blog/podcast/\">episode</a> of the podcast features <a rel=\"noreferrer noopener\" href=\"https://www.upwork.com/\" target=\"_blank\">Upwork</a> CEO <a rel=\"noreferrer noopener\" href=\"https://twitter.com/skasriel\" target=\"_blank\">Stephane Kasriel</a>, who is deeply embedded in the labor market for remote work. His company offers a global platform for connecting businesses with freelancers. Upwork went public in 2018 and is expected to do more than $1.7 billion in business this year. Kasriel has a wealth of knowledge to share from his experience managing more than 1,100 remote freelancers in 500 countries, in addition to 400 on-site employees. </p>\n\n\n\n<p>“Our mission at this company is to create economic opportunities for people to have better lives, and the way we measure that is how much money goes into people’s pockets,” Kasriel said.</p>\n\n\n\n<p>Both Mullenweg and Kasriel are passionate about seeing more companies embrace remote work and the first part of the podcast goes deeper into what is currently broken about work. Those living in big cities are often paid well for their talents and expertise but will spend a large portion of that money on the cost of living. Kasriel said he believes Upwork can be a “driving force in creating a better future” by championing remote work as the economic catalyst for improving working conditions across the globe.</p>\n\n\n\n<p>“This distributed-company movement is the awakening of the tech industry [to the reality] that we are part of the problem,” Kasriel said. “Part of the reason why jobs have been destroyed in plenty of places in the country while all the new jobs were created in a small number of areas is because of tech.”</p>\n\n\n\n<p>For those who are curious about how CEOs and managers make distributed work a success, the first episode includes discussions on some of the more practical issues of managing a remote work force. Mullenweg and Kasriel discuss the challenges of working across timezones, strategies for improving communication and preventing employees from feeling a sense of isolation, and managing productivity and performance.</p>\n\n\n\n<p>The topics included in the episode are even applicable for smaller distributed companies that are just starting out. Kasriel shared tips on establishing a strong culture of employee satisfaction for both on-site employees and those working remotely, navigating conflict, integrating new employees into remote culture, and allowing people to “delocate” from on-site work. </p>\n\n\n\n<p>After listening to this episode, I found that Mullenweg and Kasriel presented a compelling case that distributed work is not just a buzzword in the tech industry. It is actually a movement with a powerful economic impact that is poised to change the world. Remote work also has the added benefit of creating opportunities for people who have a difficult time participating in the traditional labor market, effectively increasing the diversity of a company’s employees by offering a more inclusive model for working.</p>\n\n\n\n<p>The podcast is produced by Mark Armstrong and the team at <a href=\"https://www.chartsandleisure.com/\">Charts & Leisure</a>. There’s a lot of valuable information efficiently packed into just 37 minutes. If you manage a distributed team or are part of one, this is a high quality new show to <a href=\"https://distributed.blog/podcast/\">add to your subscriptions</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 May 2019 18:14:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Matt: Introducing the Distributed Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://ma.tt/2019/05/introducing-the-distributed-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1156:\"<a href=\"https://ma.tt/feed/distributed.blog\" target=\"_blank\" rel=\"noreferrer noopener\"><img /></a>\n\n\n\n<p>I’ve been meeting with some brilliant people for <em><a href=\"https://distributed.blog\">Distributed</a></em>, my new podcast dedicated to exploring the future of work. The first episode is a conversation with <a href=\"https://twitter.com/skasriel\">Stephane Kasriel</a>, CEO of <a href=\"https://www.upwork.com/\">Upwork</a>, about how they built a distributed culture, and how flexible work will shape the future of the global economy. </p>\n\n\n\n<p>Unlike <a href=\"https://automattic.com/\">Automattic</a>, Upwork does have an office in Silicon Valley (albeit one with a remote receptionist!). It was interesting to hear how Stephane’s teams balance in-person culture with inclusiveness for all employees, no matter where they live. Read more about Stephane’s work at <a href=\"https://distributed.blog\">Distributed.blog</a>, and subscribe at <a href=\"https://podcasts.apple.com/us/podcast/distributed-with-matt-mullenweg/id1463243282\">Apple Podcasts</a>, or <a href=\"https://distributed.blog/podcast/\">wherever you listen to podcasts</a>. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 May 2019 14:59:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Gutenberg 5.7 Adds New Block Appender for Group and Columns Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/gutenberg-5-7-adds-new-block-appender-for-group-and-columns-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3366:\"<p>Today’s release of Gutenberg brings a major improvement to the usability of the Group block. In previous versions of the editor, it wasn’t easy to see if a block had been inserted as a child block, especially since the default behavior was to insert an empty paragraph block. <a href=\"https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 5.7</a> brings more clarity to the UI for Group blocks by displaying the new block appender as the default state when no inner blocks are detected. (The “appender” is the fancy name for the button with the plus sign inside it that opens the UI for inserting a new block.) </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-15-at-5.53.03-PM.png?ssl=1\"><img /></a></p>\n<p>The Columns block has also been updated to add the new block appender, and this release adds support for setting column widths. The inflexibility of the Columns block has been a frustration for users since it was introduced, but this release makes progress on one of the most common requests. Users can now set a percentage width for the columns in the block settings. The UI for this is a bit clunky, but a more interactive, draggable column resizer handle is <a href=\"https://github.com/WordPress/gutenberg/issues/15659\" rel=\"noopener noreferrer\" target=\"_blank\">coming in a future release</a>. Future iterations may also include “quick-select” template options for users to select from when setting up their columns.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-15-at-9.42.51-PM.png?ssl=1\"><img /></a></p>\n<p>Other new features in this release include support for <a href=\"https://github.com/WordPress/gutenberg/pull/14627\" rel=\"noopener noreferrer\" target=\"_blank\">showing post content or an excerpt in the Latest Posts block</a> and support for <a href=\"https://github.com/WordPress/gutenberg/pull/15409\" rel=\"noopener noreferrer\" target=\"_blank\">header and footer toggles in the Table block</a>.</p>\n<p>One handy little addition to Gutenberg 5.7 is the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/14983\" rel=\"noopener noreferrer\" target=\"_blank\">update images using drag & drop</a>. Users can now drag an image onto an image block that already contains an image. The image will be uploaded and will replace the previous one, saving users many clicks in the process of changing an image. Future updates may also add the same behavior to the audio, video, file, and Media & Text blocks.</p>\n<p>Gutenberg 5.7 includes dozens of bug fixes and accessibility improvements, with several suggestions that originated from WPCampus’ accessibility audit. It also brings a significant boost in performance with a 14% faster loading time than the previous version.<br />\n<br />\nThe project’s documentation has <a href=\"https://developer.wordpress.org/block-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">a new home on WordPress DevHub</a> and has been reorganized for better navigation.</p>\n<p>A list of all the changes in the 5.7 release is available in the <a href=\"https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 May 2019 04:44:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: Site Health Tool Manager Provides A Convenient Way to Disable Unnecessary Site Health Check Tests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/site-health-tool-manager-provides-a-convenient-way-to-disable-unnecessary-site-health-check-tests\";s: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:1939:\"<p>WordPress 5.2, <a href=\"https://wptavern.com/wordpress-5-2-jaco-released-includes-fatal-php-error-protection-and-a-recovery-mode\">released last week</a>, added two new pages to the WordPress backend to help users diagnose common configuration issues. The Site Health Check page runs a series of tests and categorizes the results as critical, recommended, and good. This helps users prioritize which issues require immediate attention.</p>\n\n\n\n<p>WordPress 5.2 <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\">adds filters </a>for developers to add, edit, or remove tests but these filters may not be as accessible as a plugin. <a href=\"https://wordpress.org/plugins/site-health-tool-manager/\">Site Health Tool Manager</a> by <a href=\"https://wearnhardt.com/\">William Earnhardt</a> is a new plugin that provides an easy way to disable tests. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Site Health Tool Manager Settings</div>\n\n\n\n<p>In some situations, consultants may want to disable certain tests to prevent the results from panicking a client. For example, if a consultant has configured a site to not receive automatic updates because the site is managed with version control, the site health check test is unnecessary.</p>\n\n\n\n<p>Disabling unnecessary tests can also increase a Site’s Health Percentage score. However, in the plugin’s description, Earnhardt stresses that the plugin should, “only be used to disable tests with a legitimate and acceptable reason for failing. <em>It should not be used to hide tests which can be fixed.</em>“</p>\n\n\n\n<p>Site Health Manager also supports the tests that <a href=\"https://jetpack.com/2019/05/07/jetpack-7-3start-strong-and-stay-healthy/\">were recently added</a> in Jetpack 7.3. Site Health Tool Manager is free and can be found on the <a href=\"https://wordpress.org/plugins/site-health-tool-manager/\">WordPress plugin directory</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 May 2019 02:33: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: Pressing Topics – Episode 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89714\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wptavern.com/pressing-topics-episode-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2517:\"<p>Pressing Topics is a daily podcast hosted by <a href=\"https://www.presstitan.com/\">Malcolm Peralty</a> and myself. We discuss the news that’s making headlines in the WordPress ecosystem as well as related topics that catch our eyes. Generally speaking, if you listen to this show on a daily basis, you should have a good idea on what’s going on in the WordPress community.</p>\n\n\n\n<p>In this episode, Malcolm and I review the most common mistakes WordPress theme developers make based on a veteran theme reviewer’s experience, the 10 best countries to outsource software development too, and a new proposal to the Plugin Directory Guidelines.</p>\n\n\n\n<p>Due to a software issue, the volume of my voice in the beginning of the show varies from loud to quiet to loud again. The audio normalizes after about 5-10 minutes. I’ve made some software changes and am hopeful the audio quality in episode three is much better. </p>\n\n\n\n<h2>Stories Discussed:</h2>\n\n\n\n<p><a href=\"https://wptavern.com/the-most-common-wordpress-theme-development-mistakes-and-how-to-fix-them\">The Most Common WordPress Theme Development Mistakes (and How to Fix Them)</a></p>\n\n\n\n<p><a href=\"https://www.codeinwp.com/blog/best-countries-to-outsource-software-development/\">10 Best Countries to Outsource Software Development, Based on Data</a></p>\n\n\n\n<p><a href=\"https://torquemag.io/2019/05/wordpress-ecommerce-site/\">4 Reasons You Should Choose WordPress for Your E-Commerce Site</a></p>\n\n\n\n<p><a href=\"https://jetpack.com/2019/05/14/jetpack-7-3-1-maintenance-release/\">Jetpack 7.3.1: Maintenance Release</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">Proposal to Modify Plugin Guidelines</a></p>\n\n\n\n<p>The transcript is in Rich-Text format. You can download the show or listen to it via the embedded audio player below. </p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/05/Pressing-Topics-Episode-2-Transcript.rtf\">Pressing Topics Episode 2 Transcript</a><a href=\"https://wptavern.com/wp-content/uploads/2019/05/Pressing-Topics-Episode-2-Transcript.rtf\" class=\"wp-block-file__button\">Download</a></div>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-2-Pressing-Topics.mp3\">Pressing Topics Episode 2</a><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-2-Pressing-Topics.mp3\" class=\"wp-block-file__button\">Download</a></div>\n\n\n\nListen to Episode 2 of Pressing Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 May 2019 19:37:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Reakit Version 1.0 Released: A New Toolkit for Building Accessible Web Apps with React\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/reakit-version-1-0-released-a-new-toolkit-for-building-accessible-web-apps-with-react\";s: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:6887:\"<p><a href=\"https://reakit.io/\" rel=\"noopener noreferrer\" target=\"_blank\">Reakit</a> is a new toolkit for building accessible web apps with React. Brazilian developer Diego Haz launched his MIT-licensed open source project this week with a stable version 1.0 now available to the public.</p>\n<p>The toolkit offers offers composable, themeable, and accessible UI components that strictly follow <a href=\"https://www.w3.org/TR/wai-aria/\" rel=\"noopener noreferrer\" target=\"_blank\">WAI-ARIA 1.1</a> standards. Out of the box, Reakit manages focus and keyboard interactions for components that require them. </p>\n<p>“WAI-ARIA is hard,” Haz said. “Mostly because the spec is dense, confusing and incomplete. My goal with Reakit is not only to provide accessible components out of the box, but also to serve as an example so people can build their own accessible stuff from scratch.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">A year ago I left my job to dedicate myself to this open source project.</p>\n<p><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /> Announcing Reakit v1 <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /><br /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f449.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/GbaNYa5rck\">https://t.co/GbaNYa5rck</a></p>\n<p>This is the best project I’ve ever done in my 17 years of programming. I’m sure it\'ll help many companies ship accessible web apps with ease. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/267f.png\" alt=\"♿\" class=\"wp-smiley\" /> <a href=\"https://t.co/s1Xd9XVa48\">pic.twitter.com/s1Xd9XVa48</a></p>\n<p>— Haz (@diegohaz) <a href=\"https://twitter.com/diegohaz/status/1128314741267550208?ref_src=twsrc%5Etfw\">May 14, 2019</a></p></blockquote>\n<p></p>\n<p>Last year Haz <a href=\"https://github.com/reakit/reakit/issues/154\" rel=\"noopener noreferrer\" target=\"_blank\">removed all the unnecessary styles</a> from the core package, in favor of having separate packages for themes. The core library is now unstyled by default and does not depend a CSS library. This makes it easier for developers to build UIs from scratch. Developers with specific presentational requirements can easily apply their own styles, instead of spending time having to overwrite a built-in set of styles.</p>\n<p>Those who don’t want to start from scratch can install a theme package like <a href=\"https://www.npmjs.com/package/reakit-theme-default\" rel=\"noopener noreferrer\" target=\"_blank\">reakit-theme-default</a>. As the community around Reakit grows, more themes will may become available as packages.</p>\n<p><a href=\"https://github.com/reakit/reakit\" rel=\"noopener noreferrer\" target=\"_blank\">Reakit’s GitHub repository</a> has been starred more than 2,100 times and 34 people have contributed to the project. Developers who discovered Reakit in its earlier days of development are already building apps and libraries that use the toolkit.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Hooks, <a href=\"https://twitter.com/reakitjs?ref_src=twsrc%5Etfw\">@reakitjs</a>, <a href=\"https://twitter.com/gatsbyjs?ref_src=twsrc%5Etfw\">@gatsbyjs</a>, and <a href=\"https://twitter.com/popmotionjs?ref_src=twsrc%5Etfw\">@popmotionjs</a>\'s Posed are making this ridiculously easy.</p>\n<p>Time to add a GraphQL backend, then some auth with Auth0. <a href=\"https://t.co/vhrCcp0nIA\">pic.twitter.com/vhrCcp0nIA</a></p>\n<p>— Swizec Teller (@Swizec) <a href=\"https://twitter.com/Swizec/status/1110968312920301568?ref_src=twsrc%5Etfw\">March 27, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Been keeping this quiet for a while, but over the past few months I\'ve been developing a new library. Fannypack is a friendly, themeable, accessible React UI Kit built with <a href=\"https://twitter.com/reakitjs?ref_src=twsrc%5Etfw\">@reakitjs</a>. </p>\n<p>Check it out!<a href=\"https://t.co/1g5YjTeHN5\">https://t.co/1g5YjTeHN5</a></p>\n<p>— Jake Moxey (@jxom_) <a href=\"https://twitter.com/jxom_/status/1075368019835011073?ref_src=twsrc%5Etfw\">December 19, 2018</a></p></blockquote>\n<p></p>\n<p>One year ago, Haz left his job to work on Reakit full time as an open source project, because accessibility wasn’t a major priority at the company that employed him.</p>\n<p>“I started building Reakit in my spare time with the purpose of easing my team’s work as we were building most of our components from scratch,” Haz said. “The company not only denied that idea (which may be reasonable), but also asked me to delete the project.</p>\n<p>“So I realized that I was in the wrong company and quit. Since I had savings, I decided to focus on this project. But soon enough I’ll have to find another job. I’ll try to find companies where I can use Reakit so I can improve the library at the same time I’m building something with it.”</p>\n<p>Not all companies prioritize accessibility in their React-based products. One reason is the expertise and passion for accessibility, paired with React skills, is hard to find.</p>\n<p>As <a href=\"https://wptavern.com/wpcampus-gutenberg-accessibility-audit-finds-significant-and-pervasive-accessibility-problems\" rel=\"noopener noreferrer\" target=\"_blank\">WPCampus’ Gutenberg accessibility audit</a> demonstrated, making accessible web apps with React is challenging. Gutenberg is <a href=\"https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/\" rel=\"noopener noreferrer\" target=\"_blank\">making major improvements towards becoming more accessible</a> after the completion of the audit. This process has shown that leveraging accessibility expertise and baking it in from the beginning is crucial for writing accessible web apps. </p>\n<p>React is often, and perhaps unfairly, singled out as <a href=\"https://www.netlify.com/blog/2019/02/25/accessibility-is-not-a-react-problem/\" rel=\"noopener noreferrer\" target=\"_blank\">having an accessibility problem</a>. The library isn’t known for making it easy, but it does provide <a href=\"https://reactjs.org/docs/accessibility.html\" rel=\"noopener noreferrer\" target=\"_blank\">accessibility documentation</a> and encourages developers to write semantic HTML. </p>\n<p>While there is no magical “do-it-for-me” library that can ensure an app’s accessibility, the Reakit toolkit gives developers a head start. The project is <a href=\"https://github.com/reakit/reakit\" rel=\"noopener noreferrer\" target=\"_blank\">open to contribution on GitHub</a> and is also on Open Collective for those interested in <a href=\"https://opencollective.com/reakit\" rel=\"noopener noreferrer\" target=\"_blank\">funding its development</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 May 2019 19:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: I Found My Tribe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://heropress.com/essays/i-found-my-tribe/#utm_source=rss&utm_medium=rss&utm_campaign=i-found-my-tribe\";s: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:11646:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/05/051519-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I don\'t just have WordPress acquaintences. I have WordPress friend. I have WordPress family.\" /><p>When I was a kid not a single girl said “I want to be a web designer when I grow up”. Mostly because there was no world wide web. There weren’t video games either, until I was in junior high school and Pong came out. Back when I was a kid, girls mostly thought about becoming teachers, nurses, ballerinas, and mothers. We weren’t encouraged to do “man” jobs. We definitely weren’t encouraged to pursue STEM careers.</p>\n<p>As a matter of fact, my high school guidance counselor told me that I should give up my dream of college and concentrate on being a stay-at-home mom. (It was 1987 and I was ranked 21/325 students in my graduating class.)</p>\n<p>I’ve always been a bit of a calculated rebel, so I didn’t heed her advice. Instead I started down a long path through academia that would eventually bring me here, to WordPress and the community that has become my tribe.</p>\n<p>I’m often asked how I started my WordPress business. I would love to tell you a story about how I did a ton of research, met with mentors, found advisors, wrote a perfect business plan, crafted an amazing marketing plan, and launched according to a timeline all neatly written out (and using a project management app, of course).</p>\n<h3>It wasn’t like that at all.</h3>\n<p>At the time I started my business I had worked in higher education for over twenty years as an administrator in five different colleges, universities, and trade schools. I had a bachelor of arts degree in Religion and Philosophy, classical training in vocal performance, an MBA (in marketing, e-commerce, and information systems management), and coursework completed toward a doctorate in higher education administration.</p>\n<p>In June of 2013, I decided it was time to leave my job as an administrator in a local trade school. I hadn’t really been happy for a long while, and the timing was right financially for me to make a move. My plan was to take July off, use August to job search, then be employed by September.</p>\n<blockquote><p>Have you ever heard the phrase, “Men plan, God laughs”?</p></blockquote>\n<p>While it was still June, and within the two weeks’ notice I had given, I was afraid I might become bored. I thought I could make a little money doing some marketing, so I posted to my personal Facebook page that I would love to help out friends and family with social media or web design. The customers came out of the woodwork.</p>\n<h3>And just like that, I had a business.</h3>\n<p>I made many mistakes along the way, of course. I charged $300 for a website when I started ($500 for e-commerce). I paid my dues and learned the trade. I started attending WordPress meetups in Rochester. They were sporadic, at best, so when the organizer asked me if I would become the organizer, I jumped at the chance and got us on a regular schedule, with topics in advance and volunteer speakers.</p>\n<p>From there it was just a matter of time before I would attend my first WordCamp (Buffalo, 2014). Since then I’ve attended more than thirty camps, organized six, mentored five, and spoken at twenty.</p>\n<h3>I love WordPress. But I love the people even more.</h3>\n<p>I don’t just <em>love</em> WordPress. I <em>fell in love</em> with WordPress. The ease of use. The total control. I love that there’s always more to learn. I love that I can teach others how to use it. I love the events. I love the collaboration. I love the people.</p>\n<p>I don’t just have WordPress acquaintances. I have WordPress friends. I have a WordPress <em>family</em>.</p>\n<p>The first site I ever logged into was created for my best friend and me. We had just started a nonprofit organization and her husband built us a website. He made the structure, but we had to add the content. He emailed us our logins. I remember logging in like I had mistakenly been given the key to the castle and wasn’t really supposed to use it. I was afraid to click links. I was afraid to click “publish” or “update.”</p>\n<blockquote><p>I thought for sure I’d kill the whole site. But I didn’t.</p></blockquote>\n<p>I wrote. I added classes. I added pages. I added posts. We added a membership component and soon I was navigating that like a sailor in well-known waters. I was a great WordPress user, but I still didn’t understand the connection between purchasing a domain and having a WordPress site, so I called my friend’s husband.</p>\n<p>Rob and Christine had five kids and Christine worked evenings. When I asked Rob to teach me how to get from the domain purchase to having a site, a deal was struck: if I would cook dinner for their kids, he would teach me WordPress. I made spaghetti, purchased a domain and hosting, and I wrote 4 things down on a piece of paper:</p>\n<ol>\n<li>Download WordPress from wordpress.org.</li>\n<li>Upload WordPress through FTP.</li>\n<li>Edit wp-config file (don’t forget to change the salt keys)</li>\n<li>Don’t use “admin” as the account name.</li>\n</ol>\n<p>The rest I (miraculously) remembered. That was eight years and over 300 WordPress installations ago.</p>\n<h3>Which all led me to where I am now.</h3>\n<p>Getting up the courage to speak at WordCamp about a year after I started building sites was scary. I felt like an imposter. I was sure I would be “found out,” but I really did “know my stuff.” People were very complimentary about my talk, so I applied to more camps. I met more people. My friends teased me that I wanted to know all the “A-Listers” in WordPress. Others teased that I wanted to BE an A-Lister. What I really wanted was to learn as much as I could, share what I knew, and build a network.</p>\n<p>In 2017 I spoke at WordCamp Ottawa. It was there I built a connection with Jason Knill of GiveWP.com. I had used Give before, and I told him about how it worked for me. He asked if Give could write about the nonprofit site I had built to raise money to feed children in South Sudan. He interviewed me about it. At the end of our meeting I mentioned to Jason that “if you ever have an opening, I’d love to work for you.” Four and a half months later I started working full-time as the Head of Customer Success for Give.</p>\n<h3>What I love about my job.</h3>\n<p>In my role at Give I get to talk to people all over the world. I get to help them increase their fundraising, which in turn helps their organizations – most of which are nonprofits helping make the world a better place.</p>\n<p>With our WP Business Reviews plugin I get to work with businesses that are hoping to grow and succeed – just like I did when I started my freelance business.</p>\n<p>I get to build a team that helps us succeed by helping others succeed. I get to employ people locally in my small hometown outside of Rochester, NY.</p>\n<blockquote><p>I get to keep sharing my love of WordPress.</p></blockquote>\n<p>I continue to speak at WordCamps, mentor and teach locally, and organize my local WordPress Meetup and Technology Nonprofit Meetup. I love Slack, Facebook Groups, Facebook Messenger, and Twitter messages because they let me keep in touch with all of the wonderful people I meet in the community.</p>\n<h3>Mostly I love how WordPress has empowered me to do more and to be more.</h3>\n<p>I’ve spent most of my life trying to broaden my comfort zone.</p>\n<p>As you can probably tell, I have a pretty large comfort zone. Actually, I can’t remember the last time I saw the border of my comfort zone, because it’s that big; but it wasn’t always so. When I was a child I had a comfort zone the size of a postage stamp. I had to stand in it on one toe, like an uncoordinated ballerina trying to learn to go en pointe and failing miserably. I was timid and shy. I was afraid of everything.</p>\n<p>Then one day I decided to do something uncomfortable. I ran for 8th grade student council secretary. It didn’t occur to me that I might not win. I have no idea where that hubris came from. I figured, at that point, that I had just as good a chance as anybody else. I made posters. I gave a speech. And something amazing happened. <em><strong>I lost the election.</strong></em> I mean, I cataclysmically lost the election.</p>\n<p>Most people wouldn’t think that losing an election was amazing, but it was. It was amazing because I learned that I could step outside of my comfort zone, lose, and survive. I could still breathe. Still be me. It had changed me and my perceptions of myself. After that, instead of a postage stamp-sized comfort zone, I could put my foot down on the whole envelope.</p>\n<h3>It didn’t end there.</h3>\n<p>What I learned is that comfort zones are like concentric circles. A step outside doesn’t just stretch the zone to fit that footstep. Instead, it increases it exponentially. Where before you had a three-foot circle, now you have a six-foot circle, then twelve feet, then twenty-four feet, then before you know it, you won’t be able to see the edge of your zone because it’s so big.</p>\n<h3>WordPress helped me with that, too.</h3>\n<p>Instead of feeling like an imposter, the WordPress community embraced me and gave me the validation I needed to feel like I belonged. People were receptive to my ideas. Some wanted to teach me. Some wanted to learn from me. Some wanted to work with me. People hired me. Others asked my opinion or for help. I belonged. <em>I had a tribe.</em></p>\n<p>I will continue to contribute to, support, learn from and grow with WordPress. I love it here. I love my tribe.</p>\n<h3>I hope you find your tribe, too.</h3>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: I Found My Tribe\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=I%20Found%20My%20Tribe&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fi-found-my-tribe%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: I Found My Tribe\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fi-found-my-tribe%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fi-found-my-tribe%2F&title=I+Found+My+Tribe\" rel=\"nofollow\" target=\"_blank\" title=\"Share: I Found My Tribe\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/i-found-my-tribe/&media=https://heropress.com/wp-content/uploads/2020/05/051519-min-150x150.jpg&description=I Found My Tribe\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: I Found My Tribe\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/i-found-my-tribe/\" title=\"I Found My Tribe\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/i-found-my-tribe/\">I Found My Tribe</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 May 2019 12:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Michelle Ames\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WPWeekly Episode 352 – Capital P Dangit and My Future Plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=89665&preview=true&preview_id=89665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wpweekly-episode-352-capital-p-dangit-and-my-future-plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2605:\"<p><strong>*Update*</strong> The previous mp3 attached to this post inadvertently ended around the 31 minute mark. I’ve reuploaded the episode and corrected the problem. The full episode is attached below.</p>\n<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I share what’s new in WordPress 5.2, discuss why not capitalizing one letter can make or break someone in the WordPress community, and what’s new in Jetpack 7.3. We also highlight the highly anticipated release of Advanced Custom Fields 5.8.0.</p>\n<p>Near the end of the show, I describe what I’ve been going through the last few months and what you can expect from me going forward. In short, a variety of audio content.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-5-2-jaco-released-includes-fatal-php-error-protection-and-a-recovery-mode\">WordPress 5.2 “Jaco” Released, Includes Fatal PHP Error Protection and A Recovery Mode</a></p>\n<p><a href=\"https://wptavern.com/registration-for-wordsesh-6-is-now-open\">Registration for WordSesh 6 Is Now Open</a></p>\n<p><a href=\"https://wptavern.com/new-membership-block-coming-to-jetpack-site-health-and-debug-info-added-to-version-7-3\">New Membership Block Coming to Jetpack, Site Health and Debug Info Added to Version 7.3</a></p>\n<p><a href=\"https://wptavern.com/advanced-custom-fields-5-8-0-introduces-acf-blocks-a-php-framework-for-creating-gutenberg-blocks\">Advanced Custom Fields 5.8.0 Introduces ACF Blocks: A PHP Framework for Creating Gutenberg Blocks</a></p>\n<p><a href=\"https://wptavern.com/wptracsearch-an-elasticsearch-powered-search-interface-for-wordpress-trac-tickets\">WPTracSearch: An Elasticsearch-Powered Search Interface for WordPress Trac Tickets</a></p>\n<h2>Transcript:</h2>\n<p><a href=\"https://wptavern.com/wp-content/uploads/2019/05/Transcript-of-EPISODE-352-WordPress-Weekly.rtf\">Transcript of EPISODE 352 – WordPress Weekly</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 22nd 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #352:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 May 2019 21:47:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Bear App Adds WordPress Publishing Integration for iOS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/bear-app-adds-wordpress-publishing-integration-for-ios\";s: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:3887:\"<p>For several years, <a href=\"https://bear.app/\" rel=\"noopener noreferrer\" target=\"_blank\">Bear App</a> users have <a href=\"https://wptavern.com/bear-app-users-want-wordpress-publishing-integration\" rel=\"noopener noreferrer\" target=\"_blank\">eagerly requested the ability to publish their notes to WordPress</a>. Bear features a zen writing experience blended seamlessly with note-taking capabilities, a combination that landed the app an Apple Design Award in 2017.</p>\n<p>People use Bear for everything from taking notes to writing chapters for books. Many users also rely on the app for writing drafts for blogs they plan to publish on other platforms. This often requires multiple steps for copying and pasting content, especially when there is media or HTML included in the content.</p>\n<p>Two years ago, the app’s creators had WordPress publishing on their to-do list but it wasn’t yet a priority. They were reluctant to implement their own publishing tool with the WordPress APIs and preferred a solution that would rely on external apps. </p>\n<p>Things have changed in the past couple of years, as writing apps have more pressure to provide a frictionless connection to publishing capabilities in order to remain competitive. WordPress’ market share has grown to be an estimated <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener noreferrer\" target=\"_blank\">33% of the the top 10 million websites</a>. In fact, Bear recently <a href=\"https://blog.bear.app/2019/02/our-blog-has-a-new-home-and-some-new-perks/\" rel=\"noopener noreferrer\" target=\"_blank\">moved its blog off of Medium and over to WordPress</a> in February 2019. </p>\n<p>This week WordPress.com, maintainers of the open source WordPress mobile apps, and Bear <a href=\"https://blog.bear.app/2019/05/introducing-a-new-way-to-publish-bear-notes-to-wordpress-on-ipad-and-iphone/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> that they have collaborated on a solution that allows users to publish notes to WordPress blogs on iOS. Recent updates to both Bear and WordPress apps enable users to click the share icon on a note and see WordPress pop up as an option. The content is shared with all of its formatting, headings, lists, links, and media in tact.</p>\n<p><a href=\"https://cloudup.com/ciCXTmNNLfv\"><img src=\"https://i1.wp.com/cldup.com/u5KnyhPiCg.gif?resize=400%2C710&ssl=1\" alt=\"Bear screen recording\" width=\"400\" height=\"710\" /></a></p>\n<p>The developers at Shiny Frog, makers of the Bear app, explained the solution they landed on for the WordPress integration:</p>\n<blockquote><p>We built an <a href=\"https://github.com/shinyfrog/TextBundle\" rel=\"noopener noreferrer\" target=\"_blank\">open source library</a> for processing TextBundle files. <a href=\"http://textbundle.org/\" rel=\"noopener noreferrer\" target=\"_blank\">TextBundle</a> is an open standard for sharing plain text files that include attachments like photos. WordPress then worked to add TextBundle support to its iOS app. Bear hands your note off to WordPress as a TextBundle file, and WordPress converts it into a blog post.</p></blockquote>\n<p>Using an open standard like this allows other other developers to <a href=\"https://github.com/shinyfrog/TextBundle\" rel=\"noopener noreferrer\" target=\"_blank\">build on top of it</a> to create their own integrations for other platforms. It also keeps the Bear app team from having to stay up to date with all the changes to APIs of multiple platforms.</p>\n<p>The new WordPress publishing integration works with any site you have in the WordPress mobile app for iOS, including both self-hosted and WordPress.com sites. Notes must begin with an H1 tag in order to have the blog post title automatically populated. Bear App users can start publishing to WordPress immediately after updating both apps to the latest versions released this week.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 May 2019 20:20: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.1.2 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2039\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2019/05/14/akismet-plugin-4-1-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:885:\"<p>Version 4.1.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n\n\n\n<ul>\n<li>We’ve reduced the number of API requests made by the plugin when attempting to verify the API key.</li>\n<li>We’re now including additional data in the pingback pre-check API request to help make stats more accurate.</li>\n<li>We fixed a bug that was enabling the “Check for Spam” button when no comments were eligible to be checked.</li>\n<li>We’ve improved Akismet’s AMP compatibility.</li>\n</ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 May 2019 15:06:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: The Most Common WordPress Theme Development Mistakes (and How to Fix Them)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/the-most-common-wordpress-theme-development-mistakes-and-how-to-fix-them\";s: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:15614:\"<p>Submitting a theme to the WordPress.org theme directory is a great way to share your work and contribute to the WordPress community. Currently, there are over 7000 themes in the directory, the most popular of which exceeds <a href=\"https://wordpress.org/themes/oceanwp/\">300,000 active installations</a>. (Not including Twenty____ Themes which are packaged with WordPress and have install counts in the millions.)</p>\n\n\n\n<p>Before submitting your theme to the directory, it’s important to understand the <a href=\"https://make.wordpress.org/themes/handbook/review/\">review process</a> first because if your theme doesn’t meet those requirements it can be rejected on the spot.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Themes that have 3 or more distinct issues may be closed as not-approved. However, theme authors may resubmit the theme once they’ve corrected the issues.</p><cite><a href=\"https://make.wordpress.org/themes/handbook/review/required/\">https://make.wordpress.org/themes/handbook/review/required/</a></cite></blockquote>\n\n\n\n<p>Reviewers are on your side and want to see your theme go live, once it meets the standards required. If your theme has only minor issues preventing it being included in the directory, your reviewer will work with you to fix those. </p>\n\n\n\n<p>Unfortunately, if your theme has too many issues it will be closed as not-approved. If you decide to fix the issues you can upload the theme again – but it will join the back of the queue.</p>\n\n\n\n<p>From my experience <a href=\"https://themes.trac.wordpress.org/query?status=closed&status=approved&owner=DannyCooper&col=id&col=summary&col=reporter&col=status&col=resolution&col=time&col=changetime&order=owner&desc=1&report=12\">reviewing over 100 themes</a> I’ve been able to identify the most common issues that prevent themes being approved. By sharing these with you in this article I’m hoping I can help you avoid getting stuck in the queue or rejected.</p>\n\n\n\n<h3><strong>Uploading Your Theme</strong></h3>\n\n\n\n<p>When you upload a theme, it joins the queue to be reviewed. On average it will take two months for your theme to reach the front of the queue and receive its first review. All reviewers are volunteers with limited time available to complete reviews. A variety of factors can affect the wait time. When more people volunteer to review themes, the queue moves quickly. Conversely, when themes with a lot of issues are submitted it slows down the queue.</p>\n\n\n\n<p>By submitting a theme that meets all the requirements it makes the review process a lot smoother and ultimately your theme will be live sooner. In this guide, we are going to explore the most common issues that will keep your theme held up in the queue and prevent it from being approved.</p>\n\n\n\n<p>Note: Theme authors that have a track record of submitting issue-free themes can apply to become ‘<a href=\"https://wptavern.com/wordpress-theme-review-team-launches-trusted-authors-program\">Trusted Authors</a>‘.</p>\n\n\n\n<h3><strong>Naming Issues</strong></h3>\n\n\n\n<p>When you upload a theme, the first check that is performed is to see if the name is already taken. Frequently you will be told the name you’ve chosen is already taken, even if you can’t see a theme with that name in the directory. </p>\n\n\n\n<p>How could that be? The reason is that the test isn’t checking against just the directory, it’s checking against the entire WordPress ecosystem. If a theme has been released anywhere (Github, ThemeForest, etc.) and has over 50 active installations, that name will be unavailable to use.</p>\n\n\n\n<p>Note: if you’ve released your theme elsewhere and accumulated 50+ installations, you can still use that name in the directory.</p>\n\n\n\n<h3><strong>Unescaped Output</strong></h3>\n\n\n\n<p>Theme reviewers take security <strong>very</strong> seriously, there’s even a <a href=\"https://developer.wordpress.org/themes/theme-security/\">dedicated resource</a>. An entire article could be written on writing secure themes, but in this section we are going to explore one aspect: escaping output.</p>\n\n\n\n<p>Unescaped output places users of your theme at risk. Here’s an example of an unescaped value ($title):</p>\n\n\n<pre class=\"brush: xml; title: ; notranslate\">\n$title = get_option( \'my_custom_title\' );\necho \'<h2>\' . $title . \'</h2>\';\n</pre>\n\n\n<p>The problem with the above is that while we know what type of value $title <strong>should</strong> be, a string, we have not checked if that is the case.</p>\n\n\n\n<p>If a hacker has managed to change the value of ‘my_custom_title’ in the database, your theme will output that value. This presents a huge risk as they could replace the intended output with inline Javascript:</p>\n\n\n<pre class=\"brush: jscript; title: ; notranslate\">\n alert(\'This is dangerous\'); \n\n</pre>\n\n\n<p>The solution is to escape all output to ensure it only includes the type of data we are expecting.</p>\n\n\n\n<p>Our example could be fixed like this:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n$title = get_option( \'my_custom_title\' );\necho \'<h2>\' . esc_html( $title ) . \'</h2>\';\n</pre>\n\n\n<p>The downside to using esc_html is that it strips all HTML tags. If $title included bold or italics, for example:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n$title = \'This article is <strong>very</strong> useful\';\necho esc_html( $title );\n</pre>\n\n\n<p>The word ‘very’ would not be bold on the frontend; instead it would output the code <strong>very</strong>.</p>\n\n\n\n<p>This illustrates why it’s important to use the correct escaping functions for the context. If we were expecting some HTML in the output, we’d be better using wp_kses_post() or wp_kses() and setting the $allowed_html parameter.</p>\n\n\n\n<p>Functions that output also need to be escaped:</p>\n\n\n<pre class=\"brush: plain; title: ; notranslate\">\n<a href=\"<?php echo esc_url( get_permalink() ); ?>\">\n</pre>\n\n\n<p>The exception is WordPress core functions that include ‘the_’ in their name, these are usually escaped already.</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nfunction the_permalink( $post = 0 ) {\n /**\n * Filters the display of the permalink for the current post.\n *\n * @since 1.5.0\n * @since 4.4.0 Added the `$post` parameter.\n *\n * @param string $permalink The permalink for the current post.\n * @param int|WP_Post $post Post ID, WP_Post object, or 0. Default 0.\n */\n echo esc_url( apply_filters( \'the_permalink\', get_permalink( $post ), $post ) );\n}\n</pre>\n\n\n<h3><strong>Untranslatable Text</strong></h3>\n\n\n\n<p>To be accepted into the directory all themes must be 100% ‘translation-ready’. That means each text string your theme outputs must be translatable. </p>\n\n\n\n<p>WordPress already has the systems and functionality to handle the translation process, you just need to make sure your strings use the correct functions.</p>\n\n\n\n<p>While simple to implement, this is often overlooked as it goes against the flow of how people write HTML.</p>\n\n\n\n<p>Normally, you might do something like this:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n<h1>404 - Not Found</h1>\n</pre>\n\n\n<p>To make it translatable, you need to add in some PHP:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n// __ functions are the basis of localization.\n<h1><?php echo __( \'404\', \'text-domain\' ); ?>\n\n// _e functions echo the value.\n<h1><?php _e( \'404\', \'text-domain\' ); ?>\n\n// Escape and echo the string.\n<h1><?php esc_html_e( \'404\', \'text-domain\' ); ?>\n\n// localization and variables.\n<h1><?php _n( \'One post\', \'%s posts\', $count, \'text-domain\' ); ?>\n</pre>\n\n\n<p>Strings output by functions must also be translation ready:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n// not translation-ready :-(\n<?php next_posts_link( \'Older Entries\' ); ?>\n\n// translation-ready :-)\n<?php next_posts_link( esc_html__( \'Older Entries\', ‘text-domain’ ) ); ?>\n</pre>\n\n\n<p>Tip: A lot of code examples in codex.wordpress.org don’t use the translation functions, so be careful when copy and pasting those.</p>\n\n\n\n<h3><strong>Incorrectly Enqueuing Resources</strong></h3>\n\n\n\n<p>The .css and .js files your theme uses must be enqueued using the correct functions: wp_enqueue_style() for CSS and wp_enqueue_script() for Javascript.</p>\n\n\n\n<p>A common error is to hardcode scripts and styles directly into the <head> or before </body>. There are two problems to this approach:</p>\n\n\n\n<p><strong>1. Impossible to remove</strong></p>\n\n\n\n<p>If a plugin needs to remove a resource you have loaded, it’s not possible. If you had used the proper enqueue functions it could be done like so:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n/**\n * Dequeue the theme javascript.\n *\n * Hooked to the wp_enqueue_scripts action, with a late priority (100),\n * so that it is after the script was enqueued.\n */\nfunction wptavern_dequeue_script() {\n wp_dequeue_script( \'theme-scripts\' );\n}\nadd_action( \'wp_enqueue_scripts\', \'wptavern_dequeue_script\', 100 );\n</pre>\n\n\n<p><strong>2. Duplicate Loading</strong></p>\n\n\n\n<p>If you enqueue a resource, jQuery for example, and a plugin also enqueues it, WordPress is smart enough to only load it once.</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n/**\n * Enqueue jQuery\n *\n * jQuery will only be loaded once, despite the two enqueues.\n * jQuery is packaged with WordPress so we don\'t need to specify a src. \n */\nfunction wptavern_enqueue_script() {\n wp_enqueue_script( \'jquery\' );\n wp_enqueue_script( \'jquery\' );\n}\nadd_action( \'wp_enqueue_scripts\', \'wptavern_enqueue_script\' );\n</pre>\n\n\n<p>If instead you had hardcoded jQuery into your <head> then there would be no way for WordPress to know, and it would be loaded twice.</p>\n\n\n\n<h3><strong>Plugin-Territory Functionality</strong></h3>\n\n\n\n<p>The scope of a theme should only handle the design and aesthetic of a website, all other functionality should be handled by WordPress itself or plugins.</p>\n\n\n\n<p>In an attempt to add more value to their themes, theme authors often try to incorporate extra functionality, for example, SEO controls or custom post types.</p>\n\n\n\n<p>The problem with bundling functionality into a theme is that the data is not portable. Take SEO controls as an example, if the user changes the theme, they lose all the work they did to optimize their pages. In contrast by using an SEO plugin, the data and functionality is independent of the theme and will be retained when changing the theme.</p>\n\n\n\n<p>Some examples of plugin-territory functionality:</p>\n\n\n\n<ul><li>Analytics/Tracking</li><li>SEO controls</li><li>Contact Forms</li><li>Shortcodes</li><li>Gutenberg Blocks</li></ul>\n\n\n\n<p>Tip: If your code writes to the database, it is highly likely to be plugin territory. The exception would be design-related settings (sidebar position, colors, etc.).</p>\n\n\n\n<h3><strong>Not Prefixing</strong></h3>\n\n\n\n<p>Prefixing is a way of ensuring that your code doesn’t clash with code from plugins. Namespacing in PHP is a better way to achieve the same effect. However, some users are still using old versions of PHP (5.2) which don’t support that feature.</p>\n\n\n\n<p>Justin Tadlock shared a list of common things that should be prefixed:</p>\n\n\n\n<ul><li>PHP function names.</li><li>PHP class names.</li><li>PHP global variables.</li><li>Action/Filter hooks.</li><li>Script handles.</li><li>Style handles.</li><li>Image size names.</li></ul>\n\n\n\n<p>Source: <a href=\"https://themereview.co/prefix-all-the-things/\">https://themereview.co/prefix-all-the-things/</a></p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n// function example.\nmy_prefix_example();\n\n// class example.\nclass My_Prefix_Example { … }\n\n// action and filter example.\ndo_action( \'my_prefix_action\' );\napply_filters( \'my_prefix_filter\', $values );\n\n// enqueue examples.\nwp_enqueue_script( \'my_prefix_script\', get_template_directory_uri() . \'/js/custom-script.js\' );\nwp_enqueue_style( \'my_prefix_style\', get_template_directory_uri() . \'/css/styles.css\' );\n\n// image size example.\nadd_image_size( \'my_prefix_image_size\', 220, 180 ); // 220 pixels wide by 180 pixels tall.\n</pre>\n\n\n<p>Exception: When enqueuing third-party resources, don’t add a prefix:</p>\n\n\n<pre class=\"brush: jscript; title: ; notranslate\">\n // enqueuing a third-party script (chosen.js).\n wp_enqueue_script( \'chosen\', get_template_directory_uri() . \'/js/chosen.js\' );\n</pre>\n\n\n<h3><strong>Licensing Issues</strong></h3>\n\n\n\n<p>Your theme and all of its files must be 100% GPL-compatible. This includes images, libraries, scripts, and fonts.</p>\n\n\n\n<p>All third-party resources must list their source and license information.</p>\n\n\n\n<p>This requirement can be particularly tricky as not all licenses are GPL-friendly. The Unsplash license only has one restriction:</p>\n\n\n\n<p>“This license does not include the right to compile photos from Unsplash to replicate a similar or competing service.”</p>\n\n\n\n<p>That one restriction, however, is enough to make it non-GPL-compatible, and as such, you won’t see Unsplash images included in wordpress.org themes.</p>\n\n\n\n<p>A list of GPL-compatible licenses is available here – <a href=\"https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses\">https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses</a></p>\n\n\n\n<p>Recently,<strong> </strong><a href=\"https://stocksnap.io/\">stocksnap.io</a> has been the most common source of images in the directory as <strong>all </strong>the images they list are licensed as CC0 (GPL-compatible).</p>\n\n\n\n<h3><strong>Screenshot Mistakes</strong></h3>\n\n\n\n<p>The requirements state that your screenshot should be an unedited representation of your theme that doesn’t look like an advertisement. That means no photoshop work, overlays, borders or fancy effects.</p>\n\n\n\n<p>Images must also follow the same licensing requirements we explored above.</p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/42HUG_N4a7-I4LHNiJzeD9iI_rVCXD0_lb3UZEiaM18zJ0giqX479QUj9Dl35j2BQObf2DHaiQ7cgvoznWclzEcNo2HuwwGgsJ5eNjFW9vZvuzuBn7gev3wRuBz6SNC1XGMwoo4M\" alt=\"\" />theme pictured: <a href=\"https://wordpress.org/themes/blocksy/\">Blocksy</a>\n\n\n\n<h3><strong>Bonus: Use a Coding Standard</strong></h3>\n\n\n\n<p>Code that seems easy to read and understand for you, can be the complete opposite for a reviewer who only has 10-15 minutes to check your code.</p>\n\n\n\n<p>While there is no requirement on coding standards, following one does make your code easier to read, understand and maintain. I personally use and recommend the ‘<a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/\">WordPress Coding Standards</a>‘, though there are others.</p>\n\n\n\n<p>Using PHP_CodeSniffer and the WordPress ruleset in your code editor can make adhering to a standard a lot easier – <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards\">https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards</a></p>\n\n\n\n<h3><strong>Conclusion</strong></h3>\n\n\n\n<p>The Theme Requirements are created with the end user in mind. Avoid making the common mistakes I’ve listed above and your theme will be approved in no time. If you would like to experience the review process from the other side, you can even <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">become a reviewer</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 May 2019 14:56:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Danny Cooper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: Pressing Topics – Episode 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wptavern.com/pressing-topics-episode-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3178:\"<p>Pressing Topics is a daily podcast hosted by <a href=\"https://www.presstitan.com/\">Malcolm Peralty</a> and myself. We discuss the news that’s making headlines in the WordPress ecosystem as well as related topics that catch our eyes. Generally speaking, if you listen to this show on a daily basis, you should have a good idea on what’s going on in the WordPress community.</p>\n\n\n\n<p>Pressing Topics is different from WordPress Weekly as we’ll rarely interview guests, go in-depth on specific subjects, and the show’s length is greatly reduced. Today’s episode is 26 minutes long and most episodes will be shorter than that. </p>\n\n\n\n<p>In our first episode, we discuss the balancing act of user self sufficiency, a new empowerwoment project at Yoast, why countdown timers on event sites are impractical, and WPMU Dev ending development for more than 90% of their plugins. </p>\n\n\n\n<p>We also talk about the success of WordPress Translation day 4, and inform listeners of multiple security vulnerabilities discovered in the WordPress Ultimate Member plugin. </p>\n\n\n\n<p>I’ll submit the podcast to iTunes in the next few days to provide more convenient options of subscribing. Please listen to episode one and let us know what you think. </p>\n\n\n\n<h2>Stories Discussed:</h2>\n\n\n\n<p> <a href=\"https://torquemag.io/2019/05/encourage-self-sufficiency/\">User Self Sufficiency</a> </p>\n\n\n\n<p><a href=\"https://twitter.com/yoast/status/1127903355815309314\">Empowerwoment project at Yoast</a> </p>\n\n\n\n<p><a href=\"https://twitter.com/venikunche/status/1128032888556019712\">Conference Websites – Please don’t use countdown timers </a></p>\n\n\n\n<p><a href=\"https://premium.wpmudev.org/blog/wpmu-dev-legacy-plugins/\">WPMUDEV Shutting Down Development on Many Plugins </a></p>\n\n\n\n<p><a href=\"https://wpultimo.com/2019/05/10/hey-there-pro-sites-user/\">WPMU Pro Sites Plugin Migration Option with WP Ultimo</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-translation-day-4-successfully-hosts-77-local-events-in-35-countries-recruits-183-new-translators\">WordPress Translation Day 4 Successfully Hosts 77 Local Events in 35 Countries, Recruits 183 New Translators</a></p>\n\n\n\n<p><a href=\"https://blog.sucuri.net/2019/05/multiple-vulnerabilities-in-the-wordpress-ultimate-member-plugin.html\">Multiple Vulnerabilities in the WordPress Ultimate Member Plugin </a></p>\n\n\n\n<p>The transcript is in Rich-Text format. You can download the show or listen to it via the embedded audio player below. </p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-1-Pressing-Topics-Transcript.rtf\">EPISODE 1 – Pressing Topics Transcript</a><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-1-Pressing-Topics-Transcript.rtf\" class=\"wp-block-file__button\">Download</a></div>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-1-Pressing-Topics.mp3\">Pressing Topics Episode 1</a><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-1-Pressing-Topics.mp3\" class=\"wp-block-file__button\">Download</a></div>\n\n\n\nListen to Pressing Topics Episode 1<br />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 May 2019 08:24:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: WordPress Translation Day 4 Successfully Hosts 77 Local Events in 35 Countries, Recruits 183 New Translators\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://wptavern.com/wordpress-translation-day-4-successfully-hosts-77-local-events-in-35-countries-recruits-183-new-translators\";s: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:12751:\"<p><a href=\"https://wptranslationday.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Translation Day 4</a> was held over the weekend. The 24-hour global event hosted 77 local events in 35 countries and the Polyglots team added 183 new contributors to their ranks. The team also designated 12 new GTEs (Global Translation Editor) and 14 PTEs (Project Translation Editor).</p>\n<p>Naoko Takano, a Polyglots Team Global Mentor and Japanese GTE, gave an <a href=\"https://www.slideshare.net/naokomc/introduction-to-wordpress-translation-day-4-144893265\" rel=\"noopener noreferrer\" target=\"_blank\">introduction</a> to the event from Tokyo for the livestream. In her presentation she shared some stats on the state of WordPress translation. WordPress is currently available in 201 locales with 614 GTEs, 3,086 PTEs, and 32,585 contributors. The majority of WordPress installs are in locales other than US English, representing an estimated 18% of the web.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-13-at-2.24.45-PM.png?ssl=1\"><img /></a></p>\n<p>Takano also highlighted the top locales installed:</p>\n<ul>\n<li>Japanese: 5.9%</li>\n<li>German: 5.5%</li>\n<li>Spanish: 5.0%</li>\n<li>French: 3.8%</li>\n<li>English (UK): 3.7%</li>\n</ul>\n<p>Locales with most translation contributors include Spanish (2,863), German (2,399), Italian (2,190), Dutch (1,584), and Russian (1,515). These stats show that WordPress still has tremendous opportunity for growth among top world languages with the most native speakers, such as Chinese dialects, Hindi, Aarabic, Bengali, and Portugese.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We are translating WordPress into Persian in Iran <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f1ee-1f1f7.png\" alt=\"??\" class=\"wp-smiley\" /> on <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a><a href=\"https://twitter.com/irwpmeetup?ref_src=twsrc%5Etfw\">@irwpmeetup</a> <a href=\"https://twitter.com/TranslateWP?ref_src=twsrc%5Etfw\">@TranslateWP</a> <a href=\"https://t.co/BkHmma1gbP\">pic.twitter.com/BkHmma1gbP</a></p>\n<p>— Saeed Fard (@saeed_fard) <a href=\"https://twitter.com/saeed_fard/status/1127181222352965633?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\n<p>Translation Day 4 hosted more local events than previous years with participants in Africa, Asia, Europe, North America, South America and Oceania. Some of these events projected the livestream, online talks, and tweets, enabling attendees to follow along with other participants across the globe.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-13-at-11.00.33-AM.png?ssl=1\"><img /></a></p>\n<p>Energetic groups of Polyglots gathered together to make WordPress more accessible in their languages. Their goals included the following:</p>\n<ul>\n<li>Increase the number of PTEs</li>\n<li>Increase the number of mentors</li>\n<li>Translate the top 200 plugins and themes</li>\n<li>Curate Polyglot assets: glossary and rules</li>\n<li>Improve the Translate page on Rosetta</li>\n</ul>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">500+ strings translated to <a href=\"https://twitter.com/hashtag/Nepali?src=hash&ref_src=twsrc%5Etfw\">#Nepali</a> at <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> <a href=\"https://t.co/6nd16X5aMB\">pic.twitter.com/6nd16X5aMB</a></p>\n<p>— Utsav Singh Rathour (@rathour) <a href=\"https://twitter.com/rathour/status/1127127459546128385?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\n<h3>Bhutan Hosts Its First Meetup in Thimphu for WordPress Translation Day</h3>\n<p>Some of the newly initiated Polyglots contributors came from Bhutan where the country’s <a href=\"https://www.meetup.com/WordPress-Meetup-Thimphu/\" rel=\"noopener noreferrer\" target=\"_blank\">first WordPress meetup was hosted in Thimphu</a> this past weekend. Organizer Ugyen Dorji gathered local developers, designers, and publishers for WordPress Translation Day, adding more contributor to the <a href=\"https://translate.wordpress.org/locale/dzo/default/wp/dev/\" rel=\"noopener noreferrer\" target=\"_blank\">Dzongkha locale</a>, the national language of Bhutan. The group now has 26 members. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">It\'s my privilege to meet our WordPress core contributors for Dzongkha <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> very first WordPress meetup event for Bhutan and would like to thank each and everyone here to make the event with success. <a href=\"https://t.co/wql9dFpVHO\">pic.twitter.com/wql9dFpVHO</a></p>\n<p>— Ugyen Dorji (@ugyendzodorji) <a href=\"https://twitter.com/ugyendzodorji/status/1127236687950516225?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\n<p>Dorji invited a speaker for the meetup, Tenzin Namgyel, an ICT officer from the Dzongkha Development Commission who is also the locale manager and GTE for Dzongkha. He explained the basics of translating WordPress and the attendees participated in Translation Day via the livestream. </p>\n<p>Dorji is passionate about completing the Dzongkha translation, encouraging Dzongkha bloggers, and improving local government websites. Many local government websites, such as the <a href=\"https://www.dzongkha.gov.bt/\" rel=\"noopener noreferrer\" target=\"_blank\">Dzongkha Development Commission</a>, rely on WordPress. As the organizer of the fledgling meetup, Dorji is full of ideas for growing the Bhutanese WordPress community.</p>\n<p>“My next plan is to visit the language university and teach them to blog in Dzongkha using WordPress,” he said. “We have plans to gather a group of active Bhutanese WordPress bloggers and host panel talks. WordCamp Thimphu is my goal – to reach and invite more WordPress experts as speakers of the main event and help Bhutanese to grow their careers with WordPress.”</p>\n<p>In addition to launching a new WordPress community in Bhutan, participants in the Translation Day event translated thousands of strings and helped new teams make progress towards launching packages for WordPress 5.2. Some of the most popular plugins and themes are now more accessible to the global WordPress user base, thanks to contributions inspired by the virtual event. </p>\n<p>Events like this are a reminder of just far-reaching WordPress’ influence is across cultures. The Polyglots team is made up of a diverse and remarkably collaborative community of volunteers. Check out a few of the translation teams below that checked in from around the world with pictures on Twitter.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We’re all set and ready to translate everything <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4aa-1f3fc.png\" alt=\"??\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> <a href=\"https://t.co/fCl9gOcrQ5\">pic.twitter.com/fCl9gOcrQ5</a></p>\n<p>— Niloofar Firoozmand (@niloomand) <a href=\"https://twitter.com/niloomand/status/1127129544572510208?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Having a fantastic <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> translation day with folks at Ahmedabad. One step to making our local WordPress awesome.</p>\n<p><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4aa.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4aa.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4aa.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f64c.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f64c.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f64c.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> <a href=\"https://twitter.com/hashtag/WordPressPolyglots?src=hash&ref_src=twsrc%5Etfw\">#WordPressPolyglots</a> <a href=\"https://twitter.com/hashtag/India?src=hash&ref_src=twsrc%5Etfw\">#India</a> <a href=\"https://twitter.com/TranslateWP?ref_src=twsrc%5Etfw\">@TranslateWP</a> <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> <a href=\"https://twitter.com/wpahmedabad?ref_src=twsrc%5Etfw\">@wpahmedabad</a> <a href=\"https://twitter.com/multidots?ref_src=twsrc%5Etfw\">@multidots</a> <a href=\"https://t.co/P6HD7ioN8j\">pic.twitter.com/P6HD7ioN8j</a></p>\n<p>— Mukesh Panchal (@mukeshpanchal27) <a href=\"https://twitter.com/mukeshpanchal27/status/1127476074865053696?ref_src=twsrc%5Etfw\">May 12, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Translating some strings with some folks at <a href=\"https://twitter.com/weDevs?ref_src=twsrc%5Etfw\">@weDevs</a> and preparing for WordCamp Dhaka. <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> <a href=\"https://t.co/rVOSu5wWAu\">pic.twitter.com/rVOSu5wWAu</a></p>\n<p>— Lincoln Islam (@niazlincoln) <a href=\"https://twitter.com/niazlincoln/status/1127563116282167296?ref_src=twsrc%5Etfw\">May 12, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Translating <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> into multiple languages by the <a href=\"https://twitter.com/wpmumbai?ref_src=twsrc%5Etfw\">@wpmumbai</a> community.<a href=\"https://twitter.com/TechySahil?ref_src=twsrc%5Etfw\">@TechySahil</a> <a href=\"https://twitter.com/Fairy_Dharawat?ref_src=twsrc%5Etfw\">@Fairy_Dharawat</a> <a href=\"https://twitter.com/seher_skhan?ref_src=twsrc%5Etfw\">@seher_skhan</a> <a href=\"https://twitter.com/gounder?ref_src=twsrc%5Etfw\">@gounder</a> </p>\n<p>Thank you to <a href=\"https://twitter.com/EnduranceIn?ref_src=twsrc%5Etfw\">@EnduranceIn</a> for sponsoring the venue and refreshments. <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> <a href=\"https://t.co/ZtX8vKo7ui\">pic.twitter.com/ZtX8vKo7ui</a></p>\n<p>— Meher Bala (@meherbala) <a href=\"https://twitter.com/meherbala/status/1127115568882995201?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> in Istanbul was both fun and fruitful. Along with 70 other locations in the world, we contributed <a href=\"https://twitter.com/hashtag/translations?src=hash&ref_src=twsrc%5Etfw\">#translations</a> to <a href=\"https://t.co/FMvSCHb8fm\">https://t.co/FMvSCHb8fm</a> and <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> Rosetta projects. <a href=\"https://t.co/DLfCKHGSZV\">pic.twitter.com/DLfCKHGSZV</a></p>\n<p>— Artbees (@artbees_design) <a href=\"https://twitter.com/artbees_design/status/1127211307655139329?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Translating <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> to <a href=\"https://twitter.com/hashtag/Nepali?src=hash&ref_src=twsrc%5Etfw\">#Nepali</a> <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash&ref_src=twsrc%5Etfw\">#WPTranslationDay</a> <a href=\"https://twitter.com/hashtag/WPNepal?src=hash&ref_src=twsrc%5Etfw\">#WPNepal</a> <a href=\"https://twitter.com/hashtag/Kathmandu?src=hash&ref_src=twsrc%5Etfw\">#Kathmandu</a> <a href=\"https://t.co/I2VbFmGLaZ\">pic.twitter.com/I2VbFmGLaZ</a></p>\n<p>— Utsav Singh Rathour (@rathour) <a href=\"https://twitter.com/rathour/status/1127097874238414848?ref_src=twsrc%5Etfw\">May 11, 2019</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 May 2019 22:35:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WPTracSearch: An Elasticsearch-Powered Search Interface for WordPress Trac Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89489\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/wptracsearch-an-elasticsearch-powered-search-interface-for-wordpress-trac-tickets\";s: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:4385:\"<p><a href=\"https://core.trac.wordpress.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Trac</a> is one of the more utilitarian and uninspiring interfaces that many contributors have to contend with in the process of giving back to the project. After growing tired of Trac’s mediocre search functionality, <a href=\"https://wearnhardt.com/\" rel=\"noopener noreferrer\" target=\"_blank\">William Earnhardt</a> set out to improve it with a new project called <a href=\"https://tracsearch.wpteamhub.com\" rel=\"noopener noreferrer\" target=\"_blank\">WPTracSearch</a> that gave him an opportunity to play around with Elasticsearch and React.</p>\n<p>WPTracSearch provides an alternative Elasticsearch-powered interface for searching WordPress Trac tickets. It performs a full text search of all of the fields, delivering more accurate results, even for basic queries, thanks to Elasticsearch’s relevance ranking. The results can be easily filtered based on milestone, component, focuses, usernames, and more criteria, making it easier to find specific tickets.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-10-at-3.01.51-PM.png?ssl=1\"><img /></a></p>\n<p>The search interface also supports fuzzy matching, adding to its ability to deliver more relevant results. Even if a term is misspelled (either in the search or the ticket) it will still yield results, as in the example below:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/fuzzy-match.png?ssl=1\"><img /></a></p>\n<p>Earnhardt is a WordPress core contributor and a developer at Bluehost. His core team has the discretion to work on whatever they want for WordPress core and the community. </p>\n<p>“This fit in nicely with that, but was also just something fun to tinker with,” he said. “It started as a fun experiment with Elasticsearch last fall. I built an index on my local machine and played around with it but got busy with other stuff pre-5.0 push and it sort of fell by the wayside.</p>\n<p>“Then early this year I had a few times come up where it would have been helpful, so I threw together an interface for it and got it online.”</p>\n<p>If you want to use WPTracSearch but are not sure how current the ticket index is, Earnhardt said it’s nearly constantly in sync:</p>\n<blockquote><p>There is a PHP script that parses all the information about a ticket in Trac using the XMLRPC api and puts it into an Elasticsearch index. There is a bash script that runs on a cron every minute to find any tickets updated since the last run and then uses the PHP script to reindex them. So it stays pretty constantly in sync.</p></blockquote>\n<p>The project uses a React interface that relies on the <a href=\"https://github.com/appbaseio/reactivesearch/\" rel=\"noopener noreferrer\" target=\"_blank\">Reactivesearch</a> library to query the Elasticsearch index. Earnhardt also borrowed some code from Ryan McCue’s <a href=\"https://github.com/rmccue/not-trac\" rel=\"noopener noreferrer\" target=\"_blank\">Not Trac</a> to help with some of the UI that deals with parsing TracLinks and code blocks.</p>\n<p>WPTracSearch is an evolving project and Earnhardt has lots of plans for improving it. The two highest priority items on his roadmap are indexing meta Trac and making a search UI for it. He also wants to make the individual tickets have navigable URLs instead of being modal pop up windows when you click on the summary in the search results.</p>\n<p>“I do it that way because it’s a lot faster to stay in this interface than jumping back and forth to core.trac.wordpress.org when browsing tickets, but you can’t link directly to a ticket and forward/back doesn’t work,” Earnhardt said.</p>\n<p>“You can also query the Elasticsearch index directly without using the React interface if you know Elasticsearch Query DSL. This allows pretty complex queries to be built. I’ve thought about creating some charts using that. It could help with the core triage team effort to better understand churn and progress toward bringing that open ticket count down. There are a lot of cool possibilities.”</p>\n<p><a href=\"https://github.com/earnjam/wptracsearch\" rel=\"noopener noreferrer\" target=\"_blank\">WPTracSearch</a> is available on GitHub if anyone wants to contribute ideas or code to improve it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 21:42:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Tips for Replying to A Call for Papers or A Call for Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/tips-for-replying-to-a-call-for-papers-or-a-call-for-speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10893:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The following is a guest post written by <a href=\"https://jenniferbourn.com/\">Jennifer Bourn</a>. With 21 years experience as a graphic designer, 15 years experience as a web designer, 14 years as a creative agency owner, and 11 years as a blogger, Jennifer Bourn has worked with hundreds of service-based businesses to build brands and establish profitable online platforms. She also co-organizes the <a href=\"https://www.meetup.com/Sacramento-WordPress/\">Sacramento WordPress Meetup</a> and <a href=\"https://2019.sacramento.wordcamp.org/\">WordCamp Sacramento</a>. </p>\n\n\n\n<p>After being the lead organizer for <a href=\"https://2019.sacramento.wordcamp.org/\">WordCamp Sacramento</a> for two years, speaker wrangler for two years, managing the program for a year, and speaking at several WordCamps and non-WordPress related conferences myself, I have seen a lot of amazing and a lot of awful speaker submissions. Some speaker submissions have been from people I know personally — people I want to choose and say yes to — but ultimately couldn’t because their submission was subpar.</p>\n\n\n\n<p>It’s incredibly tough to both apply to speak and select speakers from applications.</p>\n\n\n\n<p>With that in mind, I shared a <a href=\"https://twitter.com/jenniferbourn/status/1126608018953523200\">Twitter thread</a> yesterday with tips for replying to a<a href=\"https://twitter.com/hashtag/CallforPapers?src=hash\"> Call for Papers or a Call for Speakers that will help you get your next talk submission accepted and it is summarized for your convenience below:</a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>If your title is confusing, weird, unclear, too cutesy, or it feels like you put no effort into it, that will work against you. Organizers want talks attendees will be interested in and excited for. It must be easy to understand what the talk is about based on the title alone.</p>\n\n\n\n<p>If your talk description is all about you, is only one sentence long, is sarcastic/unprofessional, isn’t aligned with the event focus/theme, or it’s totally self-serving, you should rethink things. Your talk isn’t about you, it’s about helping attendees expand their knowledge and move the needle and helping organizers host a successful event.</p>\n\n\n\n<p>It is never ever a good idea to disparage or put down a person, job, tool, piece of software, or anyone/anything to make your point or make your topic interesting. If the only way you can communicate your point is through negativity, reconsider the topic. Being controversial may have been a draw in years past, but now it’s a risk most organizers aren’t willing to take.</p>\n\n\n\n<p>Consider that someone else (or several people) may submit a talk on the exact same subject. Your title and description need to convince organizers why your submission should be picked over the other person’s submission.</p>\n\n\n\n<p>Consider that if you submit multiple talks, none of them may be selected if your titles aren’t interesting and your descriptions are not descriptive. It must be clear what the talk is about and what the takeaways are, and how this talk will benefit the attendees.</p>\n\n\n\n<p>Always think about how you can make the organizers’ or event planners’ jobs easier and follow instructions. For example, if they ask for bios in third-person, provide your bio in third-person. If they ask for full name, provide your full name.</p>\n\n\n\n<p>Spell the name of the conference, software, industry, etc. correctly in your speaker application. Want to speak at a WordPress event? Double check that you’ve capitalized the P and proofread your submission.</p>\n\n\n\n<p>Look at the topics requested by the event organizers. Submit talks on those topics and your chances of being selected will be higher because they are telling you what they want. Lists of preferred topics are usually included because that is what their local community has specifically requested.</p>\n\n\n\n<p>Don’t submit the same talk you’ve submitted 10 times to other events. Put in some effort. Look at the event theme and submit something that relates to it or customize the talk title/description to include the theme.</p>\n\n\n\n<p>Look at the past event schedules, agenda, or programs. Look at the types of talks they accept. For example, if a WordCamp has only had 2-3 business related talks in the past four years, it might be a sign they aren’t looking for business talks and want talks focused more on using WordPress.</p>\n\n\n\n<p>Look at the topics the event has already covered in previous years. Then find the gap and find something they haven’t already heard or done. </p>\n\n\n\n<p>Steer clear of the marketing hype. Avoid topics related to killing it, hustling, crushing, and dominating. Don’t refer to yourself as a guru or a thought leader (that’s only cool when other people say it about you). Avoid negativity, sarcasm, and assumptions about the audience.</p>\n\n\n\n<p>If organizers ask how or why you’re qualified to talk on the topic being submitted:</p>\n\n\n\n<ul><li>It’s okay to be new/just learning — fresh voices are awesome.</li><li>Don’t just copy and paste your bio into the field. They already have your bio and that’s not what they meant or what they want.</li></ul>\n\n\n\n<p>Never assume the people reviewing your application are experts on your talk topic or have the same technical background you do.</p>\n\n\n\n<p>Avoid submitting a talk that is all about one piece of software — i.e. one plugin — especially if the software is premium and requires an investment. An entire session dedicated to a paid plugin <strong>1)</strong> excludes those who have not purchased it or cannot purchase it and <strong>2)</strong> will apply to few attendees. Instead, consider a compare/contrast presentation that covers both free and paid options or a talk that introduces attendees to multiple options.</p>\n\n\n\n<p>It’s okay to submit opinion pieces as talks, but be careful to <strong>NOT</strong> position your opinion or approach as the only one or the right one, when there are other options. Often there isn’t one right way (unless it’s technical and there is one right way).</p>\n\n\n\n<p>If the submission form asks what skill level audience your talk is the best fit — Beginner, Intermediate, or Advanced — don’t pick them all. That isn’t helpful. The same is true if they ask who your talk is aimed at — designers, developers, or users, etc. </p>\n\n\n\n<p>Organizers for events like WordCamps need to satisfy a diverse audience. The attendee makeup often ranges from those who make a living with WordPress all the way to newbies who just learned what WordPress is a few days ago, so talks at and for every skill level are needed and valued. Don’t skip applying because you think your talk isn’t advanced enough.</p>\n\n\n\n<p>If there is a ‘notes to the organizer’ field in the talk submission form, communicate that you’re open to suggestions or making tweaks to the talk focus to ensure it’s a great fit for their audience. Often a talk being reviewed is close to what they want, but it needs a small tweak to be selected.</p>\n\n\n\n<p>If something funky happened when you hit submit, don’t be afraid to submit your talk again. Organizers would rather have duplicate submissions than miss your submission. Also, it’s okay to reach out to confirm your submission was received. </p>\n\n\n\n<p>Don’t skip applying to speak because you don’t think you know enough yet or don’t have enough experience yet. Everyone has value to contribute and fresh perspectives are always appreciated. Plus, there are people who just discovered or figured out the thing you want to talk about exists — I guarantee you can help them.</p>\n\n\n\n<p>Behind the scenes organizers work hard to create a diverse lineup of speakers that provides representation for everyone in the community. Organizers can ask, beg, plead, and do loads of outreach, but ultimately, they are limited by who is willing to apply and/or who is willing to accept an invite to speak. So please say yes and apply.</p>\n\n\n\n<p>When organizers make the offer to help you brainstorm talk ideas, craft a talk title/description, and even create your slide deck or watch your practice, say yes. Take them up on the offer. Asking for help doesn’t make you any less awesome. There are a lot of people who are incredibly talented and smart with great value to share but find it difficult to put what they know into a talk format. If that’s you, you’re not alone and there are people who want to help.</p>\n\n\n\n<h3>Interested in trying your hand at speaking for the first time? </h3>\n\n\n\n<p>Every event has limited space. When securing rooms for multi-track events and planning the schedule, organizers need to be able to split attendees across the different rooms/tracks. This means they need competing talks in each track that will be a draw and attract attendees. No one wants one full room and one empty room. No one.</p>\n\n\n\n<p>If you don’t get selected, don’t get down on yourself. Often the selection choice has nothing to do with you and is simply a matter of many submissions on the same topic(s), needing to balance topics across disciplines to serve the range of attendees or skill sets, and looking for more diverse representation in the speaker lineup.</p>\n\n\n\n<p>If the event is local to you, always apply. Many times event/conference organizers want to fill the speaking spots (or at least half of them) with local people from their community or region and you’ll have a leg up on the out-of-towners. Similarly, if there is a meetup group in the area tied to the event/conference, go to the meetup and get to know the organizers and other attendees. </p>\n\n\n\n<p>New to a subject/topic? Just learning it? No problem! Consider submitting a talk reviewing your experience as a new user. Share surprises and obstacles encountered, lessons learned, and suggestions for improvement. This can be hugely valuable for advanced users who tend to what new users deal with and it can provide a different perspective and voice.</p>\n\n\n\n<p>Want to learn a topic better? There’s no better way than to teach others about it. Submit the talk, do the work to learn it, and teach everything you’ve learned so far. For example, if you want to build a membership site, submit a talk on how to choose a membership plugin, document your research in finding the right plugin, and share what plugins you reviewed, what criteria you used for evaluation, what you discovered (pros/cons), and which you ended up choosing.</p>\n\n\n\n<p>Never underestimate the power of awareness. Consider pitching a talk that presents options to expand attendees awareness of what is available or possible and gives them a starting place to research things on their own.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 18:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Storefront 2.5.0 Introduces a Custom, Block-Based Homepage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89483\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/storefront-2-5-0-introduces-a-custom-block-based-homepage\";s: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:1855:\"<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"noopener noreferrer\" target=\"_blank\">Storefront</a>, WooCommerce’s free flagship theme, has just released version <a href=\"https://woocommerce.wordpress.com/2019/05/09/storefront-2-5-0-is-now-available-to-download/\" rel=\"noopener noreferrer\" target=\"_blank\">2.5.0</a> with updates that make it easier to setup and customize the homepage. </p>\n<p>In 2017, WooCommerce 2.2 introduced starter content to help users set up the homepage template, menus, widgets, and add some demo products. This content has been updated to incorporate the WooCommerce blocks that were rolled into the plugin’s 3.6 release. It also adds support for the new cover block, which enables users to place headings, paragraphs, and buttons inside the block. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/storefront-customize-homepage.png?ssl=1\"><img /></a></p>\n<p>These changes essentially create a custom, editable homepage with all the flexibility of blocks, giving users more control than the previous custom homepage template approach. The old homepage (template-homepage.php) has now been retired.</p>\n<p>Storefront is active on more than 200,000 stores. Many of these sites already have their homepages set, but the new block-based homepage makes it easier to set up a new store or make changes to existing homepage designs without having to use custom code or a plugin. </p>\n<p>Version 2.5 is a minor release but still requires testing before updating, as some users have already <a href=\"https://github.com/woocommerce/storefront/issues/1127\" rel=\"noopener noreferrer\" target=\"_blank\">reported</a> a few discrepancies with how the “full width” template is displayed. Previewing the update in a staging environment will ensure there are no surprises on update. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 15:59:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WordPress.org blog: Tomorrow is WordPress Translation Day 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6961\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2019/05/tomorrow-is-wordpress-translation-day-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3701:\"<p><em>The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem.</em> <em>This event takes place both online and in physical locations across the world, so you can join no matter where you are! </em></p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> has a mission to translate and make available the software’s features into as many languages as possible. As WordPress powers more than 33% of websites, people from across the world use it in their daily life. That means there is a lot that needs translating, and into many different languages. </p>\n\n\n\n<p>On 11 May 2019, from 00:00 UTC until 23:59 UTC, <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> aims to celebrate the thousands of volunteers who contribute to translation and internalization. The event is also an opportunity for encouraging more people to get involved and help increase the availability of themes and plugins in different languages.</p>\n\n\n\n<blockquote><p>“At the time of the last event in 2017, WordPress was being translated into 178 languages, we have now reached the 200 mark!”</p><cite>WPtranslationday.org</cite></blockquote>\n\n\n\n<h2>What happens on WordPress Translation Day?</h2>\n\n\n\n<p>There are a number of <a href=\"https://wptranslationday.org/the-local-events/\">local meetings all over the world</a>, as well as online talks by people from the WordPress community. More than 700 people from around the world took part in past WordPress Translation Days, and everyone welcome to join in this time around!</p>\n\n\n\n<p>Everyone is welcome to join the event to help translate and localize WordPress, no matter their level of experience. A lot is happening on the day, so join in and you will learn how to through online sessions!</p>\n\n\n\n<h3>What can you expect?</h3>\n\n\n\n<ul><li><strong>Live online training</strong>: Tutorials in different languages focused on translation and <em>localization</em>, or l10n, of WordPress. These are streamed in multiple languages</li><li><strong>Localization sessions</strong>: General instruction and specifics for particular areas and languages. These sessions are streamed in multiple languages.</li><li><strong>Internalization sessions</strong>: Tutorials about optimizing the code to ease localization processes, also called <em>internationalization</em> or i18n. These sessions are streamed in English.</li><li><strong>Local events</strong>: Polyglot contributors will gather around the world for socializing, discussing, and translating together.</li><li><strong>Remote events</strong>: Translation teams that cannot gather physically, will connect remotely. They will be available for training, mentoring, and supporting new contributors. They will also engage in “translating marathons”, in which existing teams translate as many strings as they can!</li></ul>\n\n\n\n<p>A number of experienced WordPress translators and internationalization experts are part of the line-up for the livestream, joined by some first time contributors. </p>\n\n\n\n<p>Whether you have or haven’t contributed to the Polyglots before, you can join in for WordPress Translation Day. Learn more about both local and online events and stay updated through the website and social media. </p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a></li><li><a href=\"https://twitter.com/translatewp\">WordPress Translation Day Twitter</a></li><li><a href=\"https://www.facebook.com/WPTranslationDay/\">WordPress Translation Day Facebook</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 09:17:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: Advanced Custom Fields 5.8.0 Introduces ACF Blocks: A PHP Framework for Creating Gutenberg Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/advanced-custom-fields-5-8-0-introduces-acf-blocks-a-php-framework-for-creating-gutenberg-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3548:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/acf-blocks.jpg?ssl=1\"><img /></a></p>\n<p>After six months in development, <a href=\"https://www.advancedcustomfields.com/blog/acf-5-8-0-release-php-blocks-for-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Advanced Custom Fields 5.8.0</a> was released yesterday with a new PHP-based framework for developing custom Gutenberg block types. ACF Blocks was announced in October 2018, to the great relief of many developers who didn’t know how they were going to keep pace with learning the JavaScript required to use WordPress’ Block API. </p>\n<p>ACF’s creator, Elliot Condon, was one of the more vocal critics of Gutenberg leading up to its inclusion in WordPress 5.0. Developers were concerned about whether or not their custom metaboxes generated by ACF would still be compatible. The ACF team worked to ensure the plugin was integrated into the Gutenberg UI as much as possible and surprised users by announcing an acf_register_block() function that would allow developers to use PHP to create custom blocks.</p>\n<p>The new ACF Blocks add-on is built on top of Advanced Custom Fields Pro and does not require any JavaScript knowledge. It integrates with custom fields so developers can create custom solutions. ACF blocks are rendered using a PHP template file or a callback function that allows full control of the output HTML and live previews while editing the blocks. They also maintain native compatibility with WordPress core, meaning that all Gutenberg features like “alignment” and “re-usable blocks” work as expected.</p>\n<p>Early feedback indicates that ACF Blocks has made custom Gutenberg development more approachable for developers who are not as well-versed in React, significantly speeding up the creation of custom blocks.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">ACF Pro 5.8 for <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> makes Gutenberg block development a breeze! Here\'s a staff block I made in less than 30 mins. <a href=\"https://twitter.com/wp_acf?ref_src=twsrc%5Etfw\">@wp_acf</a> <a href=\"https://twitter.com/hashtag/ACFBlocks?src=hash&ref_src=twsrc%5Etfw\">#ACFBlocks</a> <a href=\"https://twitter.com/hashtag/wordpressdeveloper?src=hash&ref_src=twsrc%5Etfw\">#wordpressdeveloper</a> <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> <a href=\"https://twitter.com/hashtag/reactjs?src=hash&ref_src=twsrc%5Etfw\">#reactjs</a> <a href=\"https://twitter.com/hashtag/webdevelopment?src=hash&ref_src=twsrc%5Etfw\">#webdevelopment</a> <a href=\"https://twitter.com/hashtag/webdeveloper?src=hash&ref_src=twsrc%5Etfw\">#webdeveloper</a> <a href=\"https://t.co/VqewoKkcSt\">pic.twitter.com/VqewoKkcSt</a></p>\n<p>— Sam (@sam_kent_) <a href=\"https://twitter.com/sam_kent_/status/1126468039917080577?ref_src=twsrc%5Etfw\">May 9, 2019</a></p></blockquote>\n<p></p>\n<p>This is one example of how the WordPress product ecosystem continues to evolve to support developers in the transition to a more JavaScript-powered WordPress.</p>\n<p>ACF Blocks also launched with a suite of nine ready-to-use bocks available as a plugin from the new <a href=\"https://acfblocks.com/\" rel=\"noopener noreferrer\" target=\"_blank\">acfblocks.com</a> website. These include commonly-requested functionality for client sites, such as testimonial, team, multi-button, star-rating, pricing list, and click-to-tweet, with more on the way. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 May 2019 18:14:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WPWeekly Episode 351 – Results of the Gutenberg Accessibility Audit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=89460&preview=true&preview_id=89460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/wpweekly-episode-351-results-of-the-gutenberg-accessibility-audit\";s: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:1904:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://bamadesigner.com/\">Rachel Cherry</a>, <span class=\"css-76zvg2 css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\" dir=\"auto\">Freelance software engineer, consultant,</span> and director of <a href=\"https://wpcampus.org/\">WPCampus</a> and Brian DeConinck, a front-end designer and developer with the <a href=\"https://design.oit.ncsu.edu/\">OIT Design and Web Services</a> team, part of the <a href=\"https://oit.ncsu.edu/\">Office of Information Technology</a> at <a href=\"https://www.ncsu.edu/\">NC State University</a>.</p>\n<p>We learn how Tenon was chosen as the vendor to perform the audit and what conditions needed to be met. We then dissected the results of the <a href=\"https://wpcampus.org/2019/05/gutenberg-audit-results/\">Gutenberg Accessibility Audit</a> conducted by <a href=\"https://tenon.io/\">Tenon</a>. We discuss the state of Gutenberg’s accessibility, recommendations for those in Higher Education environments, and where Gutenberg development might go from here.</p>\n<h2>Transcript:</h2>\n<p><a href=\"https://wptavern.com/wp-content/uploads/2019/05/WPWeeklyEpisode351Transcript.rtf\">WPWeeklyEpisode351Transcript</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 15th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #351:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 May 2019 00:52:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress Professionals: Take the Future of WordPress Careers Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-professionals-take-the-future-of-wordpress-careers-survey\";s: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:2868:\"<p>Nevena Tomovic, a Business Developer at Human Made, is researching the most important skills for pursuing a career in WordPress. She is conducting a <a href=\"http://nevena.blog/2019/04/27/open-source-survey-the-future-of-wordpress-careers/\" rel=\"noopener noreferrer\" target=\"_blank\">survey</a> for professionals that is open to anyone working in a WordPress-related capacity, including writers, developers, marketers, UI & UX designers, illustrators, community drivers, evangelists, project managers, and creatives.</p>\n<p>The <a href=\"http://nevena.blog/2019/04/27/open-source-survey-the-future-of-wordpress-careers/\" rel=\"noopener noreferrer\" target=\"_blank\">survey</a> takes less than five minutes to complete and the results will be shared at WordCamp Europe in Berlin and on <a href=\"http://nevena.blog\" rel=\"noopener noreferrer\" target=\"_blank\">nevena.blog</a>. Tomovoic will be giving a presentation titled “<a href=\"https://2019.europe.wordcamp.org/session/renaissance-jobs-in-wordpress-skills-you-need-to-survive-the-21st-century-career/\" rel=\"noopener noreferrer\" target=\"_blank\">Renaissance jobs in WordPress: Skills you need to survive the 21st-century career</a>,” where she will elaborate on global trends related to the job landscape. She will also be speaking about how employers and managers can attract new talent through WordPress education.</p>\n<p>In a recent <a href=\"http://nevena.blog/2019/04/27/renaissance-jobs-in-digital-what-skills-do-you-need-to-survive-a-21st-century-career/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> on her blog, Tomovic elaborated on the concept of “Renaissance jobs,” positions that use titles merging multiple skills into one role:</p>\n<blockquote><p>Renaissance jobs, also otherwise known as hybrid roles are a mishmash of more than one skill, a combination of expertise in more than one domain. You might have come across roles such as experience architect, user experience consultant, or even customer wrangler, all of these typically involve technical knowledge, excellent communication and management skills. All of these roles are a completely foreign concept for most of our parents. The 21st century has brought with it remote work, chief growth officers, and a globalized workforce among other things.</p></blockquote>\n<p>Tomovic’s survey data will identify what skills are most important in the WordPress job market right now. The survey does not collect any personal data and the raw data will be deleted after the results are published. </p>\n<p>If you want to check out Tomovic’s talk in person, make sure to <a href=\"https://2019.europe.wordcamp.org/tickets/\" rel=\"noopener noreferrer\" target=\"_blank\">purchase a ticket</a> to WordCamp Europe. The final batch of tickets has gone on sale and there are only 133 general admission tickets remaining.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 May 2019 23:24: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: New Membership Block Coming to Jetpack, Site Health and Debug Info Added to Version 7.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/new-membership-block-coming-to-jetpack-site-health-and-debug-info-added-to-version-7-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3382:\"<p><a href=\"https://jetpack.com/2019/05/07/jetpack-7-3start-strong-and-stay-healthy/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack 7.3</a> was released yesterday with changes that improve the “out of the box” experience. The plugin now enables fewer features on setup so users can have more control over what they activate on their sites. </p>\n<p>The new version also integrates with WordPress 5.2’s new Site Health checks. It includes a status check and moves Jetpack’s legacy debug data to a section in the new “Site Health Info” tab. The initial status check isn’t very descriptive regarding critical errors, but these error messages can be improved in future iterations so users know how to get to a page with more information. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-08-at-11.57.44-AM.png?ssl=1\"><img /></a></p>\n<h3>New Membership Block Now Available for Jetpack Beta Testers</h3>\n<p>Jetpack is getting ready to introduce a new <a href=\"https://github.com/Automattic/jetpack/pull/9802\" rel=\"noopener noreferrer\" target=\"_blank\">Membership block</a> that will essentially function like a recurring donation button using Stripe as the payment gateway. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/05/jetpack-membership-button.png?ssl=1\"><img /></a></p>\n<p>Users will be able to set the currency, price, product name, and renewal interval directly within the block.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/membership-block-configure.png?ssl=1\"><img /></a></p>\n<p>This release adds the new block behind the JETPACK_BETA_BLOCKS constant for users who are beta testing new blocks. Feedback from testers will be addressed in future pull requests. The PR merged into Jetpack 7.3 includes the following technical additions for the new Membership block:</p>\n<ul>\n<li>Introduce endpoints that communicate with WP.COM</li>\n<li>Whitelist certain options, CPTs and meta to store / sync data</li>\n<li>Introduce Gutenberg block that uses these endpoints and provides UI to connect to Stripe, create and choose a product</li>\n<li>Introduce a frontend of a block with the sole purpose of displaying a checkout window from WP.com in an iframe</li>\n</ul>\n<p>In its current form, the use of the term “Membership” for the block might be a bit misleading for some users, depending on their expectations. Site owners usually expect more granular management of members, multiple membership tiers, customizable emails, various renewal options, content access, and more for managing memberships. </p>\n<p>Unless Jetpack intends to make this the gateway to more robust membership capabilities, then “Recurring donation/payment button” might be a more accurate name for the block. However, it wouldn’t be surprising to see a more full-featured Membership module turn up as a SaaS product from WordPress.com, as opposed to everything getting packed into the plugin.</p>\n<p>No release date has been announced for the membership block as it is still under active development and in the very early stages of beta testing.</p>\n<p>Check out the full <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener noreferrer\" target=\"_blank\">changelog</a> to see all the enhancements and bug fixes in Jetpack 7.3.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 May 2019 17:57:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: WordPress 5.2 “Jaco” Released, Includes Fatal PHP Error Protection and A Recovery Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/wordpress-5-2-jaco-released-includes-fatal-php-error-protection-and-a-recovery-mode\";s: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:4870:\"<p>WordPress 5.2 “Jaco” named after bassist <a href=\"https://en.wikipedia.org/wiki/Jaco_Pastorius\">Jaco Pastorius</a>, is <a href=\"https://wordpress.org/news/2019/05/jaco/\">now available for download</a>. Normally, I’d start listing new features but I’m going to do something a little different this time. </p>\n\n\n\n<p>Let’s begin by recognizing the 327 people who contributed to this release with 109 of those being first time contributors. It was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a>, and <a href=\"https://pento.net/\">Gary Pendergast</a>. Included in the list is Alex (Viper007Bond) Mills who <a href=\"https://wptavern.com/alex-mills-ends-his-battle-with-leukemia\">passed away</a> from Leukemia earlier this year.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Screenshot taken by <a href=\"https://twitter.com/Kraft/status/1125892606913855489\">Brandon Kraft</a></div>\n\n\n\n<p>Mills still has a few uncommitted patches in Trac so it’s possible he’ll end up on the list of contributors in future releases. </p>\n\n\n\n<h2>Minimum PHP Version Required to Run WordPress 5.2 Is Now 5.6.20</h2>\n\n\n\n<p>WordPress 5.2 bumps up the minimum PHP version required to 5.6.20. If you’re using an older version, you’ll need to update PHP before upgrading to WordPress 5.2. Updating PHP to version 7.3 or above <a href=\"https://wordpress.org/about/requirements/\">is recommended</a>. </p>\n\n\n\n<h2>Additional Improvements to Site Health Check </h2>\n\n\n\n<p>In <a href=\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\">WordPress 5.1</a>, Site Health Check features were added to inform users of outdated PHP versions. WordPress 5.2 builds on this foundation by adding two new pages that help debug common configuration issues. Users can find the Site Health section in the WordPress backend by browsing to <strong>Tools > Site Health</strong>. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Site Health Check Test Results</div>\n\n\n\n<p>Browsing to the Site Health page triggers a series of tests. When the tests are performed, errors and recommended improvements are displayed on the results page. There’s also a an Information tab that displays every detail about the configuration of your site.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Site Health Check Detailed Information</div>\n\n\n\n<p>Theme and Plugin authors can <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\">add their own tests</a> and modify or remove existing ones with filters. </p>\n\n\n\n<h2>Fatal Error Protection</h2>\n\n\n\n<p>Instead of seeing the dreaded “white screen of death,” WordPress 5.2 includes fatal PHP error protection. When a fatal error is detected, a user-facing error message is displayed and an email is sent to the administrator’s email address. </p>\n\n\n\n<p>The email includes a link to a new feature called “recovery mode.” While in recovery mode, plugins and themes that are causing fatal errors are put into a paused state to ensure administrators can work around the errors and access the backend normally. </p>\n\n\n\n<p>In addition to being informed about which themes or plugins are causing fatal errors, administrators have at least three options to fix the issue. </p>\n\n\n\n<ul><li>Administrators can deactivate the theme or plugin to maintain a working version of the site.</li><li>Administrators can fix the problem if they have the technical capabilities, and afterwards reactivate the theme or plugin.</li><li>Administrators can file a support request with the developer, pointing out the error.</li></ul>\n\n\n\n<p>Administrators can exit recovery mode by pressing a button in the admin bar. A few examples on how developers can utilize this feature can be <a href=\"https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/\">found here</a>. </p>\n\n\n\n<p>WordPress 5.2 also includes <a href=\"https://make.wordpress.org/core/2019/04/24/notable-accessibility-changes-in-5-2/\">accessibility improvements</a>, <a href=\"https://wptavern.com/wordpress-5-2-will-add-13-new-icons-to-the-dashicon-library\">thirteen new dashboard icons</a>, plugin compatibility checks, and an variety of <a href=\"https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/\">changes to the block editor</a>. In addition, the Privacy Policy page includes <a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\">four new helpers</a> that make customizing and designing the page easier. </p>\n\n\n\n<p>To learn more about the features in WordPress 5.2 and how to extend or work with them, check out the <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 May 2019 17:16:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"HeroPress: Broadening My Horizons Through WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2805\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"https://heropress.com/essays/broadening-my-horizons-through-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=broadening-my-horizons-through-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12270:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/05/050819-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was scared that if I failed to learn what I need to know, I\'d be left in the dust.\" /><p>I’ve been a web designer since 1996. In some ways, it’s hard for me to fathom. Those were the days of Netscape Navigator and table-based page layouts. I wrote every bit of HTML by hand on a seriously-underpowered computer and a tiny monitor. Definitely a far cry from where we are today.</p>\n<p>I was completely self-taught and learned by doing. When I landed my first job as a full-time “webmaster” at my <a href=\"https://cumberlink.com/\">local newspaper</a>, I didn’t even know what Photoshop was (I had been using Microsoft Paint for graphics – feel free to laugh).</p>\n<p>Looking back, I know that I wasn’t a very good designer in those days – but that didn’t matter. I felt lucky to be on the ground floor of an industry that was poised to change the world.</p>\n<h3>An Early Start</h3>\n<p>As an 18-year-old, I was often the youngest person in the office. Sometimes, that led to not being taken seriously by those in charge. Still, I did have a few mentors at the paper who were more than generous with their friendship and advice. It was my first taste of the “real world” – a lesson I sorely needed.</p>\n<p>At the same time, I realized that I wasn’t going to stay there forever. The pay wasn’t very good and the hours weren’t my cup of tea. Most of all, I just felt that I could do better. Just over a year in, I left.</p>\n<p>From there, I spent the next couple of years in various corporate settings – none of which felt very fulfilling. My existence was very much that of a worker bee. Sure, this is what happens when you’re just starting out – but I was too dense to see it that way.</p>\n<p>Again, I had a feeling that there was something else out there for me. But there didn’t seem to be a path to further my career, unless I took it upon myself to do so.</p>\n<p>So, in 1999 I went all-in as a freelancer working from home. While I’ve gone through a few different places to call home in the years since, I’m still here – thanks in great part to WordPress.</p>\n<p>But before I found both the software and community that would change my trajectory, I had to go through some ups and downs.</p>\n<h3>Hitting a Wall</h3>\n<p>Starting my own business at 21 was at once frightening and gratifying. I booked a few steady clients early on, and that provided a much-needed boost in confidence (and revenue). Yet there was also a tremendous amount of responsibility that I wasn’t prepared for. It was another real-world lesson and I had to mature in a hurry.</p>\n<p>As for technology, I upgraded my computer, but not necessarily my approach. The first several years were still ruled by building static HTML sites. And as clients started asking for more complex features such as ecommerce, I realized something about myself: I was incredibly afraid of what I didn’t know.</p>\n<p>This feeling would haunt me much more than I could have anticipated. It was like a massive weight on my shoulders. As long as work kept me in my comfort zone, I was fine. But anything outside of that brought out my anxiety.</p>\n<p>Sure, I had achieved some level of success at a young age (with a hobby site even going <a href=\"https://en.wikipedia.org/wiki/Surge_(drink)#Revival\">viral</a>). I had plenty of work, I even moved out of my parent’s house. But I also feared the unknown. I hadn’t been a very good student in high school and had zero confidence in my ability to learn something more advanced.</p>\n<p>At the same time, that fear was joined by a great deal of frustration. I started struggling to build larger sites using those same tired methods. And maintaining them was even worse.</p>\n<p>In all, I was stressed out and felt stuck in a dead end. The passion I once had for design and code had vanished. I was in desperate need of a new direction.</p>\n<h3>A Glimmer of Light</h3>\n<p>It’s amazing how, just when things feel their darkest, a little bit of light shows up and sparks something in you. For me, WordPress was like a tiny matchstick in a pitch-black cave.</p>\n<p>Somewhere around 2005, I installed an early version of WordPress as a playful experiment. At the time, I saw other content management systems starting to pop up, but wasn’t really impressed. Frankly, the sites running them all looked the same.</p>\n<p>But tearing apart a WordPress theme was different. I knew nothing about PHP, but found that the templates were pretty easy to follow. I liked that I could make design changes without too much trouble. Even if I broke something, I was (usually) able to bring things back to their previous state.</p>\n<p>Still, I wasn’t ready or willing to abandon my old-school techniques for building sites just yet (I even jettisoned the CSS layouts from my theme and replaced them with tables). WordPress was something I used on the periphery. I created a few simple blogs for clients, but hadn’t really thought of using it for anything more.</p>\n<p>In fact, it would be a few more years until I was finally ready to make a change.</p>\n<h3>A New Beginning</h3>\n<p>2010 was a banner year in my career. It was the year where I, inspired by my wife and newborn daughter, started to really confront my fears. I had grown completely tired of the way I had been doing things. This was the year I became convinced that WordPress was the game-changer I needed.</p>\n<p>As the software matured, more developers started using it to run entire sites – not just traditional blogs. I was very much intrigued, even excited, about the possibility of what I could achieve in terms of both design and functionality.</p>\n<p>So, I convinced one of my agency clients to let me try using WordPress on a project. Things went well enough that we decided to start using it more often. And, for me, it was like that little matchstick in the dark cave turned into a huge beacon.</p>\n<p>The more I used WordPress, the more curious I became about what else it could do. I found myself not only being unafraid to learn, but actually <em>motivated</em> to do so.</p>\n<p>By the next year, I had moved almost exclusively to WordPress. That led to another watershed moment: Attending my first WordCamp.</p>\n<h3>Discovering That I Wasn’t Alone</h3>\n<p>Visiting <a href=\"https://2011.philly.wordcamp.org\">WordCamp Philadelphia 2011</a> was an eye-opening experience. This was not the buttoned-down, corporate atmosphere that brought me discomfort years earlier. Instead, I found a casual, welcoming vibe that made me feel like I belonged.</p>\n<p>The crowd was diverse in just about every way imaginable. And I met people who were all over the map when it came to knowledge of WordPress. Some were complete newbies, others were experts. But regardless of their skill level or experience, they all gathered in the same place. It struck me that I was now a part of something unique.</p>\n<p>This burgeoning community, coupled with great software, had all of the sudden put me on a path that I never imagined possible. It made me want to learn all that I could and be a part of something bigger than myself.</p>\n<p>Before too long, I discovered a confidence I never felt before. I was not only building better websites than I ever had, I was also eager to be a part of the WordPress community. And, despite being a bit shy, I even spoke at WordCamp Baltimore in <a href=\"https://2012.baltimore.wordcamp.org/speakers/#eric-karkovack\">2012</a>.</p>\n<p>I felt like anything was possible.</p>\n<h3>Opportunity Knocks</h3>\n<p>As my experience with both WordPress and its community has grown, it has opened up some amazing opportunities. For one, it gave me the courage to try and fulfill another lifelong dream: to become a writer.</p>\n<p>I started off by submitting an article to <a href=\"https://speckyboy.com/how-to-deal-with-creative-differences-with-clients/\">Speckyboy Web Design Magazine</a>, not really knowing what to expect. When it was published, I was incredibly excited. So, I kept on writing. And each time, site editor Paul Andrew kept on publishing my work.</p>\n<p>Even more mind-boggling is that, eventually, this led to a regular <a href=\"https://speckyboy.com/author/erickarkovack/\">role</a> with the site. I’ve published hundreds of articles and have enjoyed every minute of it. And more writing gigs have followed. My topic of choice? WordPress, of course!</p>\n<p>When it comes to my design business, I’m no longer afraid to push those boundaries. I’ve built and maintained hundreds of WordPress sites that run the gamut in terms of size and functionality. Yes, including the formerly fear-inducing ecommerce.</p>\n<p>But I know that, without the confidence boost I received by working with WordPress, none of this would have been possible. I am beyond grateful, and so glad that I found it at a pivotal time in my life.</p>\n<h3>What I’ve Learned</h3>\n<p>So, what does this all mean? I’ve given it a lot of thought.</p>\n<p>There are still days when I’m overwhelmed and stressed out. But even then, I tell myself how I lucky I am to do what I do each day. And somehow, I have maintained a passion for my work that I think is here to stay.</p>\n<p>But the biggest lesson I’ve learned, and the thing I’d like to share with you, is to give yourself a chance to learn and grow. Sometimes, the unknown can be scary – I get it. I was so afraid of the fact that I wasn’t formally trained and that I didn’t have the knowledge I needed to go further. I was scared that if I failed to learn what I needed to know that I’d be left in the dust.</p>\n<p>Yet, that’s the amazing thing about WordPress and web design in general. There are so many great resources out there you can learn from. And there is a community out there who is willing to help and share what they know.</p>\n<p>Everything is right there in front of us. All it takes is a willingness to try.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Broadening My Horizons Through WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Broadening%20My%20Horizons%20Through%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbroadening-my-horizons-through-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Broadening My Horizons Through WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbroadening-my-horizons-through-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbroadening-my-horizons-through-wordpress%2F&title=Broadening+My+Horizons+Through+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Broadening My Horizons Through WordPress\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/broadening-my-horizons-through-wordpress/&media=https://heropress.com/wp-content/uploads/2020/05/050819-min-150x150.jpg&description=Broadening My Horizons Through WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Broadening My Horizons Through WordPress\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/broadening-my-horizons-through-wordpress/\" title=\"Broadening My Horizons Through WordPress\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/broadening-my-horizons-through-wordpress/\">Broadening My Horizons Through WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 May 2019 12:00:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Eric Karkovack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WordPress.org blog: WordPress 5.2 “Jaco”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2019/05/jaco/\";s: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:28801:\"<h2>Keeping Sites Safer</h2>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?fit=632%2C500&ssl=1\" alt=\"\" class=\"wp-image-6926\" />\n\n\n\n<p>Version 5.2 of WordPress, named “Jaco” in honor of renowned and revolutionary jazz bassist Jaco Pastorius, is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong.</p>\n\n\n\n<p>There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=205%2C143&ssl=1\" alt=\"\" class=\"wp-image-6927\" width=\"205\" height=\"143\" /></div>\n\n\n\n<p>Building on the <a href=\"https://wordpress.org/news/2019/02/betty/\">Site Health</a> features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>PHP Error Protection</h3>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=202%2C228&ssl=1\" alt=\"\" class=\"wp-image-6930\" width=\"202\" height=\"228\" /></div>\n\n\n\n<p>This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Improvements for Everyone</h2>\n\n\n\n<h3>Accessibility Updates</h3>\n\n\n\n<p>A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.</p>\n\n\n\n<h3>New Dashboard Icons</h3>\n\n\n\n<p>Thirteen new icons including Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!</p>\n\n\n\n<h3>Plugin Compatibility Checks</h3>\n\n\n\n<p>WordPress will now automatically determine if your site’s version of PHP is compatible with installed plugins. If the plugin requires a higher version of PHP than your site currently uses, WordPress will not allow you to activate it, preventing potential compatibility errors.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Developer Happiness</h2>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\"><strong>PHP Version Bump</strong></a><strong> </strong></p>\n\n\n\n<p>The minimum supported PHP version is now 5.6.20. As of WordPress 5.2*, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\"><strong>Privacy Updates</strong></a><strong> </strong></p>\n\n\n\n<p>A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><strong><a href=\"https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/\">New Body Hook</a> </strong></p>\n\n\n\n<p>5.2 introduces a wp_body_open hook, which lets themes support injecting code right at the beginning of the <body> element.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\"><strong>Building JavaScript</strong></a></p>\n\n\n\n<p>With the addition of webpack and Babel configurations in the wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.</p>\n</div>\n</div>\n\n\n\n<p><em>*If you are running an old version of PHP (less than 5.6.20), <a href=\"https://wordpress.org/support/update-php/\">update your PHP</a> before installing 5.2.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a>, and <a href=\"https://pento.net/\">Gary Pendergast</a>. They were graciously supported by 327 generous volunteer contributors. Load a Jaco Pastorius playlist on your favorite music service and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/oztaser\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/ajitbohra\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis\">Alda Vigdís</a>, <a href=\"https://profiles.wordpress.org/alexdenning\">Alex Denning</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/lexiqueen\">Alexis</a>, <a href=\"https://profiles.wordpress.org/alexislloyd\">Alexis Lloyd</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/arena\">André</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/euthelup\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/aniketpatel\">Aniket Patel</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/vanyukov\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonypuckey\">antonypuckey</a>, <a href=\"https://profiles.wordpress.org/aristath\">Aristeides Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/wpboss\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/axaak\">axaak</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/britner\">Ben Ritner - Kadence Themes</a>, <a href=\"https://profiles.wordpress.org/bfintal\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/billerickson\">Bill Erickson</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bodohugobarwich\">Bodo (Hugo) Barwich</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bulletdigital\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cathibosco1\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chiaralovelaces\">Chiara Magnani</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/dswebsme\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/drw158\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davetgreen\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/david.binda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dgroddick\">David Roddick</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dhanukanuwan\">Dhanukanuwan</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dianeco\">Diane</a>, <a href=\"https://profiles.wordpress.org/diegoreymendez\">diegoreymendez</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios\">Dima</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/iamdmitrymayorov\">Dmitry Mayorov</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/seedsca\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/etoledom\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">fabiankaegy</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/parsmizban\">Farhad Sakhaei</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/peaceablewhale\">Franklin Tse</a>, <a href=\"https://profiles.wordpress.org/fuegas\">Fuegas</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/270d.png\" alt=\"✍\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/3299.png\" alt=\"㊙\" class=\"wp-smiley\" /></a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/luehrsen\">Hendrik Luehrsen</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/ryanshoover\">Hoover</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ice9js\">ice9js</a>, <a href=\"https://profiles.wordpress.org/zinigor\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ixium\">Ixium</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakeparis\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/cc0a\">James</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jarred-kennedy\">Jarred Kennedy</a>, <a href=\"https://profiles.wordpress.org/vengisss\">Javier Villanueva</a>, <a href=\"https://profiles.wordpress.org/jayupadhyay01\">Jay Upadhyay</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/jdeeburke\">jdeeburke</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/endocreative\">Jeremy Green</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/j-falk\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johannadevos\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathandejong\">Jonathandejong</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnybojangles\">jonnybojangles</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"https://profiles.wordpress.org/josephwa\">josephwa</a>, <a href=\"https://profiles.wordpress.org/builtbynorthby\">Josh Feck</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jplojohn\">jplo</a>, <a href=\"https://profiles.wordpress.org/jrtashjian\">JR Tashjian</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/juliarrr\">juliarrr</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kamataryo\">KamataRyo</a>, <a href=\"https://profiles.wordpress.org/karinedo\">Karine Do</a>, <a href=\"https://profiles.wordpress.org/katyatina\">Katyatina</a>, <a href=\"https://profiles.wordpress.org/kelin1003\">Kelin Chauhan</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/itzmekhokan\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/killua99\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/olein\">Koji Kuno</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/codemascot\">Kʜᴀɴ (ಠ_ಠ)</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lkraav\">lkraav</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/malae\">Malae</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/robobot3000\">Marcin</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcofernandes\">Marco Fernandes</a>, <a href=\"https://profiles.wordpress.org/marco-peralta\">Marco Peralta</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe\">marekhrabe</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus Echterhoff</a>, <a href=\"https://profiles.wordpress.org/m-e-h\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum\">marybaum</a>, <a href=\"https://profiles.wordpress.org/mattnyeus\">mattnyeus</a>, <a href=\"https://profiles.wordpress.org/mdwolinski\">mdwolinski</a>, <a href=\"https://profiles.wordpress.org/immeet94\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mheikkila\">mheikkila</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/simison\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeselander\">Mike Selander</a>, <a href=\"https://profiles.wordpress.org/mikengarrett\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">mirka</a>, <a href=\"https://profiles.wordpress.org/lord_viper\">Mobin Ghasempoor</a>, <a href=\"https://profiles.wordpress.org/mohadeseghasemi\">Mohadese Ghasemi</a>, <a href=\"https://profiles.wordpress.org/saimonh\">Mohammed Saimon</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mmuhsin\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nfmohit\">Nahid F. Mohit</a>, <a href=\"https://profiles.wordpress.org/naoki0h\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neobabis\">Neokazis Charalampos</a>, <a href=\"https://profiles.wordpress.org/modernnerd\">Nick Cernis</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw\">nielsdeblaauw</a>, <a href=\"https://profiles.wordpress.org/nnikolov\">Nikolay Nikolov</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninio\">ninio</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/pandelisz\">pandelisz</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises\">paragoninitiativeenterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterbooker\">Peter Booker</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pfiled\">pfiled</a>, <a href=\"https://profiles.wordpress.org/pilou69\">pilou69</a>, <a href=\"https://profiles.wordpress.org/pranalipatel\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/psealock\">psealock</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/rahmon\">Rahmon</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rsusanto\">Rudy Susanto</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/saeedfard\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samanehmirrajabi\">Samaneh Mirrajabi</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/elhardoum\">Samuel Elh</a>, <a href=\"https://profiles.wordpress.org/sgarza\">Santiago Garza</a>, <a href=\"https://profiles.wordpress.org/saracope\">Sara Cope</a>, <a href=\"https://profiles.wordpress.org/saracup\">saracup</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/ebrahimzadeh\">Sekineh Ebrahimzadeh</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/sgastard\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sharifkiberu\">sharifkiberu</a>, <a href=\"https://profiles.wordpress.org/shazdeh\">shazdeh</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sky_76\">sky_76</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/szepeviktor\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/themonic\">Themonic</a>, <a href=\"https://profiles.wordpress.org/thomstark\">thomstark</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hedgefield</a>, <a href=\"https://profiles.wordpress.org/timwright12\">Tim Wright</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdesigned\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/ohiosierra\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umang7\">Umang Bhanvadia</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/webfactory\">WebFactory</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/bahia0019\">William \'Bahia\' Bay</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/willscrlt\">Willscrlt</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wrwrwr0\">wrwrwr0</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">Zebulan Stanphill</a>.\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Also, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 May 2019 21:03:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Registration for WordSesh 6 Is Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89381\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wptavern.com/registration-for-wordsesh-6-is-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2136:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Registration for the sixth installment of WordSesh is <a href=\"https://wordsesh.com/live/\">now open</a> and thanks to <a href=\"https://pantheon.io/\">Pantheon</a>, those who attend the conference live will be able to watch all of the sessions for free. <a href=\"https://wordsesh.com/\">WordSesh</a> is a virtual WordPress conference with speakers from around the world sharing knowledge. </p>\n\n\n\n<p>This year’s event has 14 speakers with topics that include, the benefits of being the first to market with a Gutenberg user course, three ways to embrace the entrepreneurial roller coaster, and the rhythms of remote teams. Ten of the presentations will be live with four pre-recorded sessions. </p>\n\n\n\n<p><a href=\"https://wpsessions.com/\">WPSessions</a> will transcribe each presentation live and will also store the recordings so that registered members can view them at a later date. There will also be a virtual hallway track where participants can network with each other. </p>\n\n\n\n<p>If you’d like to watch with a group of people in the same physical location, WordSesh has a list of watch parties that are taking place. </p>\n\n\n\n<ul><li><strong>Lagos, Nigeria</strong> <a href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/\">Lagos WordPress Community</a></li><li><strong>Minneapolis, MN</strong> <a href=\"https://www.eventbrite.com/e/wordsesh-live-viewing-party-tickets-60473140792\" target=\"_blank\" rel=\"noreferrer noopener\">Pantheon</a></li><li><strong>Mumbai, India</strong> <a href=\"https://www.meetup.com/WordPressMumbai/events/260313447/\">WP Mumbai</a></li><li><strong>Palm Beach, FL</strong> <a href=\"https://www.meetup.com/WordPressPB\">WP Palm Beach</a></li><li><strong>Scottsdale, AZ</strong> <a href=\"https://www.meetup.com/Arizona-WordPress-Group/events/260740429/\">WP Arizona</a></li></ul>\n\n\n\n<p>If you’re hosting a watch party, you’re encouraged to contact WordSesh with the details so your event can be added to the list. WordSesh 6 begins May 22nd at 9:30AM Eastern on <a href=\"https://www.crowdcast.io\">Crowdcast</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 May 2019 20:45:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"WPTavern: Theme Review Team Leadership Implements Controversial Changes to Trusted Authors Program, Requiring Theme Reviews in Exchange for Making Themes Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"https://wptavern.com/theme-review-team-leadership-implements-controversial-changes-to-trusted-authors-program-requiring-theme-reviews-in-exchange-for-making-themes-live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8638:\"<p>The WordPress Theme Review team has implemented a controversial change to its <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\" rel=\"noopener noreferrer\" target=\"_blank\">Trusted Authors Program</a> that puts a hard requirement on participants to join the theme review team and perform a minimum number of reviews in order to continue having their own themes fast tracked through the review process.</p>\n<p>“As we can’t figure out a way to bring in new reviewers and maybe keep them on-board after the initial reviews, we decided to make a few changes to the Trusted Authors program,” Alexandru Cosmin said, on behalf of the Theme Review team leadership.</p>\n<p>“Trusted Authors will need to review one ticket a month to be able to have their themes set live. Not doing a review doesn’t mean that you’ll lose your privileges or that you’ll have to re-apply. You’ll just not be able to have your themes set live until you finish a review.”</p>\n<p>The Trusted Authors program was put in place a year ago with the goal of streamlining the review process for authors who consistently produce high quality code in line with the current guidelines. The idea was to relieve some of the burden for theme reviewers and reduce the queue. </p>\n<p>Trusted Authors are required to do a full review of a parent theme (no child themes permitted). Themes that are not approved will not count. After performing the review, the author may then upload a theme and add a comment to it with a link to their latest review that meets the requirement.</p>\n<p>The change to the program is controversial, based on the feedback from other members of the Theme Review team who commented on the <a href=\"https://make.wordpress.org/themes/2019/05/07/trusted-authors-changes/\" rel=\"noopener noreferrer\" target=\"_blank\">announcement</a>. </p>\n<p>“I understand the reason behind it, but I cannot agree with it,” WordPress theme author <a href=\"https://wordpress.org/themes/author/ilovewpcom/\" rel=\"noopener noreferrer\" target=\"_blank\">Dumitru Brinzan</a> said. “Reviews should be done out of professional desire, not to buy a credit for setting a theme live quicker.</p>\n<p>“This might reduce the quality of reviews, because trusted authors are now directly interested in setting more themes live. This means that someone will have to monitor more closely the reviews done by trusted authors. This just feels unnatural somehow.”</p>\n<p>Justin Tadlock, a long-time review team member who volunteered as a lead for many years, said he is disappointed to see this idea resurface after he and others shot it down multiple times in the past.</p>\n<p>“I assume the team got permission from higher up the chain to run a pay-for-play system,” Tadlock said. “We’ve already <a href=\"https://make.wordpress.org/themes/2014/04/18/theme-review-incentive-program/\" rel=\"noopener noreferrer\" target=\"_blank\">established they are not allowed</a>.</p>\n<p>“What such systems do is provide an unfair advantage to larger theme businesses with multiple employees. They assign one of their employees to handle a review and keep pumping out themes without missing a beat. All the while, solo developers are forced into ‘volunteering’ with time they may not even have. Not that it’s fair to businesses either; it’s just worse on solo devs.”</p>\n<p>Tadlock also said that based on his experience with past incentives, forcing Trusted Authors to join the review team in order reap the benefits of the program will likely result in a decline in the quality of the reviews.</p>\n<p>“Making people contribute to the review system should absolutely never happen in any shape or form,” Tadlock said. “It should never be the means in which the team shows favoritism to one author/team over another.</p>\n<p>“And, when you tie incentive programs to the review system, you tend to get shit reviews. We’ve already seen this happen.”</p>\n<p>Tadlock referenced the <a href=\"https://make.wordpress.org/themes/2014/04/18/theme-review-incentive-program/\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Review Incentive program</a> that was implemented in 2014 which became highly controversial due to a number of underlying problems.</p>\n<p>“Basically, that program allowed the top reviewers to select the featured themes every month,” Tadlock said. “The original idea (at least from my understanding) would be that they’d select featured themes from the list of themes that they’d reviewed. Instead, they chose their own themes, month after month.</p>\n<p>“What ended up happening is that many of those top reviewers would just burn through reviews, focusing on number rather than quality. Bad, sometimes insecure, code would fall through the cracks. Some themes really didn’t even get anywhere near a proper review.”</p>\n<p>In response to Tadlock referencing the past incentive program, Cosmin pointed out several differences with the new Trusted Author requirement to join the review team.</p>\n<p>“The last time we did this it was a competition for the Featured page (which in my opinion is of higher value than having a theme on Latest),” Cosmin <a href=\"https://make.wordpress.org/themes/2019/05/07/trusted-authors-changes/#comment-43743\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. “Back then you also had to do a lot of reviews just to get the chance of selecting a featured theme.</p>\n<p>“With TAs you don’t lose anything, you either do or not the review, you keep your TA status. One review a month is just 15-30 minutes of reviewing. Either way they are still ‘pumping out themes without missing a beat.’ Any TA author that has time to pump out 3-4 themes a month also has time to do a freaking review.”</p>\n<h3>Theme Review Team Leadership Did Not Consult the Team Before Implementing Changes to Trusted Authors Program</h3>\n<p>This change to the Trusted Authors Program seems to have blindsided other members of the Theme Review Team who only learned of it from the announcement today. The idea was not discussed publicly in the #themereview channel on Slack. It was a unilateral decision made by the leadership behind closed doors. </p>\n<p>I asked Cosmin for background on the decision and he said it was discussed in a private meeting of Theme Review Team leads that included William Patton and Ganga Kafle. He said the decision just happened while they were discussing the current state of the <a href=\"https://themes.trac.wordpress.org/report/2\" rel=\"noopener noreferrer\" target=\"_blank\">queue</a> and how things are not going well. </p>\n<p>There are 120 themes waiting to be reviewed and Cosmin estimated that authors are waiting approximately two months in order to get their themes approved. He said the changes to the Trusted Authors program are “currently the only viable option with short term results.” </p>\n<p>However, Tadlock is concerned that Trusted Authors who didn’t have the desire to review themes prior to the requirement might simply do the minimum possible to stay in the program. It also sets a precedent for requiring volunteer time in order to receive the benefit of a streamlined review.</p>\n<p>This particular controversy is another milestone in the Theme Review Team’s perennial struggle with an unmanageable queue. In the past, the team has entertained suggestions about relaxing the submission guidelines and limiting reviews to security concerns, but changes in this direction never seem to materialize. So far the team has had success with limiting authors to submitting one theme at a time. It slows the growth of the directory but makes the work more manageable for the volunteers who often find themselves knee-deep in manual code review without an end in sight.</p>\n<p>The new requirement for Trusted Authors to perform reviews in order to have their themes set live may still be up for discussion if other reviewers continue to raise concerns, but comments from the leads indicate that they want to give it a try before scrapping the idea. In response to Tadlock’s concern about the potential impact on the quality of reviews, Cosmin said the leadership will decide based on how the program goes.</p>\n<p>“It’s expected that TAs are experienced authors that know the requirements,” Cosmin said. “We’ll monitor this and if it’s the other way around, we’ll decide then. We get shit reviews right now without having any incentives.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 May 2019 19:15:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Tabor Theme Now Available as a Free Gatsby Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/tabor-theme-now-available-as-a-free-gatsby-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2407:\"<p><a href=\"https://gatsbywpthemes.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Gatsby WordPress Themes</a>, a project launched earlier this year by a group of collaborators, has just released its second free theme. The team is led by Gatsby and GraphQL aficionados Zac Gordon, Jason Bahl, Muhammad Muhsin, Hussain Thajutheen, and Alexandra Spalato. Inspired by the scalability, speed, and security that the React-based static site generator can bring to WordPress, the team is working to make it easier for people to get their sites running on Gatsby, along with the WP GraphQL plugin.</p>\n<p>Rich Tabor’s “Tabor” theme has been ported over and “<a href=\"https://github.com/zgordon/tabor-gatsby-theme\" rel=\"noopener noreferrer\" target=\"_blank\">Tabor for Gatsby</a>” is now available for free. After <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\" rel=\"noopener noreferrer\" target=\"_blank\">GoDaddy acquired ThemeBeans and CoBlocks</a>, the company made all the previously commercial themes available on GitHub, including Tabor. The theme primarily suits blogs and personal websites and became popular as one of the first themes to showcase the new Gutenberg editor.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/tabor-for-gatsby.png?ssl=1\"><img /></a></p>\n<p>Check out the <a href=\"https://tabor-gatsby-theme.netlify.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Tabor for Gatsby theme demo</a> to see it in action with near-instantaneous page loads.</p>\n<p>The Gatsby WordPress Themes team credits <a href=\"http://thegatsbygal.com\" rel=\"noopener noreferrer\" target=\"_blank\">Alexandra Spalato</a> for doing most of the work of porting this theme over to Gatsby. Tabor joins WordPress’ default Twenty Nineteen theme in the collection. Muhammad Muhsin, the lead developer on the project, has written a <a href=\"https://javascriptforwp.com/porting-the-twenty-nineteen-wordpress-theme-to-gatsby/\" rel=\"noopener noreferrer\" target=\"_blank\">tutorial</a> with an in-depth look at how he ported over Twenty Nineteen.</p>\n<p>Gatsby WordPress Themes has temporarily paused releasing new themes while the team works on upgrading the existing themes to V2. They currently only serve static content but V2 will add native comments, a contact form plugin, and Algolia search to all the themes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 May 2019 03:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress Designers Explore Proposal to Simplify WP Admin Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wordpress-designers-explore-proposal-to-simplify-wp-admin-navigation\";s: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:4576:\"<p>The admin can be intimidating to navigate if you’re just getting started with WordPress. After installing a few plugins, top-level menu items begin to pile on. This adds even more complexity to grapple with in a narrow space with long lists of items hidden behind flyout menus that make managing WordPress on mobile a frustrating experience. </p>\n<p>The admin dashboard design hasn’t changed significantly since the <a href=\"https://wordpress.org/plugins/mp6/\" rel=\"noopener noreferrer\" target=\"_blank\">MP6 plugin</a> was merged into <a href=\"https://wptavern.com/wordpress-3-8-parker-released\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress 3.8</a> in 2013. This project brought updated typography and improved contrast to the admin but didn’t tackle the increasing complexity of admin navigation. </p>\n<p>A new <a href=\"https://core.trac.wordpress.org/ticket/47012\" rel=\"noopener noreferrer\" target=\"_blank\">proposal on trac</a> aims to simplify the left sidebar navigation to improve accessibility, usability, and scalability by replacing the flyouts with accordion menus. Designer <a href=\"https://davemart.in/\" rel=\"noopener noreferrer\" target=\"_blank\">Dave Martin</a> shared some mockups originally created by <a href=\"https://joen.wordpress.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Joen Asmussen</a>, and describes them as “a very early, exploratory concept.” </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-06-at-11.32.11-AM.png?ssl=1\"><img /></a></p>\n<p>Martin listed several reasons for exploring a new design, including the inaccessibility of the hover/flyout menus and how poorly they scale on mobile interfaces. He also cited the abundance of top-level menu items that are rarely used, which he said contributes to the cognitive weight of admin navigation by still being permanently visible.</p>\n<p>The major changes included in this proposal include the following:</p>\n<ul>\n<li>Flyout menus are replaced with accordion behavior. This scales all the way from mobile to desktop, and affords better accessibility.</li>\n<li>Menu is made 80px wider (240px vs. 160), affording a 14px minimum font size for all items, perhaps bigger icons in the future, more relaxed spacing, enhancing usability and accessibility.</li>\n<li>Sidebar is grouped in major sections, “Site”, “Design”, “Tools” and “Manage”.</li>\n<li>“Updates” are moved to a subsection of “Manage”, making Home a single item.</li>\n<li>Items related to content on your site (such as “Posts” and “Pages”) are moved under “Site”.</li>\n<li>Clicking major menu items just opens or closes the accordion, as opposed to go directly to the first subsection. This unifies the mobile and desktop behavior. You can keep the accordion open if you use it all the time (each click will save state, so you’ll see the same open/closed sections upon page refresh).</li>\n<li>All “Settings” subsections are moved under “Manage”, along with “Plugins & Blocks” and “Users”.</li>\n<li>Separators group major categories, like “Site” and “Design” together</li>\n<li>Dashboard is renamed “Home”, because all of WordPress is a Dashboard, and “Home” is where you can get an overview at a glance.</li>\n</ul>\n<p>WordPress core committer John Blackbourn commented on the proposal, recommending further exploration of what the menu could look like for different user roles and whether that might affect the appearance, grouping, and behavior of the menu items. For example, roles with more limited publishing capabilities, such as a subscriber, would see very few menu items. </p>\n<p>There’s also a bit of discussion regarding the use of the word ‘Site’ where some might better understand that section as ‘Content.’ As this is just an initial mockup, nothing is set in stone and many iterations will likely follow.</p>\n<p>Even with many changes expected as the concept evolves, the proposed design significantly reduces cognitive load, especially for new users who may not be as familiar with the admin menu. An updated admin navigation design might lend itself well to being tested as a feature plugin. As with any major change in WordPress, there are many considerations for how it will affect plugin developers. Major visual overhauls like this are exciting, but it takes time to get it right. This proposal already shows a lot of promise but needs more feedback and participation from diverse user groups across the WordPress community. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 May 2019 20:20:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Gutenberg Plugin for OctoberCMS Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/gutenberg-plugin-for-octobercms-now-in-beta\";s: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:2833:\"<p>Last week we reported on <a href=\"https://wptavern.com/laraberg-a-gutenberg-implementation-for-laravel-is-now-in-beta\" rel=\"noopener noreferrer\" target=\"_blank\">Laraberg, a Gutenberg implementation for Laravel</a> that is now in beta. The project was based on <a href=\"https://github.com/front/gutenberg-js\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg.js</a>, a package that makes it easier to bring Gutenberg into other applications. </p>\n<p><a href=\"ttps://reazzon.ru\" rel=\"noopener noreferrer\" target=\"_blank\">Nick Khaetsky</a>, a backend developer at Biz-Mark, took Laraberg and used it to build a Gutenberg plugin for the open source OctoberCMS, which is based on Laravel. OctobeCMS was launched in 2015, and still captures only a tiny sliver of the CMS market share, but it is growing in popularity among the top one million websites, according to stats from <a href=\"https://trends.builtwith.com/cms/October-CMS\" rel=\"noopener noreferrer\" target=\"_blank\">BuiltWith</a>. The CMS has a growing ecosystem of more than 700 themes and plugins.</p>\n<p>The <a href=\"https://octobercms.com/plugin/reazzon-gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg for OctoberCMS</a> plugin is now in beta. It allows developers to embed Gutenberg in the backend via their own model by <a href=\"https://octobercms.com/docs/database/relations#polymorphic-relations\" rel=\"noopener noreferrer\" target=\"_blank\">creating a Polymorphic relation</a>. The plugin integrates Laraberg but all of its blocks are standard from the Gutenberg.js package. It doesn’t include anything custom. </p>\n<p>Most aspects of Gutenberg are working in the beta, including common blocks, formatting, layout, and embed blocks, custom styles, and block settings. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/gutenberg-october-cms.png?ssl=1\"><img /></a></p>\n<p>None of WordPress’ standard widgets work in the plugin and Khaetsky said he plans to remove them in future updates.</p>\n<p>Anything that requires media uploading, such as the gallery block, inline images, and cover block, are not working. Khaetsky said he is working on getting the plugin integrated with the native OctoberCMS Medialibrary. He encouraged anyone who wants to contribute to that effort to submit a PR to the plugin’s <a href=\"https://github.com/FlusherDock1/Gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub repository</a>. </p>\n<p>Khaetsky’s free plugin is MIT-licensed and available in the official OctoberCMS plugin marketplace. The plugin’s adoption is limited to developers who know how to implement it, but it already has 39 installations. <a href=\"https://octobercms.com/plugin/reazzon-gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">Documentation</a> is available on the plugin listing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 May 2019 23:01:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Block Options Plugin Rebrands to EditorsKit, Expands Beyond Block Visibility Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/block-options-plugin-rebrands-to-editorskit-expands-beyond-block-visibility-management\";s: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:2816:\"<p>WordPress plugin developer <a href=\"https://jeffreycarandang.com\" rel=\"noopener noreferrer\" target=\"_blank\">Jeffrey Carandang</a> has rebranded his <a href=\"https://wordpress.org/plugins/block-options/\" rel=\"noopener noreferrer\" target=\"_blank\">Block Options</a> plugin to <a href=\"https://editorskit.com/\" rel=\"noopener noreferrer\" target=\"_blank\">EditorsKit</a>. Carandang created Block Options prior to co-founding CoBlocks, which was recently <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\" rel=\"noopener noreferrer\" target=\"_blank\">acquired by GoDaddy</a>. It began as a plugin for controlling block visibility, inspired by his <a href=\"https://widget-options.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Widget Options</a> plugin, but has since grown to include more features for managing Gutenberg blocks. EditorsKit now offers the following capabilities:</p>\n<ul>\n<li>Devices Visibility Options</li>\n<li>User Login State Visibility</li>\n<li>Display Logic</li>\n<li>Advanced Custom Fields Integration</li>\n<li>Block Guide Lines</li>\n</ul>\n<p>“As much as I love the name ‘Block Options,’ it has started to become too generic and has been used a lot on the Gutenberg editor itself,” Carandang said. “So, I have decided to change the name to something that stands out and fits the purpose more – page building block options for the new editor.</p>\n<p>“The name EditorsKit came from ‘Editor’s Toolkit.’ I’ve been progressively moving towards building a set of tools that will help users navigate through the editor more conveniently, besides giving them visibility control.”</p>\n<p>Version 1.4 of the plugin introduces the new Block Guide Lines feature, one of the features to go beyond visibility management. It allows users to toggle guide lines on/off for titles and editor blocks to check element boundaries. Carandang said the feature becomes especially useful when handling nested blocks.</p>\n<p></p>\n<p>The last major release of the plugin also improves the UI and UX with a new “Visibility Settings” modal for managing all visibilities in the same place. The modal includes an “Advanced” tab for more complicated options that are more likely to be used by developers, such as custom display logic and ACF visibility support.</p>\n<p>Under the umbrella of its new branding and <a href=\"https://editorskit.com/\" rel=\"noopener noreferrer\" target=\"_blank\">website</a>, Carandang plans to expand EditorsKit to include more tools, with the next set focused on developers. Next on the roadmap is a setting to toggle Auto Save on/off and theme support for page template body classes.</p>\n<p>Check out a quick preview of the improved interface and new features below:</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 May 2019 20:35:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Post Status: An Interview with Reyes Martínez of Frontity — a new WordPress framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=61374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://poststatus.com/frontity-wordpress-framework-reyes-martinez/\";s: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:9834:\"<p>Previously known as Worona, Madrid-based <a href=\"https://frontity.org/\">Frontity</a> is close to launching their eponymous public beta, <a href=\"https://github.com/frontity/frontity\">described on Github</a> as both “an alternative rendering engine for WordPress,” and “a React framework to create WordPress themes.” Frontity, the framework, runs separately from WordPress on Node.js and uses the WordPress API to generate HTML and AMP pages. Unlike other approaches to “headless” WordPress, Frontity is the first to be built exclusively for WordPress. </p>\n\n\n\n<p><strong>PS: Can you give us an overview of Frontity’s history and how your company, product, and brand has developed?</strong><br /></p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2019/05/Reyes_final-copy-752x501.png\" alt=\"\" class=\"wp-image-61434\" />Reyes Martínez</div>\n\n\n\n<p><strong>RM:</strong> It all started back in 2015 when Pablo Postigo and Luis Herranz created Worona, a free WordPress plugin to turn blogs into mobile apps. Pablo and Luis discovered a lot of people were concerned about the way their WordPress sites performed on mobile devices. They thought it would be a powerful solution to build an open source platform that could be extended by other WordPress developers.<br /></p>\n\n\n\n<p>I met Pablo and Luis in late 2015, loved their project and joined them. I was used to working with WordPress as a content editor, but I didn’t have a technical background. So I mostly started helping by writing blog posts, social media content, documentation, and providing user support. Now I’m in charge of Frontity’s marketing and communications. (I still don’t code but would love to learn at some point!)<br /></p>\n\n\n\n<p>After that first prototype, they decided to develop a free platform not just for creating mobile apps. The idea was that any WordPress user could build mobile apps, progressive web apps, or add Google AMP to their blogs in a very easy way. This was Worona 1.0, which was launched in February of 2017. Thousands of WordPress users joined that journey, and we’re truly thankful for that. At that time we already used React and fetched the blog’s content using WordPress’s REST API. The mobile apps were created with <a href=\"https://cordova.apache.org/\">Cordova</a>.<br /></p>\n\n\n\n<p>Although Worona had a loyal following, we were aware that mobile app usage was slowly declining. People don’t want to download an app for every blog they read. Plus, Apple stopped supporting apps from app generation platforms like ours. This became a serious problem as we couldn’t grow under that scenario.<br /></p>\n\n\n\n<p>That’s when we decided to bet on the mobile web and started working on a new framework for building Progressive Web App themes (based on React) on top of WordPress. In 2018 we rebranded to Frontity and got financial backing to make the project grow. Although our main goal was to keep the code open source, we decided to use it internally and release a product exclusively to WordPress publishers (we called it Frontity PRO), so we could see what happened and gather feedback.<br /></p>\n\n\n\n<p>Frontity PRO is a proprietary mobile theme built on React for WordPress blogs and news sites. It implements Progressive Web App technologies and uses the REST API to fetch the content, along with our WordPress plugin, WordPress<em> </em>PWA.<br /></p>\n\n\n\n<p>By the time Frontity PRO was created, <a href=\"https://blog.frontity.org/how-frontity-contributed-official-wceu-pwa/\">we also contributed to the official WCEU PWA</a>. Building a PWA from the ground up is a difficult and time-consuming task, but we had created a framework to precisely solve that problem. It was the perfect time to test it out and give back to the community.<br /></p>\n\n\n\n<p>We have worked with Spanish media companies since we launched Frontity PRO, and the result has been great. Our theme has allowed them to deliver faster and more engaging mobile experiences, which has been proven to increase their pageviews and ad revenue. Our internal framework has served content to more than 20 million readers. Some of our major clients were part of ADSLZone group. Others include <em>Medios y Redes</em>, <em>Tendenzias</em> or <a href=\"http://coches.com/\">Coches.com</a>. They all use WordPress.<br /></p>\n\n\n\n<p>During this time, we realized that many of our clients’ tech teams were considering using our framework to develop their own custom themes. This was one of the main reasons that made us think about open sourcing it — it seemed the perfect moment. Plus, this was our original vision.<br /></p>\n\n\n\n<p>A few months ago, we finally decided to go straight for that vision. We set aside the development work of Frontity PRO to place all our focus on Frontity.org, the open source framework. Our next milestone is to release the first beta version in the next few weeks. (Early May 2019.) More than 300 developers have already signed up to try it out. We are really excited about this project and believe it can make a real impact in the WordPress ecosystem.<br /></p>\n\n\n\n<p>Since our resources are limited, we are looking for some financial backing again to bring contributors on board and build a thriving community of people interested in WordPress and React.<br /></p>\n\n\n\n<p><strong>PS: What problems does Frontity solve? (And whose problems are they?) Will Frontity make frontend development more accessible to people who are new to React?</strong><br /></p>\n\n\n\n<p><strong>RM:</strong> In order to create a WordPress theme with React, developers need to learn and configure lots of different things: bundling, transpiling, routing, server rendering, retrieving data from WordPress, managing state, managing CSS, linting, testing,…<br /></p>\n\n\n\n<p>There are already some amazing React frameworks, such as Next.js and GatsbyJS, that can work with WordPress, but they’re not focused exclusively on it. As a result, there’s still some complex configuration and additional tooling left to the developer. <br /></p>\n\n\n\n<p>This is what Frontity aims to solve; we want to make everything much simpler for WordPress developers and more accessible to those who are new to React. Each part of the framework has been simplified and optimized to be used with WordPress, and developers don’t need to figure out what tools to use for things like CSS or state management.<br /></p>\n\n\n\n<p>Everything is ready so they can get WordPress and React to work together in an easier way. <br /></p>\n\n\n\n<p><strong>How does Frontity differ from Genesis, _s, or WP Rig — from the developer and designer’s perspective, and in the end user’s experience?</strong><br /></p>\n\n\n\n<p><strong>RM:</strong> Genesis, _s or WP Rig are fantastic frameworks to develop WordPress themes based on PHP. These themes use the PHP WordPress rendering engine, which means they rely on a server-side architecture where almost every interaction that is made by the user on his device needs to wait for the server to render the new result. Our framework is focused on developers who want to create a React frontend and connect it to a WordPress backend using the REST API. We can call this a client-side architecture, where all the logic and rendering happen directly on the device and the calls to the server are limited only to data sourcing.<br /></p>\n\n\n\n<p>In the last few years, web development has evolved a lot. One of the main reasons is the shift to mobile devices and the need for fast web experiences. Achieving this is not easy using a server-side architecture. This is why client-side libraries like React are becoming so popular.<br /></p>\n\n\n\n<p>From the developer perspective, everything changes! A theme developed with Frontity and React has zero PHP in it, only JavaScript and CSS. This might sound like a radical change, but there is a trend of developers using WordPress as a headless CMS with a decoupled JavaScript frontend for whom our framework can be quite useful.<br /></p>\n\n\n\n<p><strong>How does Frontity the framework fit into a business model or revenue stream for Frontity the company?</strong><br /></p>\n\n\n\n<p><strong>RM:</strong> We won’t develop any business model in this initial phase. The framework will always be 100% free and open source. Right now, we are focused on building a community of developers and contributors around the framework.<br /></p>\n\n\n\n<p>Possible monetizations in the future are a hosting solution, premium support, or a marketplace of paid themes.<br /></p>\n\n\n\n<p><strong>What opportunities do you see for WordPress developers now and in the near future? </strong><br /></p>\n\n\n\n<p><strong>RM:</strong> With the shift to Gutenberg as well as the rise of headless CMS approaches, the WordPress community has started considering React for their projects. Beside this, modern libraries like React are becoming essential to rich user experiences.<br /></p>\n\n\n\n<p>The client-side approach to theme-building opens a world of new possibilities: storing and pre-fetching content, animations within themes, offline experiences, and more. It also has enormous benefits in terms of performance, UX and design.<br /></p>\n\n\n\n<p>React presents an opportunity to accelerate things in the WordPress ecosystem, build modern and engaging frontend experiences, and extend what developers can do with this powerful CMS. </p>\n\n\n\n<p class=\"has-small-font-size\">Pictured in the Frontity team photo above, from left to right, back row first: Eduardo Campaña (developer), David Arenas (developer), Carmen Fernández (no longer with the company), Mario Santos, (Community), Reyes Martínez (Marketing & Communications), Pablo Postigo (Founder & CEO), and Luis Herranz (Founder & Lead developer).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 May 2019 17:48:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WordCamp US 2019 Tickets Now on Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/wordcamp-us-2019-tickets-now-on-sale\";s: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:3340:\"<p><a href=\"https://2019.us.wordcamp.org/tickets/\" rel=\"noopener noreferrer\" target=\"_blank\">Tickets</a> for WordCamp US 2019 went on sale this week. The event will be held November 1–3, 2019, in St. Louis, MO, at <a href=\"https://explorestlouis.com/meetings-conventions/americas-center/\" rel=\"noopener noreferrer\" target=\"_blank\">America’s Center Convention Complex</a>.</p>\n<p>For just $50, attendees will have access to everything throughout the three-day event, including more than 40 speaker presentations, workshops, “birds of a feather” meetups, and Contributor Day. The price also includes lunches, morning and afternoon snacks, admission to the WordFest party on Friday night, and a commemorative tee shirt with a surprise gift. </p>\n<p>This year, parents bringing children children under 9 years old have a separate ticket option where they can indicate whether or not they are interested in on-site child care during the conference. There is no additional cost for selecting the “Parent with Kids” ticket option. Organizers are currently considering various options for childcare.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordCamp is about diversity, this is not a catch phrase, it is not just a moment. It is about real people, doing real things, in the real world across gender, generation and culture. WordCamp embraces the world. <a href=\"https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw\">#WordCamp</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/wordcamp?ref_src=twsrc%5Etfw\">@WordCamp</a> <a href=\"https://twitter.com/hashtag/WCUS?src=hash&ref_src=twsrc%5Etfw\">#WCUS</a> <a href=\"https://t.co/GdcCDNJYed\">pic.twitter.com/GdcCDNJYed</a></p>\n<p>— WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/1124054159433584641?ref_src=twsrc%5Etfw\">May 2, 2019</a></p></blockquote>\n<p></p>\n<p>WordCamp US organizers have secured a block of hotel rooms at The Marriott St. Louis Grand with a special rate for conference attendees ($149/night). It is located directly across from the official venue. They anticipate the hotel block will sell out quickly. Attendees can follow the <a href=\"https://book.passkey.com/event/49835469/owner/84420/home\" rel=\"noopener noreferrer\" target=\"_blank\">link</a> from the WCUS website to reserve a room.</p>\n<p>Attendee Services is now open, and this includes assistance with visa applications. Any prospective attendee who requires a visa may <a href=\"https://2019.us.wordcamp.org/visa-letter-requests/\" rel=\"noopener noreferrer\" target=\"_blank\">request a letter from WCUS organizers</a> for the application. Requests must be made before September 1, 2019, in order to be processed in a timely way.</p>\n<p>Speakers will be notified of their acceptance in June and the full schedule will not be announced until July. Volunteer applications will also open in July. Check out the <a href=\"https://2019.us.wordcamp.org/2019/03/01/wordcamp-u-s-2019-timeline-save-the-date/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp US 2019 Timeline</a> to get a quick overview of what’s next and follow <a href=\"https://twitter.com/WordCampUS\" rel=\"noopener noreferrer\" target=\"_blank\">@WordCampUS</a> on Twitter for all the latest.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 May 2019 04:29:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: WPCampus’ Gutenberg Accessibility Audit Finds “Significant and Pervasive Accessibility Problems”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89237\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/wpcampus-gutenberg-accessibility-audit-finds-significant-and-pervasive-accessibility-problems\";s: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:5041:\"<p>WPCampus has published the <a href=\"https://wpcampus.org/2019/05/gutenberg-audit-results/\" rel=\"noopener noreferrer\" target=\"_blank\">results of the Gutenberg accessibility audit</a> the organization commissioned from Tenon, LLC. The audit was crowdfunded by the WordPress community and Matt Mullenweg and Automattic pledged to cover the balance to ensure it would be fully funded. </p>\n<p>Tenon’s analysis includes a <a href=\"https://documents.wpcampus.org/gutenberg/audit/Gutenberg_Report.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">329-page technical audit</a> of the editor along with <a href=\"https://documents.wpcampus.org/gutenberg/audit/Gutenberg_UX_Report.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">user-based testing</a> that included people with various disabilities. WPCampus’ announcement presents Tenon’s findings in a measured and diplomatic way, encouraging the community to use the report for improving WordPress: </p>\n<blockquote><p>Please use this report as what it is intended to be: constructive feedback in support of the WordPress project. We hope this report generates discussion about accessibility, excitement about inclusive design, and action toward improving the editing experience.</p></blockquote>\n<p>Beyond its use for WordPress core, the audit is also a valuable resource for those extending Gutenberg and more broadly for developers who are building React-based projects.</p>\n<p>Tenon’s report includes a 34-page <a href=\"https://documents.wpcampus.org/gutenberg/audit/Gutenberg_Executive_Summary.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">Executive Summary</a>, highlighting key findings from the usability testing and technical review. It’s important to note that the audit was conducted on WordPress version 5.0.3 in January 2019. Since that time the Gutenberg and Accessibility teams have resolved an additional <a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=label%3AAccessibility+closed%3A%3E2019-01-03\" rel=\"noopener noreferrer\" target=\"_blank\">116 accessibility issues</a>, which will be included in WordPress 5.2 next week.</p>\n<p>As expected, Tenon’s results show that overall the markup generated by Gutenberg is “clean, semantically correct and accessible” but that “Gutenberg’s user experience is consistently poor.” The audit found that Gutenberg fails to comply with all 30 of the WCAG 2.1 Success Criteria. </p>\n<p>Tenon’s findings confirm the <a href=\"https://wptavern.com/wordpress-accessibility-team-delivers-sobering-assessment-of-gutenberg-we-have-to-draw-a-line\" rel=\"noopener noreferrer\" target=\"_blank\">statement</a> WordPress’ Accessibility Team published in October 2018 regarding the editor’s overall level of accessibility:</p>\n<p><em>“The accessibility team will continue to work to support Gutenberg to the best of our ability. However, based on its current status, we cannot recommend that anybody who has a need for assistive technology allow it to be in use on any sites they need to use at this time.”</em></p>\n<p>At that time, many WordPress contributors urged leadership not to ship an editor with critical accessibility issues that prevented people using assistive technologies from moving forward with the latest version.</p>\n<p>Tenon’s Executive Summary concludes that the new editor is a step backwards for people with disabilities:</p>\n<blockquote><p>Gutenberg has significant and pervasive accessibility problems, the likes of which amount to a step backwards for users with disabilities over the legacy editor. Our user-based testing – backed by data from our technical review – indicates that the accessibility problems are severe in nature. We feel concerned that Gutenberg’s current accessibility issues will prove problematic for website owners who deploy Gutenberg to content creators in protected populations or for website owners who are themselves part of a protected population. Therefore, organizations which have high risk profiles should consult legal counsel before using it and may want to choose to use the legacy editor instead.</p></blockquote>\n<p>Tenon recommended that Gutenberg’s developers aggressively tackle the issues uncovered in the <a href=\"https://documents.wpcampus.org/gutenberg/audit/Gutenberg_Report.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">technical report</a>, given the size of WordPress’ user base. The full report essentially functions as a guide for anyone who wants to contribute to the new editors’ accessibility. It is an excellent resource that outlines each issue with solutions and recommended code, making it easy for developers to get started with meaningful contributions right away. Tenon has <a href=\"https://github.com/WordPress/gutenberg/issues/created_by/karlgroves\" rel=\"noopener noreferrer\" target=\"_blank\">created a collection of 84 issues on GitHub</a> based on the findings in the audit and six of them have already been resolved/closed. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 19:59:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"WordPress.org blog: WordPress 5.2 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/05/wordpress-5-2-rc2/\";s: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:2474:\"<p>The second release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>WordPress 5.2 will be released on <strong><a href=\"https://make.wordpress.org/core/5-2/\">Tuesday, May 7</a></strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.2, please see the <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>Proper translation of the recovery mode notification emails (#47093).</li><li>Improvements to the way Site Health works with multisite installs (#47084).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>It’s the start of May<br />and the release is coming.<br />We all give a cheer!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 16:17:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: April 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2019/05/the-month-in-wordpress-april-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8384:\"<p>This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.2 Almost Due for Release</h2>\n\n\n\n<p>WordPress 5.2 is due for release on May 7 with many new features included for developers and end-users alike. <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">The Field Guide for the release</a> provides a lot of information about what is in it and what you can expect, including a few key elements:</p>\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<p>One of the most highly anticipated features for v5.2 is <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\">the Site Health Check</a>. This feature adds two new pages in the admin interface to help end users maintain a healthy site through common configuration issues and other elements that go along with having a robust online presence. It also provides a standardized location for developers to add debugging information.</p>\n\n\n\n<h3>Fatal Error Recovery Mode</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/\">The Fatal Error Recovery Mode feature</a> was originally planned for the 5.1 release but was delayed to patch up some last-minute issues that arose. This feature will help site-owners recover more quickly from fatal errors that break the display or functionality of their site that would ordinarily require code or database edits to fix.</p>\n\n\n\n<h3>Privacy and Accessibility Updates</h3>\n\n\n\n<p>Along with the headlining features mentioned above, there are some important enhancements to the privacy and accessibility features included in Core. These include <a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\">some important developer-focused changes</a> to how privacy policy pages are displayed and user data is exported, as well as <a href=\"https://make.wordpress.org/core/2019/04/02/admin-tabs-semantic-improvements-in-5-2/\">moving to more semantic markup for admin tabs</a> and <a href=\"https://make.wordpress.org/core/2019/04/24/notable-accessibility-changes-in-5-2/\">other improvements</a> such as switching post format icons to drop-down menus on post list tables, improved admin toolbar markup, and contextual improvements to archive widget drop-down menu.</p>\n\n\n\n<h3>New Dashicons</h3>\n\n\n\n<p>The <a href=\"https://developer.wordpress.org/resource/dashicons/\">Dashicons</a> library was last updated was over 3 years ago. Now, in the upcoming release, <a href=\"https://make.wordpress.org/core/2019/04/11/dashicons-in-wordpress-5-2/\">a set of 13 new icons will be added to the library</a> along with improvements to the build process and file format of the icons.</p>\n\n\n\n<h3>Block Editor Upgrades</h3>\n\n\n\n<p>The Block Editor has seen <a href=\"https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/\">numerous improvements</a> lately that will all be included in the v5.2 release. Along with the interface upgrades, the underlying Javascript module <a href=\"https://make.wordpress.org/core/2019/04/09/the-block-editor-javascript-module-in-5-2/\">has been reorganized</a>, improvements have been made to <a href=\"https://make.wordpress.org/core/2019/04/17/block-editor-detection-improvements-in-5-2/\">how the block editor is detected</a> on the post edit screen, and <a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\">the Javascript build process has been enhanced</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">WordPress 5.2 is now in the Release Candidate phase</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Translation Day 4 is Almost Here</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from Core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the previous WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in WordPress Translation Day 4? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Library Project Gets Started</h2>\n\n\n\n<p>Since <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the initial proposal</a> for a Block Library that would be made available from inside the block editor, work has been done to put together <a href=\"https://make.wordpress.org/design/2019/04/02/call-for-design-installing-blocks-from-within-gutenberg/\">some designs</a> for how this would look. Since then the project has received a more direct focus with <a href=\"https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/\">a planned out scope and timeline</a>.</p>\n\n\n\n<p>The project is being managed <a href=\"https://github.com/WordPress/block-directory/projects/1\">on GitHub</a> and people interested in contributing are encouraged to get involved there. You can also keep up to date by following <a href=\"https://make.wordpress.org/design/\">the Design team blog</a> and joining the #design channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The results from the 5.0 release retrospective survey <a href=\"https://make.wordpress.org/updates/2019/04/26/5-0-release-retrospective-wrap-up/\">have been published</a> – this is the first time this kind of open retrospective has been done for a WordPress release and the results provide valuable insight into the project and its contributors.</li><li>The team behind the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.0\">has released version 2.1</a>, including some very useful new sniffs.</li><li>The community <a href=\"https://make.wordpress.org/community/2019/04/18/the-get-involved-table-at-wceu-2019/\">is looking for volunteers for the Get Involved table</a> at WordCamp Europe on 20-22 June.</li><li>Gutenberg has been ported <a href=\"https://github.com/VanOns/laraberg/\">for use within the Laravel framework</a> in a project dubbed Laraberg.</li><li>The 2019 WordCamp for Publishers event <a href=\"https://2019-columbus.publishers.wordcamp.org/2019/04/12/call-for-speakers/\">has opened its call for speakers</a>.</li><li>The Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/blob/add/blocks-in-widget-areas-rfc/docs/rfcs/blocks-in-widget-areas.md\">has published an RFC</a> regarding blocks being used in widgets.</li><li>WordCamp Europe, taking place on 20-22 June, has published <a href=\"https://2019.europe.wordcamp.org/schedule/\">the schedule for the event</a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/04/18/2018-meetup-survey/\">has published the results</a> of the 2018 meetup group survey.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 09:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"HeroPress: WordPress is My Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://heropress.com/essays/wordpress-is-my-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-is-my-identity\";s: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:8405:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/05/050119-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My only wish is to do something different for this world which will be remembered long after I am gone.\" /><div class=\"page\" title=\"Page 1\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>I was born and brought up in the under-developed city of <a href=\"https://en.wikipedia.org/wiki/Layyah\">Layyah</a>, which is situated in Southern Punjab and surrounded by desert and the river <strong>Sindh</strong>.</p>\n<p>I graduated from college in my hometown with pretty much regular grades. Went through some hard times when I was in university. It was also difficult for me to pay the university dues due to financial shortcomings.</p>\n<p>I am a sportsman and still have a wish to play in International Cricket which seems impossible from where I am today. At one point, I wished to join Pakistan Air Force but life directed me towards Computer Sciences.</p>\n<p>I started using a computer in 2010 when I joined <a href=\"https://gcuf.edu.pk/\">Government College University Faisalabad</a>. Came to know about WordPress while I was finishing the last semester of my degree and my FYP was based on WordPress.</p>\n<p>My mother–who is no more in this world–was the real hero of my life and stayed by my side till her last breath. I remember my kindergarten days when she helped me with my homework. I remember the moments in which she used to stay standing in front of the house while I drove off to school.</p>\n<p>I remember her last day at the hospital. I met her in the ICU before her heart surgery. She hugged me and said “<strong>Don’t worry, everything will be good</strong>”. She expired during the surgery. I pray for her soul to rest in peace every day.</p>\n<h3>Start of Career:</h3>\n<p>Something had always felt missing in my life, but I felt like I was on the right track for the first time in my life when I joined the WordPress community. After graduation, I struggled a lot to get my first job. I joined <a href=\"https://www.presstigers.com/\">PressTigers</a> as a Software Engineer and continued struggling to make my position better.</p>\n<p><a href=\"https://twitter.com/FahadShakeel\">Khawaja Fahad Shakeel</a> was my first mentor. For me, it has always been an honour to work with him. He directed me towards the right path and provided me with endless support.</p>\n<h3>Community – WordCamps and Meetups:</h3>\n<p>I am using WordPress since 2015. Once I started attending meetups and open source contribution, it turned out to be a game changer for me.</p>\n</div>\n</div>\n</div>\n</div>\n<div class=\"page\" title=\"Page 2\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>I learned a lot of things from the WordPress Community platform. There are a lot of personalities who have left a deep impression on met. One of them is <a href=\"https://twitter.com/jainnidhi03\">Nidhi Jain</a> from Udaipur India. At this point, she is like a sister to me. We have an amazing chemistry when it comes to working on WordPress dev. The second one is <a href=\"https://twitter.com/desrosj\">Jonathan Desrosiers</a> who is like my big brother whom I have learned a lot from and continue to do more every day.</p>\n<p>WordPress Community is where I feel the most comfortable, after my family. I am supporting local WordPress communities and was part of WordCamp Karachi as an organizer. It was the first time that I spoke in an international level event.</p>\n<p>People around the globe know me because of WordPress. This is why WordPress is my identity. I owe a huge part of who I am to the WordPress Community.</p>\n<h3>WordPress and Future:</h3>\n<p>I believe WordPress can never die as long as people don’t stop baking new things and curating it according to the demands of the new era.</p>\n<p><em>The beauty of WordPress is that it is made for everyone.</em></p>\n<p>As a <a href=\"https://www.meetup.com/WordPress-Lahore/members/?op=leaders&sort=name\">co-organizer of WordPress Meetup Lahore</a> it is an honor for me to provide a platform for people to gather under one roof, to learn and share something with the community. I believe in diversity and would love to involve more people in the community leadership team.</p>\n<p>I am extremely hopeful regarding the WordPress Meetup Lahore group and welcome everyone to contribute into making it great.</p>\n<p>I have been terribly impressed by <a href=\"https://walktowc.eu/\">Marcel</a> as he walked for WC Europe and I would love to walk for WC Asia after the approval.</p>\n<p>In the future, if I get a chance in politics, I wish to be a part of upper house as a <a href=\"http://www.senate.gov.pk/\">SENATOR OF PAKISTAN</a>. Hopefully, I will be contesting in the next senate election either from the platform of the ruling party or as an independent candidate.</p>\n<h3>Community Mentor:</h3>\n<p><a href=\"https://twitter.com/Usman__Khalid\">Usman Khalid</a>, the lead organizer of WC Karachi, is the hero behind the scenes for establishing the communities in Pakistan. He has mentored me for community relevant stuff. I would love to credit him, the person who gathered the Pakistani WordPress folks under one roof for the first time.</p>\n</div>\n</div>\n</div>\n</div>\n<div class=\"page\" title=\"Page 3\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h3>Message for WordPressers:</h3>\n<p><em>If you seriously want to do something for yourself, do something for others first.</em></p>\n<p>Go for open source, you’ll surely learn how to code. You’ll learn how to work in a team. Join local meetups, meet with the folks: help them, learn from them and share ideas.</p>\n<h3>Wrap Up:</h3>\n<p>One thing I have learned from life is that there is no shortcut to success. You have to work hard to achieve your goals. The person who lives in a fantasy world will never succeed in life.</p>\n<p>I don’t think I have achieved something great. I still have the thirst to do something; lots and lots of missions to be accomplished. My only wish is to do something different for this world which will be remembered long after I am gone.</p>\n<p>Together we grow. Peace <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/270c.png\" alt=\"✌\" class=\"wp-smiley\" /></p>\n</div>\n</div>\n</div>\n</div>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress is My Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20is%20My%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-is-my-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress is My Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-is-my-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-is-my-identity%2F&title=WordPress+is+My+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress is My Identity\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-is-my-identity/&media=https://heropress.com/wp-content/uploads/2020/05/050119-min-150x150.jpg&description=WordPress is My Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress is My Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-is-my-identity/\" title=\"WordPress is My Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-is-my-identity/\">WordPress is My Identity</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 May 2019 03:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Abdullah Ramzan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Creative Commons Launches New Search Engine with Access to 30 Million Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/creative-commons-launches-new-search-engine-with-access-to-30-million-images\";s: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:2951:\"<p>After more than two years in beta, Creative Commons has <a href=\"https://creativecommons.org/2019/04/30/cc-search-images/\" rel=\"noopener noreferrer\" target=\"_blank\">launched its new search engine</a>, featuring a completely redesigned search page, improved navigation and search filters, better search loading times, and more accurate search phrase relevance. It has replaced the old search portal and is now <a href=\"https://search.creativecommons.org/\" rel=\"noopener noreferrer\" target=\"_blank\">linked</a> from the homepage.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/04/creative-commons-search.png?ssl=1\"><img /></a></p>\n<p>This update to CC Search also improves attribution options, making it easy for users to copy the text or HTML with the license icons included. Each image also has a unique link for users to provide optional feedback on how they using the works.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-30-at-4.24.51-PM.png?ssl=1\"><img /></a></p>\n<p>Creative Commons has indexed 30 million CC-licensed images from <a href=\"https://search.creativecommons.org/about\" rel=\"noopener noreferrer\" target=\"_blank\">19 collections</a>, including Flickr, Geograph Britain and Ireland, Bēhance, Metropolitan Museum of Art, and a number of other smaller collections. The nonprofit organization’s long-term goal is to provide access to all 1.4 billion CC-licensed and public domain works on the web.</p>\n<p>Creative Commons will soon be expanding its image catalog with works from Europeana and Wikimedia Commons and is also adding open textbooks and audio later in 2019. The next items on the <a href=\"https://docs.google.com/document/d/19yH2V5K4nzWgEXaZhkzD1egzrRayyDdxlzxZOTCm_pc/edit#heading=h.i68p7ztjvnir\" rel=\"noopener noreferrer\" target=\"_blank\">CC Search roadmap</a> for this quarter include advanced filters to the home page, the ability to browse collections without entering search terms, and improved accessibility and UX on mobile. Some of this work will be performed by Google Summer of Code students beginning next month.</p>\n<p>CC-licensed images are popular with bloggers and designers but tracking down license and attribution information can be tedious when searching various collections across the web. CC Search aggregates some of the most popular sources and is steadily improving the performance of its search tool. If you experience any issues, all of the CC Search code (<a href=\"https://github.com/creativecommons/cccatalog-frontend/\" rel=\"noopener noreferrer\" target=\"_blank\">CC Search</a>, <a href=\"https://github.com/creativecommons/cccatalog-api\" rel=\"noopener noreferrer\" target=\"_blank\">CC Catalog API</a>, <a href=\"https://github.com/creativecommons/cccatalog/\" rel=\"noopener noreferrer\" target=\"_blank\">CC Catalog</a>) is open source on GitHub and the organization welcomes bug reports and contributions from the community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 May 2019 01:52:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: BuddyPress 5.0 to Display Debug Info in the New Site Health Info Screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/buddypress-5-0-to-display-debug-info-in-the-new-site-health-info-screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1169:\"<p>The upcoming BuddyPress 5.0 release will <a href=\"https://buddypress.trac.wordpress.org/changeset/12391\" rel=\"noopener noreferrer\" target=\"_blank\">add plugin-specific debug info</a> to the new Site Health Info screen that is coming in WordPress 5.2. </p>\n<p>Mathieu Viet, who contributed the patch, said the information could be very useful to help solve issues on the BuddyPress forums. The panel is displayed at the bottom of the screen. It includes the BuddyPress version, active components, active template pack, and a list of other component-specific settings information. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/04/buddypress-site-info.png?ssl=1\"><img /></a></p>\n<p>This is a good example of how plugins can hook into this screen to add specific debug information. Users who need support can copy the information from the screen and paste it into the support forums for faster assistance with their issues. </p>\n<p><a href=\"https://buddypress.trac.wordpress.org/milestone/5.0.0\" rel=\"noopener noreferrer\" target=\"_blank\">BuddyPress 5.0</a> is expected at the end of May and will ship with this new site health enhancement. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Apr 2019 18:15:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: npm’s 2019 JavaScript Ecosystem Survey Shows 63% of Respondents are Using React\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/npms-2019-javascript-ecosystem-survey-shows-63-of-respondents-are-using-react\";s: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:3075:\"<p><a href=\"https://www.npmjs.com/\" rel=\"noopener noreferrer\" target=\"_blank\">npm, Inc</a>. has released a <a href=\"https://javascriptsurvey.com/\" rel=\"noopener noreferrer\" target=\"_blank\">preview</a> of the results of its Enterprise JavaScript in 2019 survey, which was conducted from 12/1/18 – 1/8/19. The company received 33,478 responses from developers across 23 industries and 194 countries and territories. Twenty-two languages were represented and less than half of respondents spoke English (47.13%), although the survey was in English.</p>\n<p>The preview highlights essential trends in the JavaScript ecosystem. React’s growing popularity is the least surprising among these trends. The results showed that 63% of respondents are using React.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-26-at-3.15.32-PM.png?ssl=1\"><img /></a></p>\n<p>npm Inc. estimates that there are approximately 5 million React developers worldwide and concludes that “There has never been a JavaScript framework this popular before, and it is more than twice as popular as the next-biggest framework, Angular.”</p>\n<p>Results for other frameworks are not yet available to the public but npm Inc. plans to share more details in future articles. </p>\n<p>Nearly half (49%) of respondents have more than 5 years of experience using JavaScript, a 9% increase from the previous year’s survey, shifting an estimated 1 million participants into this category. This indicates that the JavaScript user base is becoming more sophisticated overall. </p>\n<p>Another trend is the rising popularity of GraphQL. While its adoption is still relatively low, with only 7% of respondents indicating that they use it frequently, 23% of developers use it for some of their projects. The results showed that 72% of npm users are using or considering using GraphQL in 2019.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-26-at-4.36.13-PM.png?ssl=1\"><img /></a></p>\n<p>In a post that goes further in depth on <a href=\"https://medium.com/npm-inc/methodology-of-the-2018-2019-javascript-ecosystem-survey-and-results-b1cef1b83f10\" rel=\"noopener noreferrer\" target=\"_blank\">the methodology used for the survey</a>, nmp Inc. said the company did not collect demographics on race or gender identity, so the data may not be representative of the broader population of JavaScript users on these metrics. English speakers are also over-represented and the survey may contain some bias towards the opinions of users “who have more affinity to npm as an organization.” However, results from independent surveys like the 2018 State of JS Survey, show similar trends in the JavaScript ecosystem.</p>\n<p>npm Inc. will be sending out follow-up surveys to specific groups of respondents who volunteered to answer additional questions. The company plans to publish more data from the questions about tooling choices, technical preferences, and attitudes towards various professional practices.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Apr 2019 22:24:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress 5.2 Pushed Back to May 7, RC 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/wordpress-5-2-pushed-back-to-may-7-rc-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2793:\"<p>WordPress 5.2 was originally scheduled to be released on April 30, but has now been pushed back to May 7, <a href=\"https://make.wordpress.org/core/2019/04/17/discussion-consider-delaying-wordpress-5-2-rc1-date/\" rel=\"noopener noreferrer\" target=\"_blank\">due to the number of open tickets</a> last week (43). There is now only one ticket remaining on the <a href=\"https://core.trac.wordpress.org/report/6\" rel=\"noopener noreferrer\" target=\"_blank\">5.2 milestone</a> for completion of the About page and <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress 5.2 RC 1</a> is ready for testing. </p>\n<p>The upcoming release will bring major improvements to the block editor (everything released in the Gutenberg plugin prior to version 5.4). This includes the new block management capabilities and several new blocks that were ported from core widgets.</p>\n<p>WordPress 5.2 will introduce a <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\" rel=\"noopener noreferrer\" target=\"_blank\">new admin interface for Site Health</a> under the Tools menu. It runs tests that deliver results categorized as critical, recommended, or good, along with action items for users to improve their settings. The Information tab was added for basic debugging and provides information about the website and server setup. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/04/site-health-status.png?ssl=1\"><img /></a></p>\n<p>A new feature called “<a href=\"https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/\" rel=\"noopener noreferrer\" target=\"_blank\">fatal error recovery mode</a>” is also included in this release. It pauses themes or plugins that are causing a fatal error and puts the site into recovery mode so the user can still access the admin to troubleshoot the issue. Users should experience fewer “white screen of death” situations with this new feature in place. </p>\n<p>WordPress 5.2 brings a host of accessibility improvements to various admin screens for users who rely on assistive technologies. It also makes it easier to customize and design WordPress’ included Privacy Policy page. </p>\n<p>Check out the <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\" rel=\"noopener noreferrer\" target=\"_blank\">5.2 field guide</a> for a detailed breakdown of everything that’s coming in the upcoming release. If you want to get a sneak peak and help test the release candidate, the easiest way is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noopener noreferrer\" target=\"_blank\">Beta Tester</a> plugin and select the “bleeding edge nightlies” option.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Apr 2019 14:28:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Apache NetBeans is Now a Top-Level Project of the Apache Software Foundation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/apache-netbeans-is-now-a-top-level-project-of-the-apache-software-foundation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4736:\"<p>The <a href=\"https://www.apache.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Apache Software Foundation</a> (ASF), a non-profit corporation of decentralized volunteers from the open source developer community, has officially approved the <a href=\"https://netbeans.apache.org/\" rel=\"noopener noreferrer\" target=\"_blank\">NetBeans IDE</a> as a Top-Level project. NetBeans joins more than 350 other open source projects and initiatives managed by the foundation after spending two years in the Apache Incubator.</p>\n<p>The IDE supports Java, JavaScript, PHP, HTML5, and other popular programming languages, and is also used as a tooling platform and application framework. Although PhpStorm and Sublime Text capture a larger share of the IDE market for PHP developers, there is a small but passionate segment of WordPress developers who favor NetBeans as their IDE of choice.</p>\n<p>NetBeans started as a student project in 1996 in what was formerly known as Czechoslovakia. It was the first Java IDE written in Java but it soon became more than just an IDE platform, as the community began using it to create applications that weren’t development tools. In 2000, Sun Microsystems acquired NetBeans and open sourced it, making it Sun’s first sponsored open source project. It became part of Oracle when it acquired Sun Microsystems in 2010 and the company continues to sponsor the project. NetBeans is now used by more than 1.5 million users each month.</p>\n<p>Now that Apache NetBeans is governed by the ASF, it will be more likely to receive contributions than when it belonged to a commercial entity. However, contributors from Oracle and other organizations will continue to be part of shaping its future. Coming under the ASF umbrella is also bringing some welcome developments for the project’s governance, according to Apache NetBeans Vice President Geertjan Wielenga:</p>\n<blockquote><p>Being part of the ASF means that NetBeans is now not only free and Open Source software: it is also, uniquely, and for the first time, part of a foundation specifically focused on enabling open governance. Every contributor to the project now has equal say over the roadmap and direction of NetBeans. That is a new and historic step and the community has been ready for this for a very long time. Thanks to the strong stewardship of NetBeans in Sun Microsystems and Oracle, Apache NetBeans is now ready for the next phase in its development and we welcome everyone to participate as equals as we move forward.</p></blockquote>\n<p>Oracle’s decision to submit NetBeans to the ASF Incubator came as a surprise to many in 2016. At that time, OSI President Simon Phipps <a href=\"https://meshedinsights.com/2016/09/15/oracle-gets-it-right-netbeans-heads-to-apache/\" rel=\"noopener noreferrer\" target=\"_blank\">shared his thoughts</a> about the benefits he saw for the project moving to open governance under the ASF:</p>\n<blockquote><p>By moving to independent governance and losing the Oracle CLA, others can join in with confidence their contribution won’t be used against them. More importantly, contributors also no longer need fear the transient decisions of cost-cutting Oracle VPs impacting the long-term viability of the project. Oracle’s Java team still needs NetBeans in order to make tools releases supporting new capabilities in Java 9 and later, so are likely to engage. Rather than withdrawal, this looks more like leveraging the ecosystem around NetBeans to sustain development while keeping Oracle’s costs in line with the direct benefit NetBeans delivers to them.</p></blockquote>\n<p>According to the <a href=\"https://wiki.apache.org/incubator/NetBeansProposal\" rel=\"noopener noreferrer\" target=\"_blank\">proposal</a> submitted to the ASF for NetBeans’ acceptance into the Incubator, the majority of code contributions have come from Oracle since it acquired Sun Microsystems. In addressing some of the known risks Oracle faces in contributing NetBeans to the ASF, the proposal states that “the size and diversity of the community is a guarantee against the project being orphaned.” </p>\n<p>NetBean’s proposal said the purpose of moving NetBeans to Apache is to “expand the diversity of contributors and to increase the level of meritocracy.” The project already has a good foundation to build on, as its application framework is used by large companies and organizations, including Boeing, Airbus Defense and Space, NASA, and NATO, that depend on NetBeans for building mission critical scientific software. This new era of open governance should give the community a stronger sense of ownership and stimulate greater levels of contribution across the project. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Apr 2019 02:18: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress.org blog: WordPress 5.2 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3119:\"<p>The first release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to be released on <strong>Tuesday, May 7</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC1.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.2?</h2>\n\n\n\n<p>Continuing with the theme from the last release, WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<p>The Site Health Check and PHP Error Protection tools have brand new features, giving you peace of mind if you discover any issues with plugins or themes on your site. There are also updates to the icons available in your dashboard, fresh accessibility considerations for anyone using assistive technologies and more.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which goes into the details of the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.2 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Howdy, RC 1!<br />With tools this interesting,<br />I can hardly wait.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Apr 2019 01:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 4.3.0 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=305281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://buddypress.org/2019/04/buddypress-4-3-0-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2481:\"<p>BuddyPress 4.3.0 is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 4.3.0 release addresses nine security issues:</p>\n\n\n\n<ul><li> A privilege escalation vulnerability was fixed that could allow users to “favorite” activity items to which they do not have read access. Discovered by <a href=\"https://secasure.com\">Yuvraj Dighe</a>.</li><li>A privilege escalation vulnerability was fixed that could allow users to join non-public groups while using the Nouveau template pack. Discovered and reported independently by <a href=\"https://secasure.com\">Yuvraj Dighe</a> and Nam.Dinh.</li><li>A privilege escalation vulnerability was fixed that could allow users to reply to activity items to which they do not have read access. Discovered by <a href=\"https://secasure.com\">Yuvraj Dighe</a>.</li><li>A privilege escalation vulnerability was fixed that could allow users to view private message threads to which they do not have access while using the Nouveau template pack. Discovered by <a href=\"https://secasure.com\">Yuvraj Dighe</a>.</li><li>An XSS vulnerability was fixed in the save routine for group names. Discovered by <a href=\"https://hackerone.com/wxy7174\">wxy7174</a>.</li><li>An XSS vulnerability was fixed in the content of activity items. Discovered by <a href=\"https://twitter.com/zozuar\">Yonatan Offek</a>.</li><li>A privilege escalation vulnerability was fixed that could allow unauthorized users to update certain group settings. Discovered by <a href=\"https://hackerone.com/wxy7174\">wxy7174</a>.</li><li>A privilege escalation vulnerability was fixed that could allow unauthorized users to view pending group invites. Discovered by <a href=\"https://secasure.com\">Yuvraj Dighe</a>.</li><li>A privilege escalation vulnerability was fixed that could allow unauthorized users to delete pending group invitations. Discovered by <a href=\"https://secasure.com\">Yuvraj Dighe</a>.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporters for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 4.3.0 also fixes 3 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-4-3-0/\">4.3.0 changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Apr 2019 16:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Clean Blocks: A Free Multipurpose WordPress Theme Compatible with Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/clean-blocks-a-free-multipurpose-wordpress-theme-compatible-with-gutenberg\";s: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:3787:\"<p><a href=\"https://wordpress.org/themes/clean-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Clean Blocks</a> is a new free theme from <a href=\"https://catchthemes.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Catch Themes</a> that was released last week on WordPress.org. The design is suitable for businesses, agencies, freelancers, and other service professionals who require featured content, a portfolio, testimonials, a blog, and a services section. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/04/clean-blocks-screenshot.png?ssl=1\"><img /></a></p>\n<p>Clean Blocks includes basic Gutenberg compatibility in that it supports all core blocks and is has a few enhanced block styles. </p>\n<p>It may seem unnecessary to specify that it is Gutenberg-compatible, since the editor has been part of WordPress core since early December 2018. However, more than half of all WordPress users (<a href=\"https://wordpress.org/about/stats/\" rel=\"noopener noreferrer\" target=\"_blank\">~55%</a>) are not running version 5.0+. Nearly 30% are hanging back at 4.9 and 25% are on even older versions.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-23-at-10.05.35-PM.png?ssl=1\"><img /></a> </p>\n<p>Theme authors who create products that have Gutenberg-only features are not yet building for the majority of WordPress users. These authors are carving a path for the future of theme development. The Clean Blocks theme doesn’t really fall into this category, as its essentially enables users on WordPress 5.0+ to continue using the new editor without any styling issues. It is also compatible with earlier versions of WordPress (4.8+).</p>\n<p>Clean Blocks recommends a collection of Catch Themes’ functionality plugins upon theme activation. These plugins handle things like galleries, infinite scroll, Instagram feeds, widgets, and additional content types. The theme includes dozens of options in the Customizer for controlling nearly every aspect of how content is displayed – from excerpt length to categories displayed on the home page to header text color. This sort of overloaded Customizer options panel is common for multipurpose style themes, and many users have come to expect it.</p>\n<p><a href=\"https://catchthemes.com/demo/clean-blocks-free/\" rel=\"noopener noreferrer\" target=\"_blank\">Check out a demo</a> of the free version to see all the features in action.</p>\n<p>The name “Clean Blocks” implies that the theme goes beyond the basics to customize the Gutenberg experience, but that doesn’t seem to be the case. The vast majority of the features seen in the demo are controlled by the Customizer. For example, features like Testimonials and Services are not available as blocks. While some theme authors opt to integrate features like this by pairing their themes with block collection plugins, Catch Themes has put everything into the Customizer.</p>\n<p>Even with Gutenberg compatibility, many themes still have a disconnect between the back and frontend where certain features can only be configured in the Customizer. This fractured customization experience is one of the necessary evils for this transition time before the block editor is fully capable of handling more complex aspects of site customization.</p>\n<p>Clean Blocks is an example of a multipurpose theme that is essentially keeping it old school in terms of content customization, while providing basic Gutenberg compatibility for users who are running WordPress 5.0+. The theme is <a href=\"https://wordpress.org/themes/clean-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">available on WordPress.org</a> and has already been downloaded several hundred times during its first week in the directory. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Apr 2019 22:46:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Laraberg, a Gutenberg Implementation for Laravel, is Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/laraberg-a-gutenberg-implementation-for-laravel-is-now-in-beta\";s: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:3954:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/laraberg.png?ssl=1\"><img /></a></p>\n<p>The family of Gutenberg derivatives is expanding with the beta release of <a href=\"https://github.com/VanOns/laraberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Laraberg</a>, an implementation for Laravel. <a href=\"http://mauricewijnia.nl/\" rel=\"noopener noreferrer\" target=\"_blank\">Maurice Wijnia</a>, a developer at <a href=\"https://www.van-ons.nl/\" rel=\"noopener noreferrer\" target=\"_blank\">Van Ons</a>, an agency based in Amsterdam, created Laraberg as an easy way for developers building applications with Laravel to integrate the Gutenberg editor. It includes a simple API and support for the <a href=\"https://unisharp.github.io/laravel-filemanager/\" rel=\"noopener noreferrer\" target=\"_blank\">Laravel File Manager</a> for uploading files.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/laraberg-1.png?ssl=1\"><img /></a></p>\n<p>“The goal for Laraberg is to give developers the ability to add the Gutenberg editor to any page they like in a way that is as easy as possible, but at the same time it has to prove enough options to tailor the editor so it can fit into any Laravel project out there,” Wijnia said.</p>\n<p>Van Ons has a <a href=\"https://www.van-ons.nl/nieuws/gutenberg-in-laravel-hier-is-laraberg/\" rel=\"noopener noreferrer\" target=\"_blank\">preference for using Laravel</a> in their projects, due to its increasing popularity and active community. Laraberg makes it possible for the agency to tap into the convenience of the Gutenberg editor without giving up the performance and features they enjoy in the Laravel framework. The beta release is now available on <a href=\"https://github.com/VanOns/laraberg\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub</a> and <a href=\"https://packagist.org/packages/van-ons/laraberg\" rel=\"noopener noreferrer\" target=\"_blank\">Packagist</a>. Van Ons plans to actively implement Laraberg in their own projects and will also be collecting feedback from beta testers. </p>\n<p>Wijnia said he was inspired by the <a href=\"https://drupalgutenberg.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Drupal Gutenberg</a> project, whose creators also authored <a href=\"https://github.com/front/gutenberg-js\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg.js</a>, a package that makes it easier to bring Gutenberg into other applications. Providing a foundation for using Gutenberg on any CMS or framework is part of Frontkom’s long term vision for improving the open web and enabling communities to collaborate on mutually beneficial extensions.</p>\n<p>As the editor continues to expand to more platforms and frameworks, a CMS-agnostic block library would offer a central place for Gutenberg’s increasingly diverse user base to discover new blocks. WordPress.org has the opportunity to provide that in its own block library, <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/#comment-8947\" rel=\"noopener noreferrer\" target=\"_blank\">with the support of the Gutenberg Cloud team</a> that pioneered the idea in 2018.</p>\n<p>“If Gutenberg Cloud can serve as a proof of concept that WP.org can later adopt as their own, we are happy,” Frontkom CTO Per Andre Rønsen said. He also further commented on the WordPress.org Block Library proposal, <a href=\"https://wptavern.com/gutenberg-cloud-team-advocates-for-making-wordpress-orgs-new-block-directory-a-cms-agnostic-library\" rel=\"noopener noreferrer\" target=\"_blank\">advocating for the team to grow their vision beyond the WordPress community</a> only. No official decision has been announced yet. If WordPress decides to forgo the opportunity of providing a block library inclusive of other frameworks and platforms, then the Gutenberg Cloud will continue to be the place for discovering blocks that can be used across multiple platforms.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Apr 2019 17:24:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"HeroPress: How the WordPress community helped me find my way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"https://heropress.com/essays/how-the-wordpress-community-helped-me-find-my-way/#utm_source=rss&utm_medium=rss&utm_campaign=how-the-wordpress-community-helped-me-find-my-way\";s: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:30665:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/042419-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be the person you needed when you were younger.\" /><p><a href=\"https://heropress.com/feed/#pt-br\">Este ensaio também está disponível em português.</a></p>\n<p>As I make a checklist of all the things I’ll have to pack to travel from São Paulo to Berlin, to attend WordCamp Europe 2019, I can’t stop thinking how hard the path to this point has been.</p>\n<p>For some of people, a travel like this may seem ordinary, but for me, this will be the farthest I’ve ever been until now, in many ways. Especially because the last time I was planning to attend an international WordCamp, things didn’t work out at all.</p>\n<p>So let me tell you about the path.</p>\n<h3>The first steps</h3>\n<p>I was born and raised in São Paulo. Allow me to give you some context about my city. São Paulo is the richest and biggest city of Brazil. With more than 14 million people, it’s also the biggest city of the south hemisphere. It’s even bigger than New York.</p>\n<p>Like every big city, São Paulo is a place of opportunities, but also a place of contrasts.</p>\n<p>Growing up, although we were poor, my family cared a lot about the education of me and my little brother. My father who always liked technology, managed to get a computer for us in 1996. At that time, I was 6 years old, and we were the only family in my neighborhood to have a computer for a long time, and that was sad. That early exposure to technology made a big difference in my life.</p>\n<p>At age 13, I was very interested in graphic design and coding.</p>\n<blockquote><p>We had a very limited and expensive dial-up internet, that was only free after midnight and at weekends.</p></blockquote>\n<p>So to learn these skills, my best options were the CD-ROM magazines that my father would bring home. I also learned about HTML with a book about Microsoft Front Page. At age 14 I sold my first website, entirely created on Front Page, with lots of GIFs and <marquee> tags, for a neighbour who needed it for a college project. She loved it!</p>\n<p>I decided I wanted to work with design. So I started a Graphic Design course during the high school. With my love for web design, all I wanted was to have a site that was actually online. I couldn’t afford a host, but fortunately at this time, blogs became very popular here in Brazil.</p>\n<p>I looked for a platform to create a portfolio. I played a little with one called WordPress (you may have heard of it) and ended up using Blogger instead, because there was the possibility to customize the theme’s CSS online. I made a very dark grungy theme for my blog that’s still online.</p>\n<h3>A bumpy road</h3>\n<p>I got a scholarship for Graphic Design at a good College in São Paulo, but I still would have to pay for half of the monthly tuition. The problem was that my family definitely had no means to afford it. My parents said they would cut some expenses and help me, but I knew that there wasn’t anything they could cut. So I told them to not worry, I would find a job.</p>\n<p>At this point I had made a freelance gig creating a HTML website (in Dreamweaver this time). With exactly 1 month left for the College application, this client proposed that I started working there to maintain the website I just made. So I was able to (barely) pay for the college. After six months, I applied for a full scholarship and it was granted. Things got a little better financially, but the path was still rocky.</p>\n<p>It took me 3 hours by bus from my house to the college every single day, just inside the city of São Paulo (remember when I said this city is huge?).</p>\n<blockquote><p>I had the cheapest hot dog for lunch every day, because I couldn’t afford a real meal.</p></blockquote>\n<p>Then I would go to work (another 1h30 of bus from the college), and at night I would head back home (another bus, another 1h30). That was my routine for one and a half year throughout the college. As you can imagine, I was exhausted, and eventually getting ill.</p>\n<h3>A fork in the path</h3>\n<p>That’s when I decided that I would quit my job and start a business with my boyfriend Allyson Souza, that I met during my Graphic Design course in High School. We started the company officially in july, 2009. <a href=\"http://www.hastedesign.com.br/\">We named it Haste</a> (the portuguese word for “stem”).</p>\n<p>We were 19 years old, not much experience, zero network and money, a lot of energy, and some extra self-confidence (I could have summarized simply as “millennials”, right?). Allyson’s father gave us a computer and a part of his office, for which I am very grateful, and we created all the graphic materiais for his courses company in exchange.</p>\n<p>We started working with graphic design only, and it took us some time to realize that web development was our future.</p>\n<p>I remembered WordPress and tried it again. I liked how the platform had evolved. We made a second version of our website in WordPress, using a simple free theme, which I edited the CSS directly (oh god). We tried to create websites for clients modifying existing themes (at least we learned about child themes later), but we definitely didn’t feel in control of what we were doing.</p>\n<h3>When you hit your lowest point</h3>\n<p>In January 2011, my mother had a stroke. She had a brain surgery, and after a month, she was back home with a 6 inches scar in the head. That was the lowest point on my path.</p>\n<p>The next years I had to take care of her, because of some consequences of the stroke, both physical and psychological. As the only family member who hadn’t a “formal” job, with a boss and a defined schedule, I was the one who had to take her to appointments, or the ER, or stay home when she wasn’t ok. It was very hard to reconcile the final year of college, the work and my mom’s health care.</p>\n<h3>The only way is up</h3>\n<p>At Haste, we felt that things were not evolving. In 2013, after some partnerships that took us to some confusing paths, we decided to have a complete makeover. We defined a new focus: web design and development with WordPress. We created a new website, with a theme fully developed by us. We wanted to overcome the fear of coding, and wanted to know exactly what we were doing. So we started studying a lot by ourselves.</p>\n<p>Allyson was responsible for the PHP and JavaScript and I was supposed to make the design, the HTML and CSS. He started to ask a lot of questions in the group of WordPress Brasil community at Facebook. We finished the website, and people loved it, specially the illustration with parallax effect that made the girl move her eyes.</p>\n<blockquote><p>We were proud WordPress developers now.</p></blockquote>\n<p>We started attending the meetups, and then the WordCamp. I was amazed how the open-source culture was all about sharing knowledge with strangers, with no fear of competition, just the spirit of collaboration. We felt no longer isolated. We made real friends (shout out to all my WordPress friends).</p>\n<p>Soon we were both involved in the community, and became WordCamp São Paulo organizers in 2014.</p>\n<p>The new website and our participation in the WordPress community were really what we needed to give us some perspective and stability. So we didn’t stop there.</p>\n<h3>Bring others to walk with you</h3>\n<p>In the 2014 edition of WordCamp São Paulo, I was the only female speaker. That made me realize a few things.</p>\n<p>First that the proportion of men in the community events was not only the majority but, we almost didn’t had any women at all, which was very weird.</p>\n<p>Second, we know that lots of girls feel intimidated in an environment with too much men. I always had a majority of male friends since I was a kid, and even so, I probably wouldn’t get involved with the community if it wasn’t by the fact that my boyfriend / partner was with me.</p>\n<p>A few sexists incidents had happened with me too. I reacted, and the men involved seemed to understand that I wasn’t ok, and changed their behavior as far as I know.</p>\n<p>We don’t have as many meetups and WordCamps here in Brazil as in US. Although Brazil is becoming a technology hub, the WordPress community has still a lot of room to grow, compared to other communities. So, I think we have the opportunity to make things different while everything is not settled yet.</p>\n<p>So I decided to act now.</p>\n<blockquote><p>I started a poll asking the women involved with WordPress the reasons why they wouldn’t attend the events. The results proved it wasn’t just me complaining about small things.</p></blockquote>\n<p>Some jokes kept women away. Some condescending actions made them feel diminished. And even the lack of information from our part, that the WordCamps are inclusive events, made the women not to come. The lack of time, was an important factor too.</p>\n<p>Based on this data, the next year we managed to increase the proportion of female speakers from 5% to 32% at WordCamp São Paulo 2015. More women became organizers too. In 2019 we have 4 women out of 10 active organizers. The last WordCamp we had blind people attending, and their feedback was great. We still need to improve racial diversity though.</p>\n<h3>Barriers and frontiers</h3>\n<p>In 2015, Allyson had told me about this new scholarship program from the WordPress Foundation for women who work for equality in the community around the world. So I applied for the very first Kim Parsell Memorial Scholarship. Kim Parsell left a beautiful legacy of inclusion and love, having worked to bring more women, older people, and other minorities to the WordPress community. She was known as the #WPMom.</p>\n<p>The result came few months later. I received an email, and had no reaction for a few minutes. I had won the scholarship, and it granted me a travel to WordCamp US 2015, in Philadelphia Pennsylvania, with flights and hotel covered.</p>\n<p>You see: I had never left my country. I had just took flight for the first time that same year. I was not even close to dream to go to US, because it was impossible for me at the moment. Sometimes your mindset in the only thing putting limitations in your dreams.</p>\n<p>I was so happy, you have no idea. Alx Block and Cami Kaos reached to me to give me instructions and they were very kind.</p>\n<p>But then… my visa application was denied. They considered my sudden passport and visa solicitation, with no money to travel (that’s exactly the point of a scholarship!), and lack “ties” in Brazil very suspicious. I told them that the WordPress Foundation would pay for everything. The flights and the hotel were already booked. The officer even told me that the WordPress Foundation letter could be easily forged. I tried again, with no success.</p>\n<blockquote><p>I couldn’t go to WordCamp US 2015.</p></blockquote>\n<p>I couldn’t go to WordCamp US 2016 too, when they asked if I wanted to try again, and my visa was denied… again. This time I think at least the officer searched online for me, saw it was true, but couldn’t do anything, since my situation hadn’t change.</p>\n<p>I was so disappointed. This still hurts me, I must confess. Sometimes, there are real barriers and gates that a simple mindset change cannot open.</p>\n<h3>Crossed paths</h3>\n<p>The next years, I focused on my company and the work at the community. My mom’s health improved, she’s in great shape now. My family supports my work.</p>\n<p>We became specialists in WordPress at Haste. We developed themes, plugins and sites for companies in Brazil and America. I now have a stable income and I live exclusively from my work with WordPress. We are celebrating 10 years in 2019.</p>\n<p>I traveled through Brazil because of WordPress, to speak at WordCamps and Meetups. I see more and more women working with WordPress, attending meetups and WordCamps, and talking to each other, finding something familiar in every other woman’s face.</p>\n<blockquote><p>Last year we decided we would go to WordCamp Europe 2019 in Berlin, since we don’t need a visa to most countries there, including Germany.</p></blockquote>\n<p>This time I can afford it (with a lot of planning and expenses cut, but I’ll be ok). I have to confess that I’m a little anxious about the immigration process.</p>\n<p>My goal at WordCamp Europe is to know the most people I can. It’s not a matter of quantity, but if the WordPress community taught me something was that every person has something to teach and to learn. So If you are attending WordCamp Europe, let’s meet!</p>\n<h3>Opening trails</h3>\n<p>So now I hope you can see what this travel really means to me, and why every small conquest means a lot. It’s not just because it was hard. But because I’m not the only one who deserve it, but unfortunately I’m a exception between other people who have the same background as I.</p>\n<p>There are so many young girls and boys that don’t dare to dream about visiting other countries, or even getting in the college. Lots of kids that don’t have a computer, or even access to internet. The only difference is that I was given opportunities, people believed in me. Doors were opened. And just then I could prove my value.</p>\n<p>Now my next dream is to be able to make the journey a little easier than it was for me, specially for women and young Brazilians. Because I think that’s our responsibility in the community. Teach others, share information, donate some of your time, create new tools, plugins and resources, mentor people. As my brother’s tattoo says, be the person you needed when you were younger.</p>\n<h2 id=\"pt-br\">Como a comunidade WordPress me ajudou a encontrar o meu caminho</h2>\n<p>Enquanto faço uma lista de todas as coisas que preciso para viajar de São Paulo para Berlim, para participar do WordCamp Europe 2019, não posso deixar de pensar no quão difícil foi o caminho até esse ponto.</p>\n<p>Para algumas pessoas, uma viagem como essa pode parecer comum, mas, para mim, esse será o mais longe que já fui até agora, de muitas maneiras. Especialmente porque, da última vez que eu planejava participar de um WordCamp internacional, as coisas não deram certo.</p>\n<p>Então deixe-me contar sobre esse caminho.</p>\n<h3>Os primeiros passos</h3>\n<p>Eu nasci e cresci em São Paulo. Permita-me dar um pouco de contexto sobre minha cidade. São Paulo é a mais rica e maior cidade do Brasil. Com mais de 14 milhões de pessoas, é também a maior cidade do hemisfério sul. É maior que Nova York.</p>\n<p>Como toda grande cidade, São Paulo é um lugar de oportunidades, mas também de contrastes.</p>\n<p>Crescendo, apesar de sermos pobres, minha família se importava muito com a minha educação e do meu irmão mais novo. Meu pai, que sempre gostou de tecnologia, conseguiu um computador para nós em 1996. Naquela época, eu tinha 6 anos, e éramos a única família das redondezas a ter um computador por um longo tempo, e isso era triste. Essa exposição precoce à tecnologia fez uma grande diferença na minha vida.</p>\n<p>Aos 13 anos, eu já estava interessada em design gráfico e programação. Nós tínhamos aquela internet discada muito limitada e cara, que só era gratuita depois da meia-noite e nos fins de semana. Então, para aprender essas habilidades, minhas melhores opções eram as revistas em CD-ROM que meu pai trazia para casa. Eu também aprendi sobre HTML com um livro sobre o Microsoft Front Page. Aos 14 anos, vendi meu primeiro site, inteiramente criado no Front Page, com muitos GIFs e tags <marquee>, para uma vizinha que precisava para um projeto da faculdade. Ela adorou!</p>\n<p>Eu decidi que queria trabalhar com design. Então fiz o curso técnico em design gráfico durante o ensino médio. Com o meu interesse pelo web design, tudo o que eu queria era ter um site que estivesse online. Eu não podia pagar um servidor, mas felizmente, neste momento, os blogs se tornaram muito populares aqui no Brasil.</p>\n<p>Procurei uma plataforma para criar um portfólio. Eu brinquei um pouco com uma plataforma chamada WordPress (você pode ter ouvido falar dela) mas acabei usando o Blogger, porque havia a possibilidade de personalizar o CSS do tema online. Eu fiz um tema escuro e grunge para o meu blog que ainda está online.</p>\n<h3>Uma estrada esburacada</h3>\n<p>Consegui uma bolsa de Design Gráfico em uma boa faculdade em São Paulo, mas ainda teria que pagar metade da mensalidade. O problema era que minha família definitivamente não tinha como arcar com isso. Meus pais disseram que cortariam algumas despesas e me ajudariam, mas eu sabia que não havia nada que pudessem cortar. Então eu disse a eles para não se preocuparem, eu encontraria um emprego.</p>\n<p>Neste momento, eu havia feito um trabalho freelancer criando um site HTML (no Dreamweaver desta vez). Com exatamente 1 mês para o aplicativo da faculdade, esta cliente propôs que eu começasse a trabalhar lá para manter o site que tinha acabado de criar. Então eu pude pagar pela faculdade (bem mal). Depois de seis meses, solicitei uma bolsa de estudos integral e ela foi concedida. As coisas melhoraram um pouco financeiramente, mas o caminho ainda era rochoso.</p>\n<p>Levava 3 horas de ônibus da minha casa para a faculdade todos os dias, apenas dentro da cidade de São Paulo (lembra quando eu disse que essa cidade é enorme?). Eu comia um cachorro-quente mais barato para o almoço todos os dias, porque eu não podia pagar uma refeição de verdade. Então eu ia trabalhar (outra 1h30 de ônibus da faculdade), e à noite eu voltava para casa (outro ônibus, outro 1h30). Essa foi a minha rotina por um ano e meio durante a faculdade. Como você pode imaginar, eu estava exausta e ficando doente.</p>\n<h3>Uma bifurcação no caminho</h3>\n<p>Foi então que decidi largar meu trabalho e começar um negócio com meu namorado Allyson Souza, que conheci durante o curso de Design Gráfico no Ensino Médio. Nós começamos a empresa oficialmente em julho de 2009. Nós a nomeamos Haste.</p>\n<p>Nós tínhamos 19 anos de idade, não muita experiência, zero networking e dinheiro, muita energia e alguma autoconfiança extra (eu poderia ter resumido simplesmente como “millennials”, certo?). O pai do Allyson nos deu um computador e uma parte de seu escritório, pelo que sou muito grata, e criamos todos os materiais gráficos para sua empresa de cursos em troca.</p>\n<p>Começamos a trabalhar apenas com design gráfico e levamos algum tempo para perceber que o desenvolvimento web era o nosso futuro.</p>\n<p>Lembrei-me do WordPress e tentei novamente. Eu gostei de como a plataforma evoluiu. Fizemos uma segunda versão do nosso site no WordPress, usando um simples tema gratuito, que eu editei diretamente o CSS (não façam isso!). Tentamos criar websites para clientes que modificando temas existentes (pelo menos aprendemos sobre temas filhos mais tarde), mas definitivamente não nos sentíamos no controle do que estávamos fazendo.</p>\n<h3>Quando você atinge seu ponto mais baixo</h3>\n<p>Em janeiro de 2011, minha mãe teve um AVC. Ela fez uma cirurgia no cérebro, e depois de um mês, ela estava em casa com uma cicatriz na cabeça. Esse foi o ponto mais baixo do meu caminho.</p>\n<p>Nos anos seguintes eu tive que cuidar dela, por causa de algumas consequências do AVC, tanto físicas quanto psicológicas. Como a única pessoa da família que não tinha um emprego “formal”, com um chefe e um horário de trabalho definido, fui eu quem teve que levá-la às consultas, ao pronto-socorro ou ficar em casa quando ela não estava bem. Foi bem difícil conciliar o último ano da faculdade, o trabalho e cuidar da saúde da minha mãe.</p>\n<h3>O único caminho é para cima</h3>\n<p>Na Haste, sentimos que as coisas não estavam evoluindo. Em 2013, após algumas parcerias que nos levaram a caminhos confusos, decidimos fazer uma reformulação completa. Definimos um novo foco: web design e desenvolvimento com WordPress. Criamos um novo site, com um tema totalmente desenvolvido por nós. Queríamos superar o medo de programar e queríamos saber exatamente o que estávamos fazendo. Então começamos a estudar muito por conta própria.</p>\n<p>Allyson ficou responsável pelo PHP e JavaScript e eu deveria fazer o design, o HTML e CSS. Ele começou a postar muitas perguntas no grupo da comunidade WordPress Brasil no Facebook. Nós terminamos o site, e as pessoas adoraram, especialmente a ilustração com efeito de paralaxe que fez a garota mover seus olhos. Nós éramos orgulhosos desenvolvedores do WordPress agora.</p>\n<p>Nós começamos a frequentar os meetups, e depois o WordCamp da comunidade WordPress. Fiquei espantada com a forma como a cultura de código aberto era toda sobre compartilhar conhecimento com estranhos, sem medo de competir, apenas o espírito de colaboração. Não nos sentíamos mais isolados. Nós fizemos amigos de verdade (alô amigos do WordPress).</p>\n<p>Logo nos envolvemos na comunidade e nos tornamos organizadores do WordCamp São Paulo em 2014.</p>\n<p>O novo site e nossa participação na comunidade WordPress foram realmente o que precisávamos para nos dar alguma perspectiva e estabilidade. Então nós não paramos por aí.</p>\n<h3>Traga os outros para caminhar com você</h3>\n<p>Na edição de 2014 do WordCamp São Paulo, eu era a única palestrante mulher. Isso me fez perceber algumas coisas.</p>\n<p>Primeiro, a proporção de homens nos eventos da comunidade não era apenas a maioria, mas quase não tínhamos nenhuma mulher. O que era muito estranho.</p>\n<p>Em segundo lugar, sabemos que muitas mulheres se sentem intimidadas em um ambiente com muitos homens. Eu sempre tive a maioria de amigos homens desde criança, e mesmo assim, eu provavelmente não me envolveria com a comunidade se não fosse pelo fato de meu namorado / sócio estar comigo.</p>\n<p>Alguns incidentes sexistas também aconteceram comigo. Eu reagi, e os homens envolvidos parecem ter entendido o problema, e mudaram seus comportamentos até onde eu sei.</p>\n<p>Não temos tantos meetups e WordCamps aqui no Brasil como nos EUA. Embora o Brasil esteja lentamente se tornando um polo de tecnologia, a comunidade WordPress ainda tem muito espaço para crescer, em comparação com outras comunidades. Então, acho que temos a oportunidade de fazer as coisas diferentes enquanto tudo ainda não está definido.</p>\n<p>Então eu decidi mudar isso.</p>\n<p>Eu comecei uma pesquisa perguntando às mulheres envolvidas com WordPress quais eram as razões pelas quais elas não compareciam aos eventos. Os resultados provaram que não era só eu reclamando de pequenas coisas.</p>\n<p>Algumas piadas mantinham as mulheres afastadas. Algumas ações condescendentes fizeram com que se sentissem diminuídas. E mesmo a falta de informação de nossa parte, de que os WordCamps são eventos inclusivos, fez com que as mulheres não viessem. A falta de tempo também foi um fator importante.</p>\n<p>Com base nesses dados, no ano seguinte conseguimos aumentar a proporção de mulheres palestrantes de 5% para 32% no WordCamp São Paulo 2015. Mais mulheres se tornaram organizadoras também. Em 2019, temos 4 mulheres de 10 organizadores ativos. No último WordCamp, tivemos deficientes visuais comparecendo e o feedback deles foi ótimo. Ainda precisamos melhorar a diversidade racial.</p>\n<h3>Barreiras e fronteiras</h3>\n<p>Em 2015, Allyson me contou sobre o novo programa de bolsas de estudos da Fundação WordPress para mulheres que trabalham pela igualdade na comunidade em todo o mundo. Então me inscrevi para a primeira bolsa Kim Parsell Memorial. Kim Parsell deixou um lindo legado de inclusão e amor, tendo trabalhado para trazer mais mulheres, pessoas mais velhas e outras minorias para a comunidade WordPress. Ela era conhecida como a #WPMom.</p>\n<p>O resultado veio alguns meses depois. Recebi um email e não tive reação por alguns minutos. Eu tinha ganhado a bolsa que me garantia uma viagem para o WordCamp US 2015, na Filadélfia, na Pensilvânia, com voos e hotel cobertos.</p>\n<p>Veja bem: eu nunca tinha saído do meu país. Eu tinha acabado de voar de avião pela primeira vez naquele mesmo ano. Eu não estava nem perto de sonhar em ir para os EUA, porque era impossível para mim no momento. Às vezes sua mentalidade na única coisa colocando limitações em seus sonhos.</p>\n<p>Eu estava tão feliz, você não faz ideia. Alx Block e Cami Kaos entraram em contato para me dar instruções e foram muito gentis.</p>\n<p>Mas então… meu pedido de visto foi negado. Eles consideraram minha solicitação repentina de passaporte e visto, sem dinheiro para viajar (esse é exatamente o ponto de uma bolsa de estudos!), e a falta de “laços” no Brasil muito suspeitos. Eu disse a eles que a Fundação WordPress pagaria por tudo. Os voos e o hotel já estavam reservados. O oficial até me disse que a carta da Fundação WordPress poderia ser facilmente falsificada. Eu tentei de novo, sem sucesso.</p>\n<p>Eu não pude ir para o WordCamp US 2015.</p>\n<p>Eu também não pude ir ao WordCamp US 2016, quando eles perguntaram se eu queria tentar novamente, e meu visto foi negado… de novo. Desta vez, acho que pelo menos o oficial pesquisou on-line por mim, viu que era verdade, mas não conseguiu fazer nada, pois minha situação não mudara.</p>\n<p>Eu estava tão desapontada. Ainda fico triste de lembrar, devo confessar. Às vezes, existem barreiras e portões reais que uma simples mudança de mentalidade não pode abrir.</p>\n<h3>Caminhos cruzados</h3>\n<p>Nos anos seguintes, concentrei-me em minha empresa e no trabalho na comunidade. A saúde da minha mãe melhorou, ela está em ótima agora. Minha família apóia meu trabalho.</p>\n<p>Nós nos tornamos especialistas em WordPress na Haste. Desenvolvemos temas, plugins e sites para empresas no Brasil e na América. Agora tenho uma renda estável e vivo exclusivamente do meu trabalho com o WordPress. Estamos comemorando 10 anos em 2019.</p>\n<p>Eu viajei pelo Brasil por causa do WordPress, para falar em WordCamps e Meetups. Fui para Fortaleza, Belo Horizonte, Curitiba, Porto Alegre. Eu vejo mais e mais mulheres trabalhando com o WordPress, participando de meetups e WordCamps, e conversando, encontrando algo familiar no rosto das outras mulheres.</p>\n<p>No ano passado, decidimos que iríamos para o WordCamp Europa 2019 em Berlim, já que não precisamos de visto para a maioria dos países, incluindo a Alemanha.</p>\n<p>Desta vez, posso pagar (com muito planejamento e redução de despesas). Tenho que confessar que estou um pouco ansiosa com o processo de imigração.</p>\n<p>Meu objetivo no WordCamp Europa é conhecer o máximo de pessoas que posso. Não é uma questão de quantidade, mas se a comunidade do WordPress me ensinou algo foi que cada pessoa tem algo para ensinar e aprender. Então, se você estiver participando do WordCamp Europa, vamos nos conhecer!</p>\n<h3>Abrindo trilhas</h3>\n<p>Então agora eu espero que você possa ver o que essa viagem realmente significa para mim, e porque cada pequena conquista significa muito. Não é só porque foi difícil. Mas porque eu não sou a única que merece isso, mas infelizmente sou uma exceção entre outras pessoas que têm o mesmo histórico que eu.</p>\n<p>Há tantas meninas e meninos que não se atrevem a sonhar em visitar outros países ou até mesmo entrar na faculdade. E quando se atrevem, tem seus sonhos podados. Muitas crianças que não têm computador nem acesso à internet. A única diferença é que me foram dadas oportunidades, as pessoas acreditaram em mim. Portas foram abertas. E só então eu pude provar o meu valor.</p>\n<p>Agora meu próximo sonho é poder tornar a jornada um pouco mais fácil do que foi para mim, especialmente para mulheres e jovens brasileiros. Porque acho que é nossa responsabilidade na comunidade. Ensine outras pessoas, compartilhe informações, doe um pouco do seu tempo, crie novas ferramentas, plugins e recursos, oriente as pessoas. Como diz a tatuagem do meu irmão, seja a pessoa de que você precisava quando era mais jovem.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How the WordPress community helped me find my way\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20the%20WordPress%20community%20helped%20me%20find%20my%20way&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-the-wordpress-community-helped-me-find-my-way%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How the WordPress community helped me find my way\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-the-wordpress-community-helped-me-find-my-way%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-the-wordpress-community-helped-me-find-my-way%2F&title=How+the+WordPress+community+helped+me+find+my+way\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How the WordPress community helped me find my way\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/how-the-wordpress-community-helped-me-find-my-way/&media=https://heropress.com/wp-content/uploads/2020/04/042419-min-150x150.jpg&description=How the WordPress community helped me find my way\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How the WordPress community helped me find my way\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/how-the-wordpress-community-helped-me-find-my-way/\" title=\"How the WordPress community helped me find my way\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/how-the-wordpress-community-helped-me-find-my-way/\">How the WordPress community helped me find my way</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Apr 2019 12:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Anyssa Ferreira\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Henry Zhu Launches New Maintainers Anonymous Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=89021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/henry-zhu-launches-new-maintainers-anonymous-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3117:\"<p><a href=\"https://www.maintainersanonymous.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Maintainers Anonymous</a> is a new podcast created by <a href=\"https://www.henryzoo.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Henry Zhu</a>, who has been the primary maintainer of <a href=\"https://github.com/babel/babel/\" rel=\"noopener noreferrer\" target=\"_blank\">Babel</a> for the past two years. Babel is a JavaScript compiler used by Facebook, Netflix, Spotify, and millions of others. It is downloaded over <a href=\"https://www.npmjs.com/package/babel-core\" rel=\"noopener noreferrer\" target=\"_blank\">18 million times per month</a> and used by <a href=\"https://github.com/babel/babel/network/dependents?package_id=UGFja2FnZS0xMzk3Nzk4Mg%3D%3D\" rel=\"noopener noreferrer\" target=\"_blank\">more than 1.8 million repositories</a> on GitHub. Zhu recently left his job at Adobe to work on Babel and open source full-time. </p>\n<p>In his new podcast, Zhu is talking with other maintainers to unearth their valuable perspectives and share similar struggles. By presenting them as regular people, rather than faceless code projects, Zhu is aiming to encourage empathy for maintainers.</p>\n<p>Maintainers Anonymous is centered around the “how” of maintenance and Zhu is open to having guests from a variety of fields and disciplines, such as a librarian, gardener, or moderator. In an episode titled “<a href=\"https://www.maintainersanonymous.com/1\" rel=\"noopener noreferrer\" target=\"_blank\">Speedrunning with Omnigamer</a>,” Zhu and his first guest, Eric Koziel, discuss the intricacies of “speedrunning,” playing a video game with the goal of beating it as fast as possible. Koziel describes it as a medium for doing an optimization challenge. Since the games are just software, he and Zhu explored how speedrunning intersects with coding and talked about some of the parallels with maintaining open source software.</p>\n<p>The next two episodes are a series with guest <a href=\"https://twitter.com/sehurlburt\" rel=\"noopener noreferrer\" target=\"_blank\">Stephanie Hurlburt</a>, a graphics engineer and owner of the company that makes <a href=\"http://www.binomial.info/\" rel=\"noopener noreferrer\" target=\"_blank\">Basis</a>, an image/texture compression product. They delve deeper into how business development is relevant to open source, setting healthy boundaries, inherent vs. perceived value, marketing, and more. </p>\n<p>If you’re looking for a new podcast to add to your subscriptions, Zhu’s Maintainers Anonymous offers a wide variety of topics and perspectives that touch on open source, maintainership, and other aspects of life and business in the world of technology. New episodes are available on the podcast’s website, and listeners can also <a href=\"https://www.maintainersanonymous.com/subscribe\" rel=\"noopener noreferrer\" target=\"_blank\">subscribe</a> via RSS, Apple Podcasts, Google Podcasts, or Spotify. Follow <a href=\"https://twitter.com/MaintainersAnon\" rel=\"noopener noreferrer\" target=\"_blank\">@MaintainersAnono</a> on Twitter for all the latest.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Apr 2019 17:53:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Celebrate Earth Day by Learning about Environmentally Friendly Web Development on WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/celebrate-earth-day-by-learning-about-environmentally-friendly-web-development-on-wordpress-tv\";s: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:3247:\"<p>Today is Earth Day, a worldwide annual event first celebrated in 1970 that focuses on addressing environmental concerns. <a href=\"https://www.earthday.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Earth Day Network</a> coordinates 192 countries with more than a billion people participating in today’s event. The organization uses WordPress to build the world’s largest environmental movement through education, public policy, and consumer campaigns. </p>\n<p>Over the past few years, environmentally-friendly web development has become an increasingly popular topic at WordCamps. Several presentations are available on <a href=\"https://wordpress.tv\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.tv</a> that highlight how web developers have the ability to make a positive impact on reducing the internet’s carbon footprint.</p>\n<p>Jenn Schlick, a project manager at the MIT Energy Initiative, was one of the first WordCamp speakers to bring greater awareness to this topic with her presentation on <a href=\"https://wordpress.tv/2016/05/12/jenn-schlick-low-carbon-web-design/\" rel=\"noopener noreferrer\" target=\"_blank\">Low-Carbon Web Design</a> at WordCamp Finland in 2016. She explained a few ways that developers can minimize a website’s carbon footprint by choosing online services that are powered by renewable energy and optimizing for performance.</p>\n<div class=\"embed-wrap\"></div>\n<p>In 2017, Tom Greenwood gave a presentation titled <a href=\"https://wordpress.tv/2017/06/22/tom-greenwood-zero-carbon-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">Zero Carbon WordPress</a> that challenged the community to help tackle climate change. With WordPress powering such a large percentage of the web, the community has the opportunity to lead the way in developing sites that use less energy, powered by hosts that run on renewable energy sources.</p>\n<div class=\"embed-wrap\"></div>\n<p>More recently, Jack Lenox spoke at WordCamp Bordeaux 2019 on “<a href=\"https://wordpress.tv/2019/04/18/jack-lenox-how-better-performing-websites-can-help-save-the-planet/\" rel=\"noopener noreferrer\" target=\"_blank\">How better performing websites can help save the planet</a>.” His presentation had a stronger emphasis on performance with practical steps for simplifying the interface, reducing code, using the right image file types, caching, accessibility, and more.</p>\n<div class=\"embed-wrap\"></div>\n<p>Lenox has also created a tiny WordPress theme called <a href=\"https://github.com/jacklenox/susty\" rel=\"noopener noreferrer\" target=\"_blank\">Susty</a> that he said is “an experiment in minimalism.” It loads WordPress with <a href=\"https://blog.jacklenox.com/2018/06/04/delivering-wordpress-in-7kb/\" rel=\"noopener noreferrer\" target=\"_blank\">just 6KB of data transfer</a>.</p>\n<p>At WordCamp Nordic 2019, Jaakko Alajoki gave a presentation titled <a href=\"https://2019.nordic.wordcamp.org/session/environmental-friendly-wordpress-development/\" rel=\"noopener noreferrer\" target=\"_blank\">Environmentally friendly WordPress development</a>, with experiments that used a Raspberry Pi web server and power meter to demonstrate power consumption. The session should be available on WordPress.tv soon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Apr 2019 22:11:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 17 May 2019 00:25:56 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 17 May 2019 00:15:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20180206170026\";}','no'),(322,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1558095957','no'),(323,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1558052757','no'),(324,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1558095957','no'),(325,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/05/tomorrow-is-wordpress-translation-day-4/\'>Tomorrow is WordPress Translation Day 4</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/block-building-without-javascript-testing-acf-block-lab-and-lazy-blocks\'>WPTavern: Block building without JavaScript: Testing ACF, Block Lab, and Lazy Blocks</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/hostcamp-an-unconference-for-advancing-the-wordpress-infrastructure\'>WPTavern: HostCamp: An Unconference For Advancing the WordPress Infrastructure</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/matt-mullenweg-launches-new-blog-and-podcast-on-distributed-work\'>WPTavern: Matt Mullenweg Launches New Blog and Podcast on Distributed Work</a></li></ul></div>','no'),(326,'_site_transient_timeout_available_translations','1558063621','no'),(327,'_site_transient_available_translations','a:117:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.0.4\";s:7:\"updated\";s:19:\"2019-05-16 12:52:45\";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/5.0.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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-04 07:33:39\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s: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:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-05-14 14:59:20\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.10/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:\"5.0.4\";s:7:\"updated\";s:19:\"2018-12-11 16:43:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.4/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-16 08:58:26\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-03 05:43:12\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-05-05 14:40:10\";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/5.1.1/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-08 07:53:38\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-25 20:13:18\";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/5.1.1/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 16:09:24\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-07 21:15:55\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 16:09:18\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 10:42:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 10:39:56\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s: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:\"5.1.1\";s:7:\"updated\";s:19:\"2019-05-04 20:40:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-02 23:43:26\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-03 20:12:13\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-14 22:44:20\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 03:57: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/5.1.1/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-02 23:43:39\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-05 12:47:00\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-13 06:39:15\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-14 18:14:12\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 15:51:57\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 21:26:01\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-07 18:38:30\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-14 13:48:04\";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.9/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_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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-03 20:24:32\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.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:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 11:31:32\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 08:13:31\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-15 16:57:34\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-16 11:55:07\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s: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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 13:36:07\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/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:\"5.1.1\";s:7:\"updated\";s:19:\"2019-04-28 16:40:42\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-14 12:44:02\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";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/5.1.1/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.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";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.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-15 17:17:49\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 20:52:37\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/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:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 08:17:32\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/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.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";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.8/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:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-05-08 04:00:57\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.10/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 14:27:41\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/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.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";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.9.9/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:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 18:11:00\";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/5.0.3/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:6:\"4.7.13\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.13/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.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";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.8/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-15 16:55:21\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-12 16:08:42\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 16:28:02\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-23 09:40:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.1.1/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:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-09 16:36:42\";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/5.1.1/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:8:\"5.2-beta\";s:7:\"updated\";s:19:\"2019-04-09 16:46:27\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.2-beta/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_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-08 11:59:02\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-06 22:27:27\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-04-08 09:37:30\";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/5.1.1/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 12:37:09\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.1/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: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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-15 19:49:16\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-02 17:07:10\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s: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:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 15:30:32\";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/5.1.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-09 14:38:41\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"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:\"5.1.1\";s:7:\"updated\";s:19:\"2019-04-02 15:10:17\";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/5.1.1/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-07 19:44:35\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-02 17:43:22\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s: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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-16 18:10:11\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 18:24:05\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s: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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-07 17:05:24\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-31 10:39:40\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/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:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";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/5.0.3/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:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-16 01:27:31\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-10 05:35:48\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2018-12-21 00:57:14\";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/5.0.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 17:07:08\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(328,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1581289198;s:8:\"response\";a:10:{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.1.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.3.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:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:32:\"genesis-portfolio-pro/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/genesis-portfolio-pro\";s:4:\"slug\";s:21:\"genesis-portfolio-pro\";s:6:\"plugin\";s:32:\"genesis-portfolio-pro/plugin.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/genesis-portfolio-pro/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/genesis-portfolio-pro.1.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/genesis-portfolio-pro/assets/icon-256x256.png?rev=1756259\";s:2:\"1x\";s:74:\"https://ps.w.org/genesis-portfolio-pro/assets/icon-128x128.png?rev=1756259\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"genesis-simple-faq/genesis-simple-faq.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/genesis-simple-faq\";s:4:\"slug\";s:18:\"genesis-simple-faq\";s:6:\"plugin\";s:41:\"genesis-simple-faq/genesis-simple-faq.php\";s:11:\"new_version\";s:5:\"0.9.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/genesis-simple-faq/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/genesis-simple-faq.0.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/genesis-simple-faq/assets/icon-256x256.png?rev=1756237\";s:2:\"1x\";s:71:\"https://ps.w.org/genesis-simple-faq/assets/icon-128x128.png?rev=1756237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/genesis-simple-faq/assets/banner-1544x500.png?rev=1713773\";s:2:\"1x\";s:73:\"https://ps.w.org/genesis-simple-faq/assets/banner-772x250.png?rev=1713773\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"genesis-simple-share/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/genesis-simple-share\";s:4:\"slug\";s:20:\"genesis-simple-share\";s:6:\"plugin\";s:31:\"genesis-simple-share/plugin.php\";s:11:\"new_version\";s:5:\"1.1.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/genesis-simple-share/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/genesis-simple-share.1.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/genesis-simple-share/assets/icon-256x256.png?rev=1756215\";s:2:\"1x\";s:73:\"https://ps.w.org/genesis-simple-share/assets/icon-128x128.png?rev=1756215\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/genesis-simple-share/assets/banner-1544x500.png?rev=1756215\";s:2:\"1x\";s:75:\"https://ps.w.org/genesis-simple-share/assets/banner-772x250.png?rev=1756215\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:52:\"wpstudio-testimonial-slider/genesis-testimonials.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:41:\"w.org/plugins/wpstudio-testimonial-slider\";s:4:\"slug\";s:27:\"wpstudio-testimonial-slider\";s:6:\"plugin\";s:52:\"wpstudio-testimonial-slider/genesis-testimonials.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/wpstudio-testimonial-slider/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wpstudio-testimonial-slider.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/wpstudio-testimonial-slider/assets/icon-256x256.png?rev=1485507\";s:2:\"1x\";s:80:\"https://ps.w.org/wpstudio-testimonial-slider/assets/icon-128x128.png?rev=1485507\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/wpstudio-testimonial-slider/assets/banner-772x250.png?rev=1485507\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"icon-widget/icon-widget.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/icon-widget\";s:4:\"slug\";s:11:\"icon-widget\";s:6:\"plugin\";s:27:\"icon-widget/icon-widget.php\";s:11:\"new_version\";s:5:\"1.2.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/icon-widget/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/icon-widget.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/icon-widget/assets/icon-256x256.png?rev=1729008\";s:2:\"1x\";s:64:\"https://ps.w.org/icon-widget/assets/icon-128x128.png?rev=1729008\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/icon-widget/assets/banner-1544x500.png?rev=1729009\";s:2:\"1x\";s:66:\"https://ps.w.org/icon-widget/assets/banner-772x250.png?rev=1729009\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"2.5.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.2.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=1694310\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=1694310\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=1694310\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=1694310\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"seo-slider/seo-slider.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/seo-slider\";s:4:\"slug\";s:10:\"seo-slider\";s:6:\"plugin\";s:25:\"seo-slider/seo-slider.php\";s:11:\"new_version\";s:6:\"1.0.10\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/seo-slider/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/seo-slider.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/seo-slider/assets/icon-256x256.png?rev=1787394\";s:2:\"1x\";s:63:\"https://ps.w.org/seo-slider/assets/icon-128x128.png?rev=1787394\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/seo-slider/assets/banner-1544x500.png?rev=1787394\";s:2:\"1x\";s:65:\"https://ps.w.org/seo-slider/assets/banner-772x250.png?rev=1787394\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"simple-social-icons/simple-social-icons.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/simple-social-icons\";s:4:\"slug\";s:19:\"simple-social-icons\";s:6:\"plugin\";s:43:\"simple-social-icons/simple-social-icons.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/simple-social-icons/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/simple-social-icons.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/simple-social-icons/assets/icon-256x256.png?rev=1335655\";s:2:\"1x\";s:72:\"https://ps.w.org/simple-social-icons/assets/icon-128x128.png?rev=1335655\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/simple-social-icons/assets/banner-1544x500.png?rev=1587503\";s:2:\"1x\";s:74:\"https://ps.w.org/simple-social-icons/assets/banner-772x250.png?rev=1587503\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"13.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.13.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:33:\"genesis-enews-extended/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/genesis-enews-extended\";s:4:\"slug\";s:22:\"genesis-enews-extended\";s:6:\"plugin\";s:33:\"genesis-enews-extended/plugin.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/genesis-enews-extended/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/genesis-enews-extended.2.1.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:66:\"https://s.w.org/plugins/geopattern-icon/genesis-enews-extended.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:63:\"genesis-widget-column-classes/genesis-widget-column-classes.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:43:\"w.org/plugins/genesis-widget-column-classes\";s:4:\"slug\";s:29:\"genesis-widget-column-classes\";s:6:\"plugin\";s:63:\"genesis-widget-column-classes/genesis-widget-column-classes.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/genesis-widget-column-classes/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/genesis-widget-column-classes.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/genesis-widget-column-classes/assets/icon-256x256.png?rev=1474678\";s:2:\"1x\";s:82:\"https://ps.w.org/genesis-widget-column-classes/assets/icon-128x128.png?rev=1474678\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/genesis-widget-column-classes/assets/banner-1544x500.png?rev=1474678\";s:2:\"1x\";s:84:\"https://ps.w.org/genesis-widget-column-classes/assets/banner-772x250.png?rev=1474678\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"ank-google-map/ank-google-map.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/ank-google-map\";s:4:\"slug\";s:14:\"ank-google-map\";s:6:\"plugin\";s:33:\"ank-google-map/ank-google-map.php\";s:11:\"new_version\";s:5:\"2.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/ank-google-map/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/ank-google-map.2.6.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/ank-google-map/assets/icon-128x128.png?rev=1001675\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/ank-google-map/assets/banner-772x250.png?rev=1006278\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"wp-featherlight/wp-featherlight.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-featherlight\";s:4:\"slug\";s:15:\"wp-featherlight\";s:6:\"plugin\";s:35:\"wp-featherlight/wp-featherlight.php\";s:11:\"new_version\";s:5:\"1.3.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-featherlight/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-featherlight.1.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-featherlight/assets/icon-256x256.png?rev=1930247\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-featherlight/assets/icon-256x256.png?rev=1930247\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-featherlight/assets/banner-1544x500.jpg?rev=1930249\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-featherlight/assets/banner-772x250.png?rev=1930248\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(332,'_transient_timeout_wpseo_site_information','1558146600','no'),(333,'_transient_wpseo_site_information','O:8:\"stdClass\":2:{s:3:\"url\";s:29:\"http://www.maverickclaims.com\";s:13:\"subscriptions\";a:0:{}}','no'),(336,'rewrite_rules','a:150:{s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:55:\"portfolio-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-type=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-type=$matches[1]&feed=$matches[2]\";s:31:\"portfolio-type/([^/]+)/embed/?$\";s:47:\"index.php?portfolio-type=$matches[1]&embed=true\";s:43:\"portfolio-type/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio-type=$matches[1]&paged=$matches[2]\";s:25:\"portfolio-type/([^/]+)/?$\";s:36:\"index.php?portfolio-type=$matches[1]\";s:35:\"portfolio/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"portfolio/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"portfolio/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"portfolio/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"portfolio/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"portfolio/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"portfolio/(.+?)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:28:\"portfolio/(.+?)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:48:\"portfolio/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:43:\"portfolio/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:36:\"portfolio/(.+?)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:43:\"portfolio/(.+?)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/(.+?)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s: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:34:\"gs_faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"gs_faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"gs_faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"gs_faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"gs_faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"gs_faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"gs_faq/([^/]+)/embed/?$\";s:39:\"index.php?gs_faq=$matches[1]&embed=true\";s:27:\"gs_faq/([^/]+)/trackback/?$\";s:33:\"index.php?gs_faq=$matches[1]&tb=1\";s:35:\"gs_faq/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?gs_faq=$matches[1]&paged=$matches[2]\";s:42:\"gs_faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?gs_faq=$matches[1]&cpage=$matches[2]\";s:31:\"gs_faq/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?gs_faq=$matches[1]&page=$matches[2]\";s:23:\"gs_faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"gs_faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"gs_faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"gs_faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"gs_faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"gs_faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s: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'),(385,'genesis_expiring_setting_update_expiration','1581375598','no'),(386,'genesis_expiring_setting_update','a:5:{s:5:\"theme\";s:7:\"genesis\";s:3:\"url\";s:41:\"https://my.studiopress.com/themes/genesis\";s:11:\"new_version\";s:5:\"3.2.1\";s:7:\"package\";s:61:\"https://api.genesistheme.com/download/?file=genesis.3.2.1.zip\";s:13:\"changelog_url\";s:63:\"https://studiopress.github.io/genesis/changelog/?TB_iframe=true\";}','no'),(387,'_site_transient_timeout_theme_roots','1581290999','no'),(388,'_site_transient_theme_roots','a:10:{s:12:\"altitude-pro\";s:7:\"/themes\";s:18:\"business-pro-theme\";s:7:\"/themes\";s:8:\"cafe-pro\";s:7:\"/themes\";s:13:\"corporate-pro\";s:7:\"/themes\";s:7:\"genesis\";s:7:\"/themes\";s:14:\"monochrome-pro\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=366 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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'),(2,4,'_wp_trash_meta_status','publish'),(3,4,'_wp_trash_meta_time','1557121591'),(4,1,'_wp_trash_meta_status','publish'),(5,1,'_wp_trash_meta_time','1557121630'),(6,1,'_wp_desired_post_slug','hello-world'),(7,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:5:\"trash\";}'),(8,6,'_wp_trash_meta_status','publish'),(9,6,'_wp_trash_meta_time','1557121719'),(10,7,'_customize_draft_post_name','home'),(11,7,'_customize_changeset_uuid','e1b5b666-b719-476a-8536-cc020234d590'),(19,8,'_customize_restore_dismissed','1'),(20,12,'_wp_trash_meta_status','publish'),(21,12,'_wp_trash_meta_time','1557122156'),(22,2,'_edit_lock','1557122255:1'),(23,2,'_edit_last','1'),(24,2,'_genesis_scripts_body_position','bottom'),(27,15,'_wp_attached_file','2019/05/Maverick-Claims-Disaster-Adjusters.jpeg'),(28,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5873;s:6:\"height\";i:3915;s:4:\"file\";s:47:\"2019/05/Maverick-Claims-Disaster-Adjusters.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Maverick-Claims-Disaster-Adjusters-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Maverick-Claims-Disaster-Adjusters-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Maverick-Claims-Disaster-Adjusters-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Maverick-Claims-Disaster-Adjusters-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"featured-page\";a:4:{s:4:\"file\";s:48:\"Maverick-Claims-Disaster-Adjusters-1140x400.jpeg\";s:5:\"width\";i:1140;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"eric - stock.adobe.com\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1505066356\";s:9:\"copyright\";s:24:\"©eric - stock.adobe.com\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:82:\"American Flag next to a pile of trash from a home that was hit by Hurricane Harvey\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:9:\"hurricane\";i:1;s:5:\"texas\";i:2;s:9:\"aftermath\";i:3;s:6:\"harvey\";i:4;s:7:\"houston\";i:5;s:8:\"disaster\";i:6;s:5:\"water\";i:7;s:5:\"flood\";i:8;s:4:\"loss\";i:9;s:5:\"storm\";i:10;s:5:\"urban\";i:11;s:7:\"weather\";i:12;s:7:\"natural\";i:13;s:9:\"community\";i:14;s:5:\"trash\";i:15;s:6:\"street\";i:16;s:4:\"road\";i:17;s:9:\"insurance\";i:18;s:12:\"construction\";i:19;s:7:\"garbage\";i:20;s:5:\"house\";i:21;s:11:\"destruction\";i:22;s:10:\"high water\";i:23;s:4:\"rain\";i:24;s:12:\"human impact\";i:25;s:7:\"cleanup\";i:26;s:7:\"rebuild\";i:27;s:6:\"nature\";i:28;s:16:\"hurricane harvey\";i:29;s:6:\"diimsa\";i:30;s:5:\"total\";i:31;s:5:\"trees\";i:32;s:2:\"up\";i:33;s:10:\"demolition\";i:34;s:6:\"repair\";i:35;s:6:\"debris\";i:36;s:7:\"tragedy\";i:37;s:12:\"neighborhood\";i:38;s:6:\"damage\";i:39;s:4:\"fema\";i:40;s:5:\"clean\";i:41;s:11:\"environment\";i:42;s:9:\"furniture\";i:43;s:14:\"climate change\";i:44;s:4:\"pile\";i:45;s:11:\"catastrophe\";i:46;s:4:\"city\";i:47;s:12:\"water damage\";i:48;s:8:\"building\";i:49;s:14:\"house contents\";}}}'),(29,16,'_edit_lock','1557687057:1'),(30,15,'_wp_attachment_image_alt','Maverick Claims Insurance Adjusters'),(31,17,'_wp_attached_file','2019/05/cropped-Maverick-Claims-Disaster-Adjusters.jpeg'),(32,17,'_wp_attachment_context','custom-header'),(33,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:479;s:4:\"file\";s:55:\"2019/05/cropped-Maverick-Claims-Disaster-Adjusters.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"cropped-Maverick-Claims-Disaster-Adjusters-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"cropped-Maverick-Claims-Disaster-Adjusters-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"featured-page\";a:4:{s:4:\"file\";s:55:\"cropped-Maverick-Claims-Disaster-Adjusters-720x400.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:15;}'),(46,21,'_menu_item_type','post_type'),(47,21,'_menu_item_menu_item_parent','0'),(48,21,'_menu_item_object_id','2'),(49,21,'_menu_item_object','page'),(50,21,'_menu_item_target',''),(51,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(52,21,'_menu_item_xfn',''),(53,21,'_menu_item_url',''),(54,16,'_wp_trash_meta_status','publish'),(55,16,'_wp_trash_meta_time','1557687077'),(58,24,'_wp_attached_file','2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg'),(59,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8495;s:6:\"height\";i:5663;s:4:\"file\";s:64:\"2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Maverick-Claims-Disaster-Adjusters-Louisiana-Claims-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Maverick-Claims-Disaster-Adjusters-Louisiana-Claims-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Maverick-Claims-Disaster-Adjusters-Louisiana-Claims-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Maverick-Claims-Disaster-Adjusters-Louisiana-Claims-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"featured-page\";a:4:{s:4:\"file\";s:65:\"Maverick-Claims-Disaster-Adjusters-Louisiana-Claims-1140x400.jpeg\";s:5:\"width\";i:1140;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:31:\"Brian Jackson - stock.adobe.com\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:96:\"Choosing the right real estate property, house or new home in a housing development or community\";s:17:\"created_timestamp\";s:10:\"1507213146\";s:9:\"copyright\";s:33:\"©Brian Jackson - stock.adobe.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:53:\"Searching for real estate property, house or new home\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:114:{i:0;s:5:\"house\";i:1;s:6:\"houses\";i:2;s:4:\"home\";i:3;s:6:\"buying\";i:4;s:3:\"buy\";i:5;s:4:\"best\";i:6;s:11:\"real estate\";i:7;s:6:\"search\";i:8;s:9:\"searching\";i:9;s:7:\"finding\";i:10;s:9:\"selecting\";i:11;s:8:\"choosing\";i:12;s:6:\"choice\";i:13;s:7:\"inspect\";i:14;s:10:\"inspecting\";i:15;s:9:\"inspector\";i:16;s:10:\"inspection\";i:17;s:8:\"scrutiny\";i:18;s:12:\"moving house\";i:19;s:8:\"property\";i:20;s:7:\"selling\";i:21;s:8:\"for sale\";i:22;s:4:\"sold\";i:23;s:9:\"community\";i:24;s:17:\"real estate agent\";i:25;s:6:\"estate\";i:26;s:7:\"examine\";i:27;s:9:\"examining\";i:28;s:3:\"red\";i:29;s:7:\"finance\";i:30;s:10:\"assessment\";i:31;s:9:\"appraisal\";i:32;s:7:\"looking\";i:33;s:6:\"review\";i:34;s:10:\"evaluation\";i:35;s:3:\"new\";i:36;s:8:\"mortgage\";i:37;s:4:\"loan\";i:38;s:8:\"security\";i:39;s:6:\"secure\";i:40;s:10:\"relocation\";i:41;s:13:\"individuality\";i:42;s:8:\"business\";i:43;s:12:\"construction\";i:44;s:11:\"residential\";i:45;s:19:\"housing development\";i:46;s:9:\"analysing\";i:47;s:7:\"quality\";i:48;s:11:\"opportunity\";i:49;s:4:\"rent\";i:50;s:7:\"renting\";i:51;s:5:\"owner\";i:52;s:10:\"investment\";i:53;s:4:\"sale\";i:54;s:27:\"standing out from the crowd\";i:55;s:9:\"apartment\";i:56;s:12:\"neighborhood\";i:57;s:5:\"buyer\";i:58;s:8:\"purchase\";i:59;s:10:\"purchasing\";i:60;s:7:\"housing\";i:61;s:6:\"colour\";i:62;s:11:\"photography\";i:63;s:10:\"horizontal\";i:64;s:5:\"house\";i:65;s:6:\"houses\";i:66;s:4:\"home\";i:67;s:6:\"buying\";i:68;s:3:\"buy\";i:69;s:4:\"best\";i:70;s:11:\"real estate\";i:71;s:6:\"search\";i:72;s:9:\"searching\";i:73;s:7:\"finding\";i:74;s:9:\"selecting\";i:75;s:8:\"choosing\";i:76;s:6:\"choice\";i:77;s:7:\"inspect\";i:78;s:10:\"inspecting\";i:79;s:9:\"inspector\";i:80;s:10:\"inspection\";i:81;s:8:\"scrutiny\";i:82;s:12:\"moving house\";i:83;s:8:\"property\";i:84;s:7:\"selling\";i:85;s:8:\"for sale\";i:86;s:4:\"sold\";i:87;s:9:\"community\";i:88;s:17:\"real estate agent\";i:89;s:6:\"estate\";i:90;s:9:\"examining\";i:91;s:3:\"red\";i:92;s:7:\"finance\";i:93;s:10:\"assessment\";i:94;s:3:\"new\";i:95;s:8:\"mortgage\";i:96;s:4:\"loan\";i:97;s:10:\"relocation\";i:98;s:8:\"business\";i:99;s:12:\"construction\";i:100;s:11:\"residential\";i:101;s:19:\"housing development\";i:102;s:4:\"rent\";i:103;s:7:\"renting\";i:104;s:5:\"owner\";i:105;s:10:\"investment\";i:106;s:4:\"sale\";i:107;s:27:\"standing out from the crowd\";i:108;s:9:\"apartment\";i:109;s:12:\"neighborhood\";i:110;s:5:\"buyer\";i:111;s:8:\"purchase\";i:112;s:10:\"purchasing\";i:113;s:7:\"housing\";}}}'),(60,24,'_wp_attachment_image_alt','Maverick Claims Disaster Adjusters'),(61,25,'_edit_lock','1557687775:1'),(62,25,'_wp_trash_meta_status','publish'),(63,25,'_wp_trash_meta_time','1557687823'),(66,27,'_wp_trash_meta_status','publish'),(67,27,'_wp_trash_meta_time','1557688041'),(68,28,'_wp_attached_file','2019/05/MaverickClaimsInsuranceAdjusters_logo-1.jpg'),(69,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:232;s:4:\"file\";s:51:\"2019/05/MaverickClaimsInsuranceAdjusters_logo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"MaverickClaimsInsuranceAdjusters_logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"MaverickClaimsInsuranceAdjusters_logo-1-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,29,'_wp_attached_file','2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png'),(71,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:232;s:4:\"file\";s:51:\"2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"MaverickClaimsInsuranceAdjusters_logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"MaverickClaimsInsuranceAdjusters_logo-1-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,30,'_wp_attached_file','2019/05/Maverick-Claims-Covington-La.jpeg'),(73,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:3375;s:4:\"file\";s:41:\"2019/05/Maverick-Claims-Covington-La.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Maverick-Claims-Covington-La-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Maverick-Claims-Covington-La-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Maverick-Claims-Covington-La-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Maverick-Claims-Covington-La-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:26:\"d3images - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:35:\"3d house line red white home estate\";s:17:\"created_timestamp\";s:10:\"1314362340\";s:9:\"copyright\";s:28:\"©d3images - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:17:\"3d house line red\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:4:\"home\";i:1;s:5:\"house\";i:2;s:3:\"red\";i:3;s:4:\"real\";i:4;s:5:\"white\";i:5;s:6:\"estate\";i:6;s:6:\"symbol\";i:7;s:12:\"architecture\";i:8;s:4:\"sign\";i:9;s:5:\"small\";i:10;s:11:\"residential\";i:11;s:8:\"isolated\";i:12;s:4:\"sale\";i:13;s:7:\"housing\";i:14;s:8:\"exterior\";i:15;s:9:\"structure\";i:16;s:8:\"business\";i:17;s:10:\"background\";i:18;s:6:\"market\";i:19;s:4:\"loan\";i:20;s:12:\"construction\";i:21;s:8:\"mortgage\";i:22;s:5:\"model\";i:23;s:7:\"concept\";i:24;s:4:\"icon\";i:25;s:10:\"investment\";i:26;s:6:\"rental\";i:27;s:8:\"abstract\";i:28;s:9:\"insurance\";i:29;s:5:\"shape\";i:30;s:12:\"illustration\";i:31;s:4:\"door\";i:32;s:6:\"wealth\";i:33;s:8:\"property\";i:34;s:7:\"mansion\";i:35;s:8:\"building\";i:36;s:4:\"rent\";i:37;s:6:\"design\";i:38;s:4:\"plan\";i:39;s:6:\"window\";i:40;s:8:\"security\";i:41;s:3:\"buy\";i:42;s:6:\"render\";i:43;s:2:\"3d\";i:44;s:11:\"real-estate\";i:45;s:8:\"close-up\";i:46;s:8:\"internet\";i:47;s:9:\"inspector\";i:48;s:5:\"metal\";i:49;s:3:\"new\";i:50;s:4:\"home\";i:51;s:5:\"house\";i:52;s:3:\"red\";i:53;s:4:\"real\";i:54;s:5:\"white\";i:55;s:6:\"estate\";i:56;s:12:\"architecture\";i:57;s:4:\"sale\";i:58;s:10:\"background\";i:59;s:8:\"building\";i:60;s:2:\"3d\";i:61;s:11:\"real-estate\";i:62;s:6:\"symbol\";i:63;s:4:\"sign\";i:64;s:5:\"small\";i:65;s:11:\"residential\";i:66;s:8:\"isolated\";i:67;s:7:\"housing\";i:68;s:8:\"exterior\";i:69;s:9:\"structure\";i:70;s:8:\"business\";i:71;s:6:\"market\";i:72;s:4:\"loan\";i:73;s:12:\"construction\";i:74;s:8:\"mortgage\";i:75;s:5:\"model\";i:76;s:7:\"concept\";i:77;s:4:\"icon\";i:78;s:10:\"investment\";i:79;s:6:\"rental\";i:80;s:8:\"abstract\";i:81;s:9:\"insurance\";i:82;s:5:\"shape\";i:83;s:12:\"illustration\";i:84;s:4:\"door\";i:85;s:6:\"wealth\";i:86;s:8:\"property\";i:87;s:7:\"mansion\";i:88;s:4:\"rent\";i:89;s:6:\"design\";i:90;s:4:\"plan\";i:91;s:6:\"window\";i:92;s:8:\"security\";i:93;s:3:\"buy\";i:94;s:6:\"render\";i:95;s:8:\"close-up\";i:96;s:8:\"internet\";i:97;s:9:\"inspector\";i:98;s:5:\"metal\";i:99;s:3:\"new\";}}}'),(74,31,'_wp_attached_file','2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin.jpeg'),(75,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3546;s:6:\"height\";i:2150;s:4:\"file\";s:65:\"2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-300x182.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-768x466.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-1024x621.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:29:\"trongnguyen - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:75:\"Geocolor Image of Hurricane Irma. Elements of this image furnished by NASA.\";s:17:\"created_timestamp\";s:10:\"1504968722\";s:9:\"copyright\";s:31:\"©trongnguyen - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:75:\"Geocolor Image of Hurricane Irma. Elements of this image furnished by NASA.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:5:\"above\";i:1;s:6:\"aerial\";i:2;s:11:\"approaching\";i:3;s:8:\"atlantic\";i:4;s:9:\"attention\";i:5;s:3:\"big\";i:6;s:9:\"caribbean\";i:7;s:12:\"catastrophic\";i:8;s:7:\"caution\";i:9;s:5:\"cloud\";i:10;s:5:\"coast\";i:11;s:6:\"cosmos\";i:12;s:6:\"damage\";i:13;s:6:\"danger\";i:14;s:9:\"dangerous\";i:15;s:8:\"detailed\";i:16;s:8:\"disaster\";i:17;s:5:\"earth\";i:18;s:4:\"east\";i:19;s:9:\"emergency\";i:20;s:7:\"extreme\";i:21;s:7:\"florida\";i:22;s:5:\"globe\";i:23;s:4:\"gulf\";i:24;s:6:\"hazard\";i:25;s:4:\"high\";i:26;s:9:\"hurricane\";i:27;s:5:\"image\";i:28;s:13:\"international\";i:29;s:4:\"irma\";i:30;s:4:\"nasa\";i:31;s:5:\"ocean\";i:32;s:6:\"planet\";i:33;s:4:\"risk\";i:34;s:3:\"sea\";i:35;s:3:\"sky\";i:36;s:5:\"space\";i:37;s:7:\"station\";i:38;s:5:\"storm\";i:39;s:6:\"strong\";i:40;s:3:\"top\";i:41;s:7:\"tornado\";i:42;s:8:\"tropical\";i:43;s:7:\"typhoon\";i:44;s:8:\"universe\";i:45;s:3:\"usa\";i:46;s:7:\"warning\";i:47;s:7:\"weather\";i:48;s:4:\"wind\";i:49;s:5:\"world\";i:50;s:5:\"above\";i:51;s:6:\"aerial\";i:52;s:11:\"approaching\";i:53;s:8:\"atlantic\";i:54;s:9:\"attention\";i:55;s:3:\"big\";i:56;s:9:\"caribbean\";i:57;s:12:\"catastrophic\";i:58;s:7:\"caution\";i:59;s:5:\"cloud\";i:60;s:5:\"coast\";i:61;s:6:\"cosmos\";i:62;s:6:\"damage\";i:63;s:6:\"danger\";i:64;s:9:\"dangerous\";i:65;s:8:\"detailed\";i:66;s:8:\"disaster\";i:67;s:5:\"earth\";i:68;s:4:\"east\";i:69;s:9:\"emergency\";i:70;s:7:\"extreme\";i:71;s:7:\"florida\";i:72;s:5:\"globe\";i:73;s:4:\"gulf\";i:74;s:6:\"hazard\";i:75;s:4:\"high\";i:76;s:9:\"hurricane\";i:77;s:5:\"image\";i:78;s:13:\"international\";i:79;s:4:\"irma\";i:80;s:4:\"nasa\";i:81;s:5:\"ocean\";i:82;s:6:\"planet\";i:83;s:4:\"risk\";i:84;s:3:\"sea\";i:85;s:3:\"sky\";i:86;s:5:\"space\";i:87;s:7:\"station\";i:88;s:5:\"storm\";i:89;s:6:\"strong\";i:90;s:3:\"top\";i:91;s:7:\"tornado\";i:92;s:8:\"tropical\";i:93;s:7:\"typhoon\";i:94;s:8:\"universe\";i:95;s:3:\"usa\";i:96;s:7:\"warning\";i:97;s:7:\"weather\";i:98;s:4:\"wind\";i:99;s:5:\"world\";}}}'),(76,32,'_wp_attached_file','2019/05/Maverick-office-front-127-Terra-Bella-Blvd.jpg'),(77,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1808;s:6:\"height\";i:2307;s:4:\"file\";s:54:\"2019/05/Maverick-office-front-127-Terra-Bella-Blvd.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Maverick-office-front-127-Terra-Bella-Blvd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Maverick-office-front-127-Terra-Bella-Blvd-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Maverick-office-front-127-Terra-Bella-Blvd-768x980.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Maverick-office-front-127-Terra-Bella-Blvd-803x1024.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(78,33,'_wp_attached_file','2019/05/cropped-MaverickClaimsInsuranceAdjusters_logo-1.png'),(79,33,'_wp_attachment_context','site-icon'),(80,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:59:\"2019/05/cropped-MaverickClaimsInsuranceAdjusters_logo-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"cropped-MaverickClaimsInsuranceAdjusters_logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"cropped-MaverickClaimsInsuranceAdjusters_logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:59:\"cropped-MaverickClaimsInsuranceAdjusters_logo-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:59:\"cropped-MaverickClaimsInsuranceAdjusters_logo-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:59:\"cropped-MaverickClaimsInsuranceAdjusters_logo-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:57:\"cropped-MaverickClaimsInsuranceAdjusters_logo-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,29,'_wp_attachment_custom_header_last_used_cafe-pro','1557688467'),(82,29,'_wp_attachment_is_custom_header','cafe-pro'),(83,34,'_edit_lock','1557688449:1'),(84,34,'_wp_trash_meta_status','publish'),(85,34,'_wp_trash_meta_time','1557688467'),(86,35,'_edit_lock','1557688540:1'),(87,35,'_wp_trash_meta_status','publish'),(88,35,'_wp_trash_meta_time','1557688569'),(89,36,'_edit_lock','1558056725:1'),(90,36,'_edit_last','1'),(91,36,'_genesis_scripts_body_position','bottom'),(92,38,'_edit_lock','1558054824:1'),(93,38,'_edit_last','1'),(94,38,'_genesis_scripts_body_position','bottom'),(95,38,'_yoast_wpseo_content_score','30'),(96,40,'_edit_lock','1558055408:1'),(97,40,'_edit_last','1'),(98,40,'_genesis_scripts_body_position','bottom'),(99,40,'_yoast_wpseo_content_score','30'),(100,42,'_edit_lock','1558054421:1'),(101,42,'_edit_last','1'),(102,42,'_genesis_scripts_body_position','bottom'),(103,42,'_yoast_wpseo_content_score','30'),(104,44,'_edit_lock','1558054358:1'),(105,44,'_edit_last','1'),(106,44,'_genesis_scripts_body_position','bottom'),(107,44,'_yoast_wpseo_content_score','30'),(108,46,'_edit_lock','1558053762:1'),(109,46,'_edit_last','1'),(110,48,'_edit_lock','1558053668:1'),(111,46,'_genesis_scripts_body_position','bottom'),(112,46,'_yoast_wpseo_content_score','30'),(113,48,'_edit_last','1'),(114,48,'_genesis_scripts_body_position','bottom'),(115,48,'_yoast_wpseo_content_score','30'),(116,50,'_edit_lock','1558056234:1'),(117,50,'_edit_last','1'),(118,50,'_genesis_scripts_body_position','bottom'),(119,50,'_yoast_wpseo_content_score','30'),(120,52,'_edit_lock','1558059783:1'),(121,52,'_edit_last','1'),(122,52,'_genesis_scripts_body_position','bottom'),(123,52,'_yoast_wpseo_content_score','60'),(124,54,'_edit_lock','1558056643:1'),(125,54,'_edit_last','1'),(126,54,'_genesis_scripts_body_position','bottom'),(127,54,'_yoast_wpseo_content_score','60'),(128,56,'_menu_item_type','post_type'),(129,56,'_menu_item_menu_item_parent','0'),(130,56,'_menu_item_object_id','54'),(131,56,'_menu_item_object','page'),(132,56,'_menu_item_target',''),(133,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,56,'_menu_item_xfn',''),(135,56,'_menu_item_url',''),(137,57,'_menu_item_type','post_type'),(138,57,'_menu_item_menu_item_parent','0'),(139,57,'_menu_item_object_id','52'),(140,57,'_menu_item_object','page'),(141,57,'_menu_item_target',''),(142,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(143,57,'_menu_item_xfn',''),(144,57,'_menu_item_url',''),(146,58,'_menu_item_type','post_type'),(147,58,'_menu_item_menu_item_parent','56'),(148,58,'_menu_item_object_id','50'),(149,58,'_menu_item_object','page'),(150,58,'_menu_item_target',''),(151,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(152,58,'_menu_item_xfn',''),(153,58,'_menu_item_url',''),(155,59,'_menu_item_type','post_type'),(156,59,'_menu_item_menu_item_parent','56'),(157,59,'_menu_item_object_id','48'),(158,59,'_menu_item_object','page'),(159,59,'_menu_item_target',''),(160,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(161,59,'_menu_item_xfn',''),(162,59,'_menu_item_url',''),(164,60,'_menu_item_type','post_type'),(165,60,'_menu_item_menu_item_parent','56'),(166,60,'_menu_item_object_id','46'),(167,60,'_menu_item_object','page'),(168,60,'_menu_item_target',''),(169,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(170,60,'_menu_item_xfn',''),(171,60,'_menu_item_url',''),(173,61,'_menu_item_type','post_type'),(174,61,'_menu_item_menu_item_parent','56'),(175,61,'_menu_item_object_id','44'),(176,61,'_menu_item_object','page'),(177,61,'_menu_item_target',''),(178,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(179,61,'_menu_item_xfn',''),(180,61,'_menu_item_url',''),(182,62,'_menu_item_type','post_type'),(183,62,'_menu_item_menu_item_parent','56'),(184,62,'_menu_item_object_id','42'),(185,62,'_menu_item_object','page'),(186,62,'_menu_item_target',''),(187,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(188,62,'_menu_item_xfn',''),(189,62,'_menu_item_url',''),(191,63,'_menu_item_type','post_type'),(192,63,'_menu_item_menu_item_parent','56'),(193,63,'_menu_item_object_id','40'),(194,63,'_menu_item_object','page'),(195,63,'_menu_item_target',''),(196,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(197,63,'_menu_item_xfn',''),(198,63,'_menu_item_url',''),(200,64,'_menu_item_type','post_type'),(201,64,'_menu_item_menu_item_parent','57'),(202,64,'_menu_item_object_id','38'),(203,64,'_menu_item_object','page'),(204,64,'_menu_item_target',''),(205,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(206,64,'_menu_item_xfn',''),(207,64,'_menu_item_url',''),(209,65,'_menu_item_type','post_type'),(210,65,'_menu_item_menu_item_parent','56'),(211,65,'_menu_item_object_id','36'),(212,65,'_menu_item_object','page'),(213,65,'_menu_item_target',''),(214,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(215,65,'_menu_item_xfn',''),(216,65,'_menu_item_url',''),(220,67,'_wp_attached_file','2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg'),(221,67,'_wp_attachment_context','custom-header'),(222,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:51:\"2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"cropped-Maverick-Claims-Covington-La-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"cropped-Maverick-Claims-Covington-La-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"cropped-Maverick-Claims-Covington-La-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"cropped-Maverick-Claims-Covington-La-1-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"cropped-Maverick-Claims-Covington-La-1-620x380.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:52:\"cropped-Maverick-Claims-Covington-La-1-1280x720.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:30;}'),(223,67,'_wp_attachment_custom_header_last_used_corporate-pro','1557692518'),(224,67,'_wp_attachment_is_custom_header','corporate-pro'),(225,68,'_wp_trash_meta_status','publish'),(226,68,'_wp_trash_meta_time','1557690629'),(227,69,'_edit_lock','1557690841:1'),(228,69,'_wp_trash_meta_status','publish'),(229,69,'_wp_trash_meta_time','1557690884'),(230,30,'_wp_attachment_image_alt','Louisiana Commercial Insurance Adjusters'),(231,70,'_wp_trash_meta_status','publish'),(232,70,'_wp_trash_meta_time','1557690969'),(233,28,'_wp_attachment_image_alt','Commercial Insurance Adjusters'),(234,71,'_edit_lock','1557691471:1'),(235,71,'_wp_trash_meta_status','publish'),(236,71,'_wp_trash_meta_time','1557691483'),(238,72,'_wp_trash_meta_status','publish'),(239,72,'_wp_trash_meta_time','1557691703'),(240,73,'_edit_last','1'),(241,73,'seo_slider_slides','a:1:{i:0;a:3:{s:19:\"seo_slider_image_id\";i:30;s:16:\"seo_slider_image\";s:90:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La.jpeg\";s:18:\"seo_slider_content\";s:212:\"<h2>Welcome to Maverick Claims.</h2>\r\nResidential and Commercial Property Claims Adjusting.\r\n\r\n<a class=\"button\" href=\"/contact-us\">Work with us</a> <a class=\"button white outline\" href=\"/about-us\">Learn more</a>\";}}'),(242,73,'seo_slider_overlay','rgba(42,49,57,0.5)'),(243,73,'seo_slider_text','#ffffff'),(244,73,'seo_slider_dots','on'),(245,73,'seo_slider_arrows','on'),(246,73,'seo_slider_loop','on'),(247,73,'seo_slider_autoplay','on'),(248,73,'seo_slider_duration','5000'),(249,73,'seo_slider_transition','1000'),(250,73,'seo_slider_mobile','600'),(251,73,'seo_slider_desktop','600'),(252,73,'seo_slider_shortcode','[slider id=\"73\"]'),(253,73,'_edit_lock','1557700227:1'),(254,74,'_edit_lock','1557692415:1'),(255,74,'_wp_trash_meta_status','publish'),(256,74,'_wp_trash_meta_time','1557692439'),(257,75,'_wp_trash_meta_status','publish'),(258,75,'_wp_trash_meta_time','1557692518'),(259,76,'_edit_lock','1557693196:1'),(260,76,'_wp_trash_meta_status','publish'),(261,76,'_wp_trash_meta_time','1557693201'),(262,77,'_edit_last','1'),(263,77,'_edit_lock','1557694584:1'),(264,77,'_gts_company','National Claims Manager'),(265,77,'_gts_rating',''),(266,78,'_edit_last','1'),(267,78,'_edit_lock','1557694136:1'),(268,78,'_gts_company','Carrier'),(269,78,'_gts_rating',''),(270,79,'_wp_trash_meta_status','publish'),(271,79,'_wp_trash_meta_time','1557693628'),(272,80,'_edit_last','1'),(273,80,'_edit_lock','1557694100:1'),(274,80,'_gts_company','Carrier'),(275,80,'_gts_rating',''),(277,81,'_customize_restore_dismissed','1'),(278,82,'_edit_lock','1557698037:1'),(279,82,'_wp_trash_meta_status','publish'),(280,82,'_wp_trash_meta_time','1557698037'),(281,83,'_edit_lock','1557698260:1'),(282,83,'_wp_trash_meta_status','publish'),(283,83,'_wp_trash_meta_time','1557698266'),(284,32,'_wp_attachment_image_alt','Commercial Insurance Claims Management'),(285,31,'_wp_attachment_image_alt','Maverick Claims Commercial Insurance Adjusters'),(286,52,'_thumbnail_id','31'),(287,87,'_edit_lock','1557701851:1'),(288,87,'_edit_last','1'),(289,87,'_genesis_scripts_body_position','bottom'),(290,87,'_yoast_wpseo_content_score','90'),(291,87,'_wp_page_template','templates/page-contact.php'),(292,91,'_edit_lock','1557699922:1'),(293,93,'_menu_item_type','post_type'),(294,93,'_menu_item_menu_item_parent','0'),(295,93,'_menu_item_object_id','87'),(296,93,'_menu_item_object','page'),(297,93,'_menu_item_target',''),(298,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(299,93,'_menu_item_xfn',''),(300,93,'_menu_item_url',''),(301,91,'_wp_trash_meta_status','publish'),(302,91,'_wp_trash_meta_time','1557699927'),(303,94,'_edit_last','1'),(304,94,'_edit_lock','1557699962:1'),(305,94,'seo_slider_slides','a:1:{i:0;a:2:{s:19:\"seo_slider_image_id\";i:31;s:16:\"seo_slider_image\";s:114:\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin.jpeg\";}}'),(306,94,'seo_slider_overlay','rgba(42,49,57,0.5)'),(307,94,'seo_slider_text','#ffffff'),(308,94,'seo_slider_dots','on'),(309,94,'seo_slider_arrows','on'),(310,94,'seo_slider_loop','on'),(311,94,'seo_slider_autoplay','on'),(312,94,'seo_slider_duration','5000'),(313,94,'seo_slider_transition','1000'),(314,94,'seo_slider_mobile','600'),(315,94,'seo_slider_desktop','600'),(316,94,'seo_slider_shortcode','[slider id=\"94\"]'),(317,95,'_edit_lock','1557700800:1'),(318,95,'_wp_trash_meta_status','publish'),(319,95,'_wp_trash_meta_time','1557700819'),(320,96,'_edit_lock','1557701626:1'),(321,96,'_wp_trash_meta_status','publish'),(322,96,'_wp_trash_meta_time','1557701634'),(323,97,'_wp_trash_meta_status','publish'),(324,97,'_wp_trash_meta_time','1557701771'),(325,100,'_edit_lock','1558055084:1'),(326,100,'_edit_last','1'),(327,100,'_genesis_scripts_body_position','bottom'),(328,100,'_yoast_wpseo_content_score','60'),(329,102,'_menu_item_type','post_type'),(330,102,'_menu_item_menu_item_parent','57'),(331,102,'_menu_item_object_id','100'),(332,102,'_menu_item_object','page'),(333,102,'_menu_item_target',''),(334,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(335,102,'_menu_item_xfn',''),(336,102,'_menu_item_url',''),(338,50,'_thumbnail_id','31'),(339,104,'_wp_attached_file','2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims.jpeg'),(340,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:3375;s:4:\"file\";s:59:\"2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Maverick-Claims-Insurance-Adjusters-and-Claims-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Maverick-Claims-Insurance-Adjusters-and-Claims-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Maverick-Claims-Insurance-Adjusters-and-Claims-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Maverick-Claims-Insurance-Adjusters-and-Claims-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:60:\"Maverick-Claims-Insurance-Adjusters-and-Claims-1280x720.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gts-thumbnail\";a:4:{s:4:\"file\";s:59:\"Maverick-Claims-Insurance-Adjusters-and-Claims-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:59:\"Maverick-Claims-Insurance-Adjusters-and-Claims-620x380.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:26:\"d3images - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:35:\"3d house line red white home estate\";s:17:\"created_timestamp\";s:10:\"1314362340\";s:9:\"copyright\";s:28:\"©d3images - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:17:\"3d house line red\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:4:\"home\";i:1;s:5:\"house\";i:2;s:3:\"red\";i:3;s:4:\"real\";i:4;s:5:\"white\";i:5;s:6:\"estate\";i:6;s:6:\"symbol\";i:7;s:12:\"architecture\";i:8;s:4:\"sign\";i:9;s:5:\"small\";i:10;s:11:\"residential\";i:11;s:8:\"isolated\";i:12;s:4:\"sale\";i:13;s:7:\"housing\";i:14;s:8:\"exterior\";i:15;s:9:\"structure\";i:16;s:8:\"business\";i:17;s:10:\"background\";i:18;s:6:\"market\";i:19;s:4:\"loan\";i:20;s:12:\"construction\";i:21;s:8:\"mortgage\";i:22;s:5:\"model\";i:23;s:7:\"concept\";i:24;s:4:\"icon\";i:25;s:10:\"investment\";i:26;s:6:\"rental\";i:27;s:8:\"abstract\";i:28;s:9:\"insurance\";i:29;s:5:\"shape\";i:30;s:12:\"illustration\";i:31;s:4:\"door\";i:32;s:6:\"wealth\";i:33;s:8:\"property\";i:34;s:7:\"mansion\";i:35;s:8:\"building\";i:36;s:4:\"rent\";i:37;s:6:\"design\";i:38;s:4:\"plan\";i:39;s:6:\"window\";i:40;s:8:\"security\";i:41;s:3:\"buy\";i:42;s:6:\"render\";i:43;s:2:\"3d\";i:44;s:11:\"real-estate\";i:45;s:8:\"close-up\";i:46;s:8:\"internet\";i:47;s:9:\"inspector\";i:48;s:5:\"metal\";i:49;s:3:\"new\";i:50;s:4:\"home\";i:51;s:5:\"house\";i:52;s:3:\"red\";i:53;s:4:\"real\";i:54;s:5:\"white\";i:55;s:6:\"estate\";i:56;s:12:\"architecture\";i:57;s:4:\"sale\";i:58;s:10:\"background\";i:59;s:8:\"building\";i:60;s:2:\"3d\";i:61;s:11:\"real-estate\";i:62;s:6:\"symbol\";i:63;s:4:\"sign\";i:64;s:5:\"small\";i:65;s:11:\"residential\";i:66;s:8:\"isolated\";i:67;s:7:\"housing\";i:68;s:8:\"exterior\";i:69;s:9:\"structure\";i:70;s:8:\"business\";i:71;s:6:\"market\";i:72;s:4:\"loan\";i:73;s:12:\"construction\";i:74;s:8:\"mortgage\";i:75;s:5:\"model\";i:76;s:7:\"concept\";i:77;s:4:\"icon\";i:78;s:10:\"investment\";i:79;s:6:\"rental\";i:80;s:8:\"abstract\";i:81;s:9:\"insurance\";i:82;s:5:\"shape\";i:83;s:12:\"illustration\";i:84;s:4:\"door\";i:85;s:6:\"wealth\";i:86;s:8:\"property\";i:87;s:7:\"mansion\";i:88;s:4:\"rent\";i:89;s:6:\"design\";i:90;s:4:\"plan\";i:91;s:6:\"window\";i:92;s:8:\"security\";i:93;s:3:\"buy\";i:94;s:6:\"render\";i:95;s:8:\"close-up\";i:96;s:8:\"internet\";i:97;s:9:\"inspector\";i:98;s:5:\"metal\";i:99;s:3:\"new\";}}}'),(341,105,'_wp_attached_file','2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana.jpeg'),(342,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5941;s:6:\"height\";i:2226;s:4:\"file\";s:75:\"2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-300x112.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-768x288.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-1024x384.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:76:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-1280x720.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gts-thumbnail\";a:4:{s:4:\"file\";s:75:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:75:\"Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana-620x380.jpeg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:27:\"lavizzara - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1504950201\";s:9:\"copyright\";s:29:\"©lavizzara - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:136:\"Overview of three hurricanes Irma, Jose and Katia in the Carribean Sea and the Atlantic Ocean - Elements of this image furnished by NASA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:31:{i:0;s:7:\"america\";i:1;s:8:\"atlantic\";i:2;s:7:\"bahamas\";i:3;s:9:\"caribbean\";i:4;s:13:\"caribbean sea\";i:5;s:11:\"catastrophe\";i:6;s:14:\"climate change\";i:7;s:6:\"clouds\";i:8;s:8:\"disaster\";i:9;s:18:\"dominican republic\";i:10;s:5:\"earth\";i:11;s:7:\"florida\";i:12;s:14:\"global warming\";i:13;s:5:\"haiti\";i:14;s:6:\"harvey\";i:15;s:7:\"houston\";i:16;s:4:\"huge\";i:17;s:9:\"hurricane\";i:18;s:5:\"image\";i:19;s:5:\"modis\";i:20;s:5:\"orbit\";i:21;s:11:\"puerto rico\";i:22;s:6:\"render\";i:23;s:9:\"satellite\";i:24;s:15:\"satellite image\";i:25;s:5:\"storm\";i:26;s:5:\"texas\";i:27;s:7:\"tornado\";i:28;s:13:\"united states\";i:29;s:7:\"weather\";i:30;s:6:\"mexico\";}}}'),(343,40,'_thumbnail_id','105'),(344,36,'_yoast_wpseo_content_score','60'),(345,116,'_edit_lock','1558055047:1'),(346,116,'_edit_last','1'),(347,116,'_genesis_scripts_body_position','bottom'),(348,116,'_yoast_wpseo_content_score','60'),(349,121,'_menu_item_type','post_type'),(350,121,'_menu_item_menu_item_parent','57'),(351,121,'_menu_item_object_id','116'),(352,121,'_menu_item_object','page'),(353,121,'_menu_item_target',''),(354,121,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(355,121,'_menu_item_xfn',''),(356,121,'_menu_item_url',''),(359,124,'_wp_attached_file','2019/05/Maverick-Claims-Covington-La.jpg'),(360,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:40:\"2019/05/Maverick-Claims-Covington-La.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Maverick-Claims-Covington-La-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Maverick-Claims-Covington-La-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Maverick-Claims-Covington-La-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Maverick-Claims-Covington-La-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:41:\"Maverick-Claims-Covington-La-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gts-thumbnail\";a:4:{s:4:\"file\";s:40:\"Maverick-Claims-Covington-La-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"Maverick-Claims-Covington-La-620x380.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476714091\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0010373443983402\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(361,125,'_wp_attached_file','2019/05/Maverick-office-front-127-Terra-Bella-Blvd-1.jpg'),(362,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1808;s:6:\"height\";i:2307;s:4:\"file\";s:56:\"2019/05/Maverick-office-front-127-Terra-Bella-Blvd-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Maverick-office-front-127-Terra-Bella-Blvd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Maverick-office-front-127-Terra-Bella-Blvd-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Maverick-office-front-127-Terra-Bella-Blvd-1-768x980.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Maverick-office-front-127-Terra-Bella-Blvd-1-803x1024.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:57:\"Maverick-office-front-127-Terra-Bella-Blvd-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gts-thumbnail\";a:4:{s:4:\"file\";s:56:\"Maverick-office-front-127-Terra-Bella-Blvd-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:56:\"Maverick-office-front-127-Terra-Bella-Blvd-1-620x380.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(363,54,'_thumbnail_id','15'),(364,123,'_customize_restore_dismissed','1'),(365,124,'_wp_attachment_image_alt','Maverick-Claims-Covington-La'); /*!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_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=133 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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-02-06 17:51:13','2018-02-06 17:51:13','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','trash','open','open','','hello-world__trashed','','','2019-05-06 05:47:10','2019-05-06 05:47:10','',0,'http://www.maverickclaims.com//?p=1',0,'post','',0),(2,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','We are currently updating our website. Come back soon!','Maverick Claims, LLC','','publish','closed','open','','sample-page','','','2019-05-06 05:57:28','2019-05-06 05:57:28','',0,'http://www.maverickclaims.com//?page_id=2',0,'page','',0),(3,1,'2019-05-06 05:39:22','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-05-06 05:39:22','0000-00-00 00:00:00','',0,'http://www.maverickclaims.com/?p=3',0,'post','',0),(4,1,'2019-05-06 05:46:30','2019-05-06 05:46:30','{\n \"blogname\": {\n \"value\": \"Maverick Claims\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:46:30\"\n },\n \"blogdescription\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:46:30\"\n }\n}','','','trash','closed','closed','','f202ead8-e53c-43d0-ab55-bf724866628d','','','2019-05-06 05:46:30','2019-05-06 05:46:30','',0,'http://www.maverickclaims.com/2019/05/06/f202ead8-e53c-43d0-ab55-bf724866628d/',0,'customize_changeset','',0),(5,1,'2019-05-06 05:47:10','2019-05-06 05:47:10','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2019-05-06 05:47:10','2019-05-06 05:47:10','',1,'http://www.maverickclaims.com/2019/05/06/1-revision-v1/',0,'revision','',0),(6,1,'2019-05-06 05:48:39','2019-05-06 05:48:39','{\n \"sidebars_widgets[sidebar-1]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:48:39\"\n },\n \"show_on_front\": {\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:48:39\"\n },\n \"page_on_front\": {\n \"value\": \"0\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:48:39\"\n }\n}','','','trash','closed','closed','','408b1ee6-919f-49aa-ad2d-da982778a66d','','','2019-05-06 05:48:39','2019-05-06 05:48:39','',0,'http://www.maverickclaims.com/2019/05/06/408b1ee6-919f-49aa-ad2d-da982778a66d/',0,'customize_changeset','',0),(7,1,'2019-05-06 05:50:09','0000-00-00 00:00:00','','Home','','auto-draft','closed','closed','','','','','2019-05-06 05:49:29','0000-00-00 00:00:00','',0,'http://www.maverickclaims.com/?page_id=7',0,'page','',0),(8,1,'2019-05-06 05:50:09','0000-00-00 00:00:00','{\n \"page_on_front\": {\n \"value\": \"7\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:50:09\"\n },\n \"nav_menus_created_posts\": {\n \"value\": [\n 7\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:50:09\"\n }\n}','','','auto-draft','closed','closed','','e1b5b666-b719-476a-8536-cc020234d590','','','2019-05-06 05:50:09','0000-00-00 00:00:00','',0,'http://www.maverickclaims.com/?p=8',0,'customize_changeset','',0),(12,1,'2019-05-06 05:55:56','2019-05-06 05:55:56','{\n \"business-pro-theme::header_image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/themes/business-pro-theme/assets/images/hero.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:55:56\"\n },\n \"business-pro-theme::header_image_data\": {\n \"value\": \"child\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:55:56\"\n },\n \"page_on_front\": {\n \"value\": \"2\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-06 05:55:56\"\n }\n}','','','trash','closed','closed','','f79e6e4b-45e2-4ceb-93e2-a1028303a6e1','','','2019-05-06 05:55:56','2019-05-06 05:55:56','',0,'http://www.maverickclaims.com/2019/05/06/f79e6e4b-45e2-4ceb-93e2-a1028303a6e1/',0,'customize_changeset','',0),(13,1,'2019-05-06 05:57:27','2019-05-06 05:57:27','We are currently updating our website. Come back soon!','Maverick Claims, LLC','','inherit','closed','closed','','2-revision-v1','','','2019-05-06 05:57:27','2019-05-06 05:57:27','',2,'http://www.maverickclaims.com/2019/05/06/2-revision-v1/',0,'revision','',0),(15,1,'2019-05-12 18:34:38','2019-05-12 18:34:38','','Maverick Claims Insurance Adjusters','','inherit','open','closed','','american-flag-next-to-a-pile-of-trash-from-a-home-that-was-hit-by-hurricane-harvey','','','2019-05-12 18:35:16','2019-05-12 18:35:16','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters.jpeg',0,'attachment','image/jpeg',0),(16,1,'2019-05-12 18:51:11','2019-05-12 18:51:11','{\n \"blogdescription\": {\n \"value\": \"Insurance Claims and Inspections\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:34:58\"\n },\n \"altitude-pro::header_image\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:35:58\"\n },\n \"altitude-pro::header_image_data\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:35:58\"\n },\n \"1-altitude-image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters.jpeg\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:37:58\"\n },\n \"sidebars_widgets[front-page-1]\": {\n \"value\": [\n \"text-6\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:45:34\"\n },\n \"widget_text[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjIxOiJBYm91dCBNYXZlcmljayBDbGFpbXMiO3M6NDoidGV4dCI7czoxNjg6Ik1hdmVyaWNrIENsYWltcywgTExDIHdhcyBib3JuIGluIHRoZSBhZnRlcm1hdGggb2YgaHVycmljYW5lIEthdHJpbmEsIGFuIGV2ZW50IHdoaWNoIGhpZ2hsaWdodGVkIHRoZSBuZWVkIGZvciB3ZWxsIHRyYWluZWQgYWRqdXN0ZXJzIHdobyBjb3VsZCBwcm92aWRlIGEgcXVhbGl0eSBwcm9kdWN0LiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About Maverick Claims\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"50d4efb14983d2aa13eb997bf50aa627\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:40:34\"\n },\n \"sidebars_widgets[front-page-3]\": {\n \"value\": [\n \"text-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:43:34\"\n },\n \"widget_text[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjIwOiJBYm91dCBNYXZlcmljayBDbGFpbSI7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About Maverick Claim\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"c81b84efc111a7baeea71b380230d41d\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:43:34\"\n },\n \"sidebars_widgets[front-page-2]\": {\n \"value\": [\n \"text-5\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:44:33\"\n },\n \"widget_text[5]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjIxOiJBYm91dCBNYXZlcmljayBDbGFpbXMiO3M6NDoidGV4dCI7czoxNjg6Ik1hdmVyaWNrIENsYWltcywgTExDIHdhcyBib3JuIGluIHRoZSBhZnRlcm1hdGggb2YgaHVycmljYW5lIEthdHJpbmEsIGFuIGV2ZW50IHdoaWNoIGhpZ2hsaWdodGVkIHRoZSBuZWVkIGZvciB3ZWxsIHRyYWluZWQgYWRqdXN0ZXJzIHdobyBjb3VsZCBwcm92aWRlIGEgcXVhbGl0eSBwcm9kdWN0LiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About Maverick Claims\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"50d4efb14983d2aa13eb997bf50aa627\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:44:33\"\n },\n \"widget_text[6]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:45:34\"\n },\n \"altitude-pro::nav_menu_locations[secondary]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:47:34\"\n },\n \"altitude-pro::nav_menu_locations[primary]\": {\n \"value\": -188345328,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:47:34\"\n },\n \"nav_menu[-188345328]\": {\n \"value\": {\n \"name\": \"Header\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": false\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:47:34\"\n },\n \"nav_menu_item[-644242926]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 1,\n \"type\": \"custom\",\n \"title\": \"Home\",\n \"url\": \"http://www.maverickclaims.com\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Home\",\n \"nav_menu_term_id\": -188345328,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:47:34\"\n },\n \"nav_menu_item[-1544209056]\": {\n \"value\": {\n \"object_id\": 2,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"post_type\",\n \"title\": \"Maverick Claims, LLC\",\n \"url\": \"http://www.maverickclaims.com/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Maverick Claims, LLC\",\n \"nav_menu_term_id\": -188345328,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 18:47:34\"\n }\n}','','','trash','closed','closed','','4cac7b7c-2ba2-47c4-a186-507e2c81e395','','','2019-05-12 18:51:11','2019-05-12 18:51:11','',0,'http://www.maverickclaims.com/?p=16',0,'customize_changeset','',0),(17,1,'2019-05-12 18:35:32','2019-05-12 18:35:32','','cropped-Maverick-Claims-Disaster-Adjusters.jpeg','','inherit','open','closed','','cropped-maverick-claims-disaster-adjusters-jpeg','','','2019-05-12 18:35:32','2019-05-12 18:35:32','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Disaster-Adjusters.jpeg',0,'attachment','image/jpeg',0),(21,1,'2019-05-12 18:51:15','2019-05-12 18:51:15',' ','','','publish','closed','closed','','21','','','2019-05-17 01:07:12','2019-05-17 01:07:12','',0,'http://www.maverickclaims.com/2019/05/12/21/',1,'nav_menu_item','',0),(24,1,'2019-05-12 18:59:01','2019-05-12 18:59:01','','Maverick Claims Disaster Adjusters','','inherit','open','closed','','searching-for-real-estate-property-house-or-new-home','','','2019-05-12 19:00:30','2019-05-12 19:00:30','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg',0,'attachment','image/jpeg',0),(25,1,'2019-05-12 19:03:43','2019-05-12 19:03:43','{\n \"1-altitude-image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:01:33\"\n },\n \"3-altitude-image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters.jpeg\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:01:33\"\n }\n}','','','trash','closed','closed','','df97dfed-edea-4609-9130-cd69d529b82e','','','2019-05-12 19:03:43','2019-05-12 19:03:43','',0,'http://www.maverickclaims.com/?p=25',0,'customize_changeset','',0),(27,1,'2019-05-12 19:07:20','2019-05-12 19:07:20','{\n \"header-image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Disaster-Adjusters-Louisiana-Claims.jpeg\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:07:20\"\n },\n \"2-image\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:07:20\"\n },\n \"4-image\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:07:20\"\n }\n}','','','trash','closed','closed','','5be5b341-de32-4708-b27d-1783424ae51e','','','2019-05-12 19:07:20','2019-05-12 19:07:20','',0,'http://www.maverickclaims.com/2019/05/12/5be5b341-de32-4708-b27d-1783424ae51e/',0,'customize_changeset','',0),(28,1,'2019-05-12 19:09:28','2019-05-12 19:09:28','','MaverickClaimsInsuranceAdjusters_logo (1)','','inherit','open','closed','','maverickclaimsinsuranceadjusters_logo-1','','','2019-05-12 20:02:12','2019-05-12 20:02:12','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.jpg',0,'attachment','image/jpeg',0),(29,1,'2019-05-12 19:09:29','2019-05-12 19:09:29','','MaverickClaimsInsuranceAdjusters_logo (1)','','inherit','open','closed','','maverickclaimsinsuranceadjusters_logo-1-2','','','2019-05-12 19:09:29','2019-05-12 19:09:29','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png',0,'attachment','image/png',0),(30,1,'2019-05-12 19:09:31','2019-05-12 19:09:31','','Maverick Claims Insurance Adjusters','','inherit','open','closed','','3d-house-line-red','','','2019-05-12 19:55:30','2019-05-12 19:55:30','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La.jpeg',0,'attachment','image/jpeg',0),(31,1,'2019-05-12 19:09:42','2019-05-12 19:09:42','','Maverick Claims Commercial Insurance Adjusters','','inherit','open','closed','','geocolor-image-of-hurricane-irma-elements-of-this-image-furnished-by-nasa','','','2019-05-12 22:01:42','2019-05-12 22:01:42','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin.jpeg',0,'attachment','image/jpeg',0),(32,1,'2019-05-12 19:09:51','2019-05-12 19:09:51','','Maverick-office-front-127 Terra Bella Blvd','','inherit','open','closed','','maverick-office-front-127-terra-bella-blvd','','','2019-05-12 21:59:39','2019-05-12 21:59:39','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-office-front-127-Terra-Bella-Blvd.jpg',0,'attachment','image/jpeg',0),(33,1,'2019-05-12 19:11:02','2019-05-12 19:11:02','http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-MaverickClaimsInsuranceAdjusters_logo-1.png','cropped-MaverickClaimsInsuranceAdjusters_logo-1.png','','inherit','open','closed','','cropped-maverickclaimsinsuranceadjusters_logo-1-png','','','2019-05-12 19:11:02','2019-05-12 19:11:02','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-MaverickClaimsInsuranceAdjusters_logo-1.png',0,'attachment','image/png',0),(34,1,'2019-05-12 19:14:27','2019-05-12 19:14:27','{\n \"site_icon\": {\n \"value\": 33,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:12:03\"\n },\n \"cafe-pro::header_image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:12:03\"\n },\n \"cafe-pro::header_image_data\": {\n \"value\": {\n \"url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\",\n \"thumbnail_url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/MaverickClaimsInsuranceAdjusters_logo-1.png\",\n \"timestamp\": 1557688306492,\n \"attachment_id\": 29,\n \"width\": 525,\n \"height\": 232\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:12:03\"\n },\n \"cafe-pro::cafe_accent_color\": {\n \"value\": \"#b81119\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:14:27\"\n }\n}','','','trash','closed','closed','','755757db-e14c-465b-968a-3fae9720d493','','','2019-05-12 19:14:27','2019-05-12 19:14:27','',0,'http://www.maverickclaims.com/?p=34',0,'customize_changeset','',0),(35,1,'2019-05-12 19:16:09','2019-05-12 19:16:09','{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [\n \"text-3\",\n \"archives-2\",\n \"meta-2\",\n \"search-2\",\n \"categories-2\",\n \"recent-posts-2\",\n \"recent-comments-2\"\n ],\n \"sidebar\": [],\n \"before-header\": [],\n \"front-page-1\": [\n \"text-6\"\n ],\n \"front-page-2\": [\n \"text-5\"\n ],\n \"front-page-3\": [\n \"text-4\"\n ],\n \"front-page-4\": [],\n \"footer-1\": [],\n \"footer-2\": [],\n \"footer-3\": [],\n \"after-entry\": []\n },\n \"type\": \"global_variable\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:15:39\"\n },\n \"business-pro-theme::nav_menu_locations[primary]\": {\n \"value\": 2,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:15:39\"\n },\n \"altitude-pro::nav_menu_locations[secondary]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:16:09\"\n },\n \"altitude-pro::nav_menu_locations[primary]\": {\n \"value\": 2,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:16:09\"\n }\n}','','','trash','closed','closed','','71b4bc96-027c-48f8-872c-4ec789f69292','','','2019-05-12 19:16:09','2019-05-12 19:16:09','',0,'http://www.maverickclaims.com/?p=35',0,'customize_changeset','',0),(36,1,'2019-05-12 19:20:23','2019-05-12 19:20:23','<!-- wp:paragraph -->\n<p>Maverick offers quality, time sensitive information to insurance companies. This information is developed through independent contractors performing on-site inspections and underwriting surveys for residential properties, commercial properties/operations and agricultural properties. We assess the condition of the property as well as identify issues that may potentially lead to claims activity. We also gather data to assist the insurance companies in establishing replacement cost values for buildings and dwellings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Residential & Commercial Insurance Inspections</a></p>\n<!-- /wp:paragraph -->','Residential & Commercial Insurance Inspections','','publish','closed','closed','','residential-commercial-insurance-inspections','','','2019-05-17 01:32:03','2019-05-17 01:32:03','',0,'http://www.maverickclaims.com/?page_id=36',0,'page','',0),(37,1,'2019-05-12 19:20:23','2019-05-12 19:20:23','','Residential & Commercial Insurance Inspections','','inherit','closed','closed','','36-revision-v1','','','2019-05-12 19:20:23','2019-05-12 19:20:23','',36,'http://www.maverickclaims.com/2019/05/12/36-revision-v1/',0,'revision','',0),(38,1,'2019-05-12 19:31:48','2019-05-12 19:31:48','<!-- wp:paragraph -->\n<p>Bill Leahy is the President of Maverick Claims. Bill was retained by Maverick due to his vast experience as an insurance estimating expert, appraiser, umpire, large loss adjuster, residential contractor, and entrepreneurial mindset. As president Bill is tasked with providing strong leadership for the company by working with the board to establish long-term goals, plans, and strategies for Maverick. He is responsible for presiding over the adjusters, staff, and managing budgets to ensure resources are allocated properly. Bill ensures that all departments meet their individual goals and are responsible for overall accountability to Maverick’s clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto:Bill.Leahy@maverickclaims.com \">Contact Bill</a></p>\n<!-- /wp:paragraph -->','Bill Leahy, President','','publish','closed','closed','','bill-leahy-president','','','2019-05-17 01:00:21','2019-05-17 01:00:21','',0,'http://www.maverickclaims.com/?page_id=38',0,'page','',0),(39,1,'2019-05-12 19:31:48','2019-05-12 19:31:48','<!-- wp:paragraph -->\n<p>Bill Leahy brings a wealth of experience to Maverick Claims. </p>\n<!-- /wp:paragraph -->','Bill Leahy, President','','inherit','closed','closed','','38-revision-v1','','','2019-05-12 19:31:48','2019-05-12 19:31:48','',38,'http://www.maverickclaims.com/2019/05/12/38-revision-v1/',0,'revision','',0),(40,1,'2019-05-12 19:32:32','2019-05-12 19:32:32','<!-- wp:paragraph -->\n<p>Maverick Claims, LLC is committed to providing uninterrupted service leading up to, during, and immediately following events affecting business continuity for our clients as well as peace of mind for insureds. In order to maintain the level of quality expected, it is necessary that pre-event planning occur to maximize the quality, efficiency and timeliness of the response. While some events will be predictable, such as Hurricanes and similar weather-related events, other events, such as fires and tornadoes may occur without warning. In order to be prepared to act swiftly and efficiently during any event Maverick has instituted team procedure reviews and drills that are conducted on a periodic basis and prior to each hurricane season. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Catastrophe Management</a></p>\n<!-- /wp:paragraph -->','Catastrophe Management','','publish','closed','closed','','catastrophe-management','','','2019-05-17 01:10:06','2019-05-17 01:10:06','',0,'http://www.maverickclaims.com/?page_id=40',0,'page','',0),(41,1,'2019-05-12 19:32:32','2019-05-12 19:32:32','','Catastrophe Management','','inherit','closed','closed','','40-revision-v1','','','2019-05-12 19:32:32','2019-05-12 19:32:32','',40,'http://www.maverickclaims.com/2019/05/12/40-revision-v1/',0,'revision','',0),(42,1,'2019-05-12 19:33:14','2019-05-12 19:33:14','<!-- wp:paragraph -->\n<p>Our claims professionals leverage data and act quickly, making savvy decisions to close claims efficiently. With Maverick’s specialized experience to handle all types of claims along with the most difficult and complex situations, we\'re able to deliver an excellent experience for everyone involved at every stage of the claims process. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Claims Administration</a></p>\n<!-- /wp:paragraph -->','Claims Administration','','publish','closed','closed','','claims-administration','','','2019-05-17 00:53:38','2019-05-17 00:53:38','',0,'http://www.maverickclaims.com/?page_id=42',0,'page','',0),(43,1,'2019-05-12 19:33:14','2019-05-12 19:33:14','','Claims Administration','','inherit','closed','closed','','42-revision-v1','','','2019-05-12 19:33:14','2019-05-12 19:33:14','',42,'http://www.maverickclaims.com/2019/05/12/42-revision-v1/',0,'revision','',0),(44,1,'2019-05-12 19:33:41','2019-05-12 19:33:41','<!-- wp:paragraph -->\n<p>Our experienced Property Adjusters feel right at home working residential and commercial losses. Our office staff reviews all estimates prior to submitting a file to the client, and we are happy to administrate the handling of personal property, business interruption and extra expenses as well, eliminating the need for the client to spend countless hours on a single file. We provide a rapid file turnaround time, with accurate estimates, and assist the client in every way possible to ensure quick and efficient claim settlement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claim - Property Claims Adjusting</a></p>\n<!-- /wp:paragraph -->','Property Claims Adjusting','','publish','closed','closed','','property-claims-adjusting','','','2019-05-17 00:52:35','2019-05-17 00:52:35','',0,'http://www.maverickclaims.com/?page_id=44',0,'page','',0),(45,1,'2019-05-12 19:33:41','2019-05-12 19:33:41','','Property Claims Adjusting','','inherit','closed','closed','','44-revision-v1','','','2019-05-12 19:33:41','2019-05-12 19:33:41','',44,'http://www.maverickclaims.com/2019/05/12/44-revision-v1/',0,'revision','',0),(46,1,'2019-05-12 19:34:10','2019-05-12 19:34:10','<!-- wp:paragraph -->\n<p>We are experienced in litigation support, settlement negotiations, expert\ntestimony, and consulting services to clients involved in a wide range of property\nclaims disputes, investigations, and litigation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Specializing in complex matters, we work collaboratively with our clients and their attorneys to create appropriate, well-reasoned research, analysis, advice, reports, and expert testimony. Maverick applies exceptional rigor to help ensure analysis and opinions are thoroughly substantiated, fact-based, understandable, and unbiased. Our independent advice lends credibility to our clients’ side of any legal dispute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com/\">Maverick Claims - Litigation Experts</a></p>\n<!-- /wp:paragraph -->','Litigation Experts','','publish','closed','closed','','litigation-experts','','','2019-05-17 00:42:40','2019-05-17 00:42:40','',0,'http://www.maverickclaims.com/?page_id=46',0,'page','',0),(47,1,'2019-05-12 19:34:10','2019-05-12 19:34:10','','Litigation Experts','','inherit','closed','closed','','46-revision-v1','','','2019-05-12 19:34:10','2019-05-12 19:34:10','',46,'http://www.maverickclaims.com/2019/05/12/46-revision-v1/',0,'revision','',0),(48,1,'2019-05-12 19:34:40','2019-05-12 19:34:40','<!-- wp:paragraph -->\n<p>Maverick umpires are trained dispute resolution experts with\nexperience in property estimating, management, construction, and insurance\nadjusting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are well prepared to deal with disputed losses. We are committed to the timely and appropriate completion of appraisal activities; understanding the true intent of the appraisal provisions and creating a fair, fast and effective method of resolving disputes. Our service equation is focused upon completing the appraisal process as quickly as possible while providing expert examination of issues and professional negotiating services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Appraisal & Umpire Services</a></p>\n<!-- /wp:paragraph -->','Appraisal & Umpire Services','','publish','closed','closed','','appraisal-umpire-services','','','2019-05-17 00:41:05','2019-05-17 00:41:05','',0,'http://www.maverickclaims.com/?page_id=48',0,'page','',0),(49,1,'2019-05-12 19:34:40','2019-05-12 19:34:40','','Appraisal & Umpire Services','','inherit','closed','closed','','48-revision-v1','','','2019-05-12 19:34:40','2019-05-12 19:34:40','',48,'http://www.maverickclaims.com/2019/05/12/48-revision-v1/',0,'revision','',0),(50,1,'2019-05-12 19:35:02','2019-05-12 19:35:02','<!-- wp:paragraph -->\n<p>At Maverick we manage a sophisticated team of highly experienced adjusters with a specialization in large and complex commercial losses. These adjusters are closely familiar with all aspects of these losses including but not limited to: Business Property claims, Business Interruption claims, Additional Expense claims, Inventory claims, etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims Large Loss Commercial Services</a></p>\n<!-- /wp:paragraph -->','Large Loss Commercial Services','','publish','closed','closed','','large-loss-commercial-services','','','2019-05-17 01:23:51','2019-05-17 01:23:51','',0,'http://www.maverickclaims.com/?page_id=50',0,'page','',0),(51,1,'2019-05-12 19:35:02','2019-05-12 19:35:02','','Large Loss Commercial Services','','inherit','closed','closed','','50-revision-v1','','','2019-05-12 19:35:02','2019-05-12 19:35:02','',50,'http://www.maverickclaims.com/2019/05/12/50-revision-v1/',0,'revision','',0),(52,1,'2019-05-12 19:40:06','2019-05-12 19:40:06','<!-- wp:image {\"id\":124,\"align\":\"left\",\"width\":209,\"height\":278} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La-768x1024.jpg\" alt=\"Maverick-Claims-Covington-La\" class=\"wp-image-124\" width=\"209\" height=\"278\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Maverick Claims, LLC was born out of the aftermath of Hurricane Katrina, which highlighted the need for well-trained adjusters who could provide a quality product. All too often, claims adjusting reports lack the quality and comprehensiveness that company claim representatives deserve and should, frankly, demand. The independent adjuster must be more than an estimator—they must be part counselor, part historian, part investigator, part estimator and part analyzer. If the role of an adjuster was to merely provide a repair estimate, insurers could simply hire licensed contractors. The founders of Maverick, seasoned company claims managers with a keen understanding of what company claim representatives want from their chosen adjuster, set out to create a new standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The word Maverick has its origin in Texas, where the colorful\npioneer Samuel Augustus Maverick (1803-1870) allowed his cattle to roam freely\non the range. Because he wouldn\'t brand them, an unbranded calf became known as\na maverick. To this day, the primary dictionary definition of the word maverick\nis “an unbranded calf.” Mr. Maverick’s action of not branding his cattle made\nhim different, thus the second definition of maverick when used as a noun is a\n“nonconformist.” When used as an adjective, maverick means one who is\nindependent in thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are plenty of adjusting firms and if we did not intend to bring added value to the market, we would not have embarked on this path. Recent catastrophic events have highlighted many areas of the adjusting industry that could be vastly improved upon. We intend to separate Maverick through implementation of procedures and methods that we believe our customers want out of an adjusting company. Our actions will exhibit independent thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims </a></p>\n<!-- /wp:paragraph -->','About Us','','publish','closed','closed','','about-us','','','2019-05-17 01:40:14','2019-05-17 01:40:14','',0,'http://www.maverickclaims.com/?page_id=52',0,'page','',0),(53,1,'2019-05-12 19:40:06','2019-05-12 19:40:06','<!-- wp:paragraph -->\n<p>Maverick Claims, LLC was born in the aftermath of hurricane Katrina, an event which highlighted the need for well-trained adjusters who could provide a quality product. All too often, claims adjusting reports lack the quality and comprehensiveness that company claim representative deserve and should, frankly, demand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With this in mind, the founders of Maverick set out to create a brand that met this demand and set a new standard from the industry as a whole. As seasoned company claims managers, they used their combined understanding of what company claim representatives need from their chosen adjuster to establish the Maverick \"Quality First\" standard. </p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','52-revision-v1','','','2019-05-12 19:40:06','2019-05-12 19:40:06','',52,'http://www.maverickclaims.com/2019/05/12/52-revision-v1/',0,'revision','',0),(54,1,'2019-05-12 19:41:19','2019-05-12 19:41:19','<!-- wp:list -->\n<ul><li><a href=\"http://www.maverickclaims.com/large-loss-commercial-services/\">Large Loss Commercial Services</a></li><li><a href=\"http://www.maverickclaims.com/catastrophe-management/\">Catastrophe Management</a></li><li><a href=\"http://www.maverickclaims.com/appraisal-umpire-services/\">Appraisal & Umpire Services</a></li><li><a href=\"http://www.maverickclaims.com/litigation-experts/\">Litigation Experts</a></li><li><a href=\"http://www.maverickclaims.com/property-claims-adjusting/\">Property Claims Adjusting</a></li><li><a href=\"http://www.maverickclaims.com/claims-administration/\">Claims Administration </a></li><li><a href=\"http://www.maverickclaims.com/residential-commercial-insurance-inspections/\">Residential & Commercial Insurance Inspections</a></li></ul>\n<!-- /wp:list -->','Services','','publish','closed','closed','','services','','','2019-05-17 01:30:33','2019-05-17 01:30:33','',0,'http://www.maverickclaims.com/?page_id=54',0,'page','',0),(55,1,'2019-05-12 19:41:19','2019-05-12 19:41:19','<!-- wp:gallery {\"ids\":[31,30,32]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-1024x621.jpeg\" alt=\"\" data-id=\"31\" data-link=\"http://www.maverickclaims.com/geocolor-image-of-hurricane-irma-elements-of-this-image-furnished-by-nasa/\" class=\"wp-image-31\"/><figcaption>Geocolor Image of Hurricane Irma. Elements of this image furnished by NASA.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La-1024x768.jpeg\" alt=\"\" data-id=\"30\" data-link=\"http://www.maverickclaims.com/3d-house-line-red/\" class=\"wp-image-30\"/><figcaption>3d house line red white home estate</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-office-front-127-Terra-Bella-Blvd-803x1024.jpg\" alt=\"\" data-id=\"32\" data-link=\"http://www.maverickclaims.com/maverick-office-front-127-terra-bella-blvd/\" class=\"wp-image-32\"/></figure></li></ul>\n<!-- /wp:gallery -->','Services','','inherit','closed','closed','','54-revision-v1','','','2019-05-12 19:41:19','2019-05-12 19:41:19','',54,'http://www.maverickclaims.com/2019/05/12/54-revision-v1/',0,'revision','',0),(56,1,'2019-05-12 19:43:26','2019-05-12 19:43:26',' ','','','publish','closed','closed','','56','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=56',2,'nav_menu_item','',0),(57,1,'2019-05-12 19:43:43','2019-05-12 19:43:43',' ','','','publish','closed','closed','','57','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=57',10,'nav_menu_item','',0),(58,1,'2019-05-12 19:43:28','2019-05-12 19:43:28',' ','','','publish','closed','closed','','58','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=58',3,'nav_menu_item','',0),(59,1,'2019-05-12 19:43:39','2019-05-12 19:43:39',' ','','','publish','closed','closed','','59','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=59',5,'nav_menu_item','',0),(60,1,'2019-05-12 19:43:40','2019-05-12 19:43:40',' ','','','publish','closed','closed','','60','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=60',6,'nav_menu_item','',0),(61,1,'2019-05-12 19:43:42','2019-05-12 19:43:42',' ','','','publish','closed','closed','','61','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=61',7,'nav_menu_item','',0),(62,1,'2019-05-12 19:43:43','2019-05-12 19:43:43',' ','','','publish','closed','closed','','62','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=62',8,'nav_menu_item','',0),(63,1,'2019-05-12 19:43:31','2019-05-12 19:43:31',' ','','','publish','closed','closed','','63','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=63',4,'nav_menu_item','',0),(64,1,'2019-05-12 19:43:45','2019-05-12 19:43:45',' ','','','publish','closed','closed','','64','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=64',11,'nav_menu_item','',0),(65,1,'2019-05-12 19:43:43','2019-05-12 19:43:43',' ','','','publish','closed','closed','','65','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=65',9,'nav_menu_item','',0),(67,1,'2019-05-12 19:55:44','2019-05-12 19:55:44','','cropped-Maverick-Claims-Covington-La-1.jpeg','','inherit','closed','closed','','cropped-maverick-claims-covington-la-jpeg','','','2019-05-12 19:55:44','2019-05-12 19:55:44','',0,'http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La.jpeg',0,'attachment','image/jpeg',0),(68,1,'2019-05-12 19:50:29','2019-05-12 19:50:29','{\n \"corporate-pro::header_image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La.jpeg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:50:29\"\n },\n \"corporate-pro::header_image_data\": {\n \"value\": {\n \"url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La.jpeg\",\n \"thumbnail_url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La.jpeg\",\n \"timestamp\": 1557690614725,\n \"attachment_id\": 67,\n \"width\": 1500,\n \"height\": 844\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:50:29\"\n }\n}','','','trash','closed','closed','','5ffd6af8-d23c-4e04-99d9-a1228d4b5335','','','2019-05-12 19:50:29','2019-05-12 19:50:29','',0,'http://www.maverickclaims.com/2019/05/12/5ffd6af8-d23c-4e04-99d9-a1228d4b5335/',0,'customize_changeset','',0),(69,1,'2019-05-12 19:54:44','2019-05-12 19:54:44','{\n \"blogname\": {\n \"value\": \"Maverick Claims\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:52:54\"\n },\n \"corporate-pro::corporate_gradient_one_color\": {\n \"value\": \"#b81119\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:53:15\"\n },\n \"corporate-pro::corporate_gradient_two_color\": {\n \"value\": \"#d28770\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:54:44\"\n }\n}','','','trash','closed','closed','','f03f4007-8076-4bce-85d4-b73e26143663','','','2019-05-12 19:54:44','2019-05-12 19:54:44','',0,'http://www.maverickclaims.com/?p=69',0,'customize_changeset','',0),(70,1,'2019-05-12 19:56:06','2019-05-12 19:56:06','{\n \"corporate-pro::header_image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:56:06\"\n },\n \"corporate-pro::header_image_data\": {\n \"value\": {\n \"url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\",\n \"thumbnail_url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\",\n \"timestamp\": 1557690947732,\n \"attachment_id\": 67,\n \"width\": 1500,\n \"height\": 844\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 19:56:06\"\n }\n}','','','trash','closed','closed','','88fca6d8-804b-4702-a3e4-aace5dc6e8af','','','2019-05-12 19:56:06','2019-05-12 19:56:06','',0,'http://www.maverickclaims.com/2019/05/12/88fca6d8-804b-4702-a3e4-aace5dc6e8af/',0,'customize_changeset','',0),(71,1,'2019-05-12 20:04:43','2019-05-12 20:04:43','{\n \"corporate-pro::custom_logo\": {\n \"value\": 28,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:03:28\"\n },\n \"sidebars_widgets[front-page-1]\": {\n \"value\": [\n \"text-8\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:04:43\"\n },\n \"widget_text[8]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:04:43\"\n }\n}','','','trash','closed','closed','','5db64e6b-bd75-4731-ba5f-df573cd807fb','','','2019-05-12 20:04:43','2019-05-12 20:04:43','',0,'http://www.maverickclaims.com/?p=71',0,'customize_changeset','',0),(72,1,'2019-05-12 20:08:23','2019-05-12 20:08:23','{\n \"sidebars_widgets[front-page-1]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:08:23\"\n },\n \"widget_seo_slider_widget[3]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:06:54\"\n }\n}','','','trash','closed','closed','','16ccd8ef-b88e-4095-a4a8-49d01f1440e6','','','2019-05-12 20:08:23','2019-05-12 20:08:23','',0,'http://www.maverickclaims.com/?p=72',0,'customize_changeset','',0),(73,1,'2019-05-12 20:15:11','2019-05-12 20:15:11','','Maverick Claims','','publish','closed','closed','','maverick-claims','','','2019-05-12 22:30:37','2019-05-12 22:30:37','',0,'http://www.maverickclaims.com/?post_type=slide&p=73',0,'slide','',0),(74,1,'2019-05-12 20:20:39','2019-05-12 20:20:39','{\n \"sidebars_widgets[front-page-1]\": {\n \"value\": [\n \"seo_slider_widget-5\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:20:14\"\n },\n \"widget_seo_slider_widget[5]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTozOntzOjU6InRpdGxlIjtzOjY6IlNsaWRlciI7czo2OiJzbGlkZXIiO3M6MTU6Ik1hdmVyaWNrIENsYWltcyI7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6MTA6ImZ1bGwtd2lkdGgiO30=\",\n \"title\": \"Slider\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"e34701a3364ffed09319b5e4015b3ed8\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:20:14\"\n },\n \"corporate-pro::header_image\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:20:39\"\n },\n \"corporate-pro::header_image_data\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:20:39\"\n }\n}','','','trash','closed','closed','','f5f063e3-dba5-4253-a135-be5c38cc0173','','','2019-05-12 20:20:39','2019-05-12 20:20:39','',0,'http://www.maverickclaims.com/?p=74',0,'customize_changeset','',0),(75,1,'2019-05-12 20:21:58','2019-05-12 20:21:58','{\n \"corporate-pro::header_image\": {\n \"value\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:21:58\"\n },\n \"corporate-pro::header_image_data\": {\n \"value\": {\n \"attachment_id\": 67,\n \"url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\",\n \"thumbnail_url\": \"http://www.maverickclaims.com/wp-content/uploads/2019/05/cropped-Maverick-Claims-Covington-La-1.jpeg\",\n \"alt_text\": \"\",\n \"attachment_parent\": 30,\n \"width\": 1500,\n \"height\": 844,\n \"timestamp\": [\n \"1557690969\"\n ]\n },\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:21:58\"\n }\n}','','','trash','closed','closed','','77881674-6d50-4f06-9d43-eb213281e8d2','','','2019-05-12 20:21:58','2019-05-12 20:21:58','',0,'http://www.maverickclaims.com/2019/05/12/77881674-6d50-4f06-9d43-eb213281e8d2/',0,'customize_changeset','',0),(76,1,'2019-05-12 20:33:21','2019-05-12 20:33:21','{\n \"widget_text[5]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo2OntzOjU6InRpdGxlIjtzOjM4OiJSZXNpZGVudGlhbCBhbmQgQ29tbWVyY2lhbCBJbnNwZWN0aW9ucyI7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO3M6MTQ6ImNvbHVtbi1jbGFzc2VzIjtzOjEwOiJvbmUtZm91cnRoIjtzOjIwOiJjb2x1bW4tY2xhc3Nlcy1maXJzdCI7YjoxO30=\",\n \"title\": \"Residential and Commercial Inspections\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"950d470b39b2bc4d914633f8d645cd0b\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:30:13\"\n },\n \"sidebars_widgets[wp_inactive_widgets]\": {\n \"value\": [\n \"text-3\",\n \"archives-2\",\n \"meta-2\",\n \"search-2\",\n \"categories-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"text-5\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:33:15\"\n },\n \"sidebars_widgets[front-page-2]\": {\n \"value\": [\n \"text-10\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:33:21\"\n },\n \"widget_gts_widget[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6MTA6ImZ1bGwtd2lkdGgiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"8c48eceaae99af1f9739ae1a5f7aaaf3\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:33:15\"\n },\n \"widget_text[10]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:33:21\"\n }\n}','','','trash','closed','closed','','5e5df772-4d04-42df-b796-f1dcf448f25d','','','2019-05-12 20:33:21','2019-05-12 20:33:21','',0,'http://www.maverickclaims.com/?p=76',0,'customize_changeset','',0),(77,1,'2019-05-12 20:36:23','2019-05-12 20:36:23',' \r\n\r\nWe have worked with Maverick for 8 years. Maverick has developed best claim practices and catastrophe / business recovery plans. Their quality assurance audits help us reduce expenses in over 8 states in which we do business.','Midge','','publish','closed','closed','','midge-national-claims-manager','','','2019-05-12 20:52:05','2019-05-12 20:52:05','',0,'http://www.maverickclaims.com/?post_type=testimonial&p=77',0,'testimonial','',0),(78,1,'2019-05-12 20:39:03','2019-05-12 20:39:03',' \r\n\r\nThank you! Great report and great photos.','Teresa','','publish','closed','closed','','teresa-carrier','','','2019-05-12 20:51:08','2019-05-12 20:51:08','',0,'http://www.maverickclaims.com/?post_type=testimonial&p=78',0,'testimonial','',0),(79,1,'2019-05-12 20:40:28','2019-05-12 20:40:28','{\n \"sidebars_widgets[front-page-2]\": {\n \"value\": [\n \"gts_widget-5\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:40:28\"\n },\n \"widget_gts_widget[5]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6MTA6ImZ1bGwtd2lkdGgiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"8c48eceaae99af1f9739ae1a5f7aaaf3\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 20:40:28\"\n }\n}','','','trash','closed','closed','','0db8f09f-2d08-4130-82c6-9c8879078c73','','','2019-05-12 20:40:28','2019-05-12 20:40:28','',0,'http://www.maverickclaims.com/2019/05/12/0db8f09f-2d08-4130-82c6-9c8879078c73/',0,'customize_changeset','',0),(80,1,'2019-05-12 20:43:54','2019-05-12 20:43:54',' \r\n\r\nExcellent Report. Very detailed.','Sara','','publish','closed','closed','','sara','','','2019-05-12 20:50:25','2019-05-12 20:50:25','',0,'http://www.maverickclaims.com/?post_type=testimonial&p=80',0,'testimonial','',0),(81,1,'2019-05-12 21:01:24','0000-00-00 00:00:00','{\n \"widget_gts_widget[5]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6MTA6ImZ1bGwtd2lkdGgiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"8c48eceaae99af1f9739ae1a5f7aaaf3\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:01:24\"\n }\n}','','','auto-draft','closed','closed','','e5780f8c-4246-45c8-a5c5-ec140f02f982','','','2019-05-12 21:01:24','0000-00-00 00:00:00','',0,'http://www.maverickclaims.com/?p=81',0,'customize_changeset','',0),(82,1,'2019-05-12 21:53:56','2019-05-12 21:53:56','{\n \"sidebars_widgets[footer-1]\": {\n \"value\": [\n \"text-12\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:51:33\"\n },\n \"widget_text[12]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo1OntzOjU6InRpdGxlIjtzOjIwOiJNYXZlcmljayBDbGFpbXMsIExMQyI7czo0OiJ0ZXh0IjtzOjI0NjoiMTI3IFRlcnJhYmVsbGEgQmx2ZA0KQ292aW5ndG9uLCBMQSA3MDQzMw0KDQo8aSBjbGFzcz0iZmEgaWNvbi1pcGhvbmUtc3RyZWFtbGluZSI+DQo8L2k+PGEgaHJlZj0iKDg2NikgNDEzLTcwNDIiPjEtODY2LTQxMy03MDQyPC9hPg0KDQo8aSBjbGFzcz0iZmEgaWNvbi1lbWFpbC1tYWlsLXN0cmVhbWxpbmUiPjwvaT48YSBocmVmPSJtYWlsdG86IGJyZWFubmEud2F0c29uQG1hdmVyaWNrY2xhaW1zLmNvbSAiPlNlbmQgRW1haWw8L2E+IjtzOjY6ImZpbHRlciI7YjoxO3M6NjoidmlzdWFsIjtiOjE7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6ODoib25lLWhhbGYiO30=\",\n \"title\": \"Maverick Claims, LLC\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"f559824b612feebb433fa29f4ee53700\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:45:34\"\n },\n \"widget_text[13]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo1OntzOjU6InRpdGxlIjtzOjc6IlNpdGVtYXAiO3M6NDoidGV4dCI7czowOiIiO3M6NjoiZmlsdGVyIjtiOjE7czo2OiJ2aXN1YWwiO2I6MTtzOjE0OiJjb2x1bW4tY2xhc3NlcyI7czo4OiJvbmUtaGFsZiI7fQ==\",\n \"title\": \"Sitemap\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"0559ccdf4dee8da4851388701ecf12dc\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:45:34\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"value\": [\n \"nav_menu-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:52:29\"\n },\n \"widget_nav_menu[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjc6IlNpdGVtYXAiO3M6ODoibmF2X21lbnUiO2k6Mjt9\",\n \"title\": \"Sitemap\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"840ea4b9c8634528139787fd20508a8d\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:47:28\"\n },\n \"widget_nav_menu[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjc6IkNvbXBhbnkiO3M6ODoibmF2X21lbnUiO2k6Mjt9\",\n \"title\": \"Company\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"435724a9e8e434e0740345324d697c58\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:47:28\"\n },\n \"sidebars_widgets[footer-credits]\": {\n \"value\": [\n \"simple-social-icons-3\",\n \"text-14\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:51:33\"\n },\n \"widget_text[14]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo1OntzOjU6InRpdGxlIjtzOjA6IiI7czo0OiJ0ZXh0IjtzOjEwOToiQ29weXJpZ2h0IMKpwqAyMDE5IE1hdmVyaWNrIENsYWltcywgTExDLiBBbGwgcmlnaHRzIHJlc2VydmVkLiA8YSBocmVmPSIjdG9wIiByZWw9Im5vZm9sbG93Ij5SZXR1cm4gdG8gdG9wPC9hPiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO3M6MTQ6ImNvbHVtbi1jbGFzc2VzIjtzOjg6Im9uZS1oYWxmIjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"13363aa9584bcaa4b2a14712b7b4f2be\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:50:29\"\n },\n \"widget_simple-social-icons[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTozNTp7czo1OiJ0aXRsZSI7czowOiIiO3M6MTA6Im5ld193aW5kb3ciO3M6MToiMSI7czo0OiJzaXplIjtzOjI6IjQwIjtzOjEzOiJib3JkZXJfcmFkaXVzIjtzOjE6IjAiO3M6MTI6ImJvcmRlcl93aWR0aCI7czoxOiIwIjtzOjk6ImFsaWdubWVudCI7czo5OiJhbGlnbmxlZnQiO3M6MTA6Imljb25fY29sb3IiO3M6NzoiI2M2Y2FjZSI7czoxNjoiaWNvbl9jb2xvcl9ob3ZlciI7czo3OiIjZDI4NzcwIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjA6IiI7czoyMjoiYmFja2dyb3VuZF9jb2xvcl9ob3ZlciI7czowOiIiO3M6MTI6ImJvcmRlcl9jb2xvciI7czo3OiIjZmRmZWZmIjtzOjE4OiJib3JkZXJfY29sb3JfaG92ZXIiO3M6NzoiI2ZkZmVmZiI7czo3OiJiZWhhbmNlIjtzOjA6IiI7czo5OiJibG9nbG92aW4iO3M6MDoiIjtzOjg6ImRyaWJiYmxlIjtzOjE6IiMiO3M6NToiZW1haWwiO3M6MDoiIjtzOjg6ImZhY2Vib29rIjtzOjE6IiMiO3M6NjoiZmxpY2tyIjtzOjA6IiI7czo2OiJnaXRodWIiO3M6MDoiIjtzOjU6ImdwbHVzIjtzOjE6IiMiO3M6OToiaW5zdGFncmFtIjtzOjE6IiMiO3M6ODoibGlua2VkaW4iO3M6NTU6Imh0dHBzOi8vd3d3LmxpbmtlZGluLmNvbS9jb21wYW55L21hdmVyaWNrLWNsYWltcy9hYm91dC8iO3M6NjoibWVkaXVtIjtzOjA6IiI7czo5OiJwZXJpc2NvcGUiO3M6MDoiIjtzOjU6InBob25lIjtzOjA6IiI7czo5OiJwaW50ZXJlc3QiO3M6MDoiIjtzOjM6InJzcyI7czowOiIiO3M6ODoic25hcGNoYXQiO3M6MDoiIjtzOjExOiJzdHVtYmxldXBvbiI7czowOiIiO3M6NjoidHVtYmxyIjtzOjA6IiI7czo3OiJ0d2l0dGVyIjtzOjE6IiMiO3M6NToidmltZW8iO3M6MDoiIjtzOjQ6InhpbmciO3M6MDoiIjtzOjc6InlvdXR1YmUiO3M6MToiIyI7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6ODoib25lLWhhbGYiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"5f9c38258ec1d943189abd1e93dce364\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:53:56\"\n }\n}','','','trash','closed','closed','','a059b819-5e4a-43ce-80d2-dd2316facefe','','','2019-05-12 21:53:56','2019-05-12 21:53:56','',0,'http://www.maverickclaims.com/?p=82',0,'customize_changeset','',0),(83,1,'2019-05-12 21:57:46','2019-05-12 21:57:46','{\n \"widget_simple-social-icons[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTozNTp7czo1OiJ0aXRsZSI7czowOiIiO3M6MTA6Im5ld193aW5kb3ciO3M6MToiMSI7czo0OiJzaXplIjtzOjI6IjQwIjtzOjEzOiJib3JkZXJfcmFkaXVzIjtzOjE6IjAiO3M6MTI6ImJvcmRlcl93aWR0aCI7czoxOiIwIjtzOjk6ImFsaWdubWVudCI7czo5OiJhbGlnbmxlZnQiO3M6MTA6Imljb25fY29sb3IiO3M6NzoiI2M2Y2FjZSI7czoxNjoiaWNvbl9jb2xvcl9ob3ZlciI7czo3OiIjZDI4NzcwIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjA6IiI7czoyMjoiYmFja2dyb3VuZF9jb2xvcl9ob3ZlciI7czowOiIiO3M6MTI6ImJvcmRlcl9jb2xvciI7czo3OiIjZmRmZWZmIjtzOjE4OiJib3JkZXJfY29sb3JfaG92ZXIiO3M6NzoiI2ZkZmVmZiI7czo3OiJiZWhhbmNlIjtzOjA6IiI7czo5OiJibG9nbG92aW4iO3M6MDoiIjtzOjg6ImRyaWJiYmxlIjtzOjA6IiI7czo1OiJlbWFpbCI7czowOiIiO3M6ODoiZmFjZWJvb2siO3M6NDE6Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9DbGFpbXMuTWF2ZXJpY2svIjtzOjY6ImZsaWNrciI7czowOiIiO3M6NjoiZ2l0aHViIjtzOjA6IiI7czo1OiJncGx1cyI7czowOiIiO3M6OToiaW5zdGFncmFtIjtzOjA6IiI7czo4OiJsaW5rZWRpbiI7czo1NToiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvbWF2ZXJpY2stY2xhaW1zL2Fib3V0LyI7czo2OiJtZWRpdW0iO3M6MDoiIjtzOjk6InBlcmlzY29wZSI7czowOiIiO3M6NToicGhvbmUiO3M6MDoiIjtzOjk6InBpbnRlcmVzdCI7czowOiIiO3M6MzoicnNzIjtzOjA6IiI7czo4OiJzbmFwY2hhdCI7czowOiIiO3M6MTE6InN0dW1ibGV1cG9uIjtzOjA6IiI7czo2OiJ0dW1ibHIiO3M6MDoiIjtzOjc6InR3aXR0ZXIiO3M6MDoiIjtzOjU6InZpbWVvIjtzOjA6IiI7czo0OiJ4aW5nIjtzOjA6IiI7czo3OiJ5b3V0dWJlIjtzOjA6IiI7czoxNDoiY29sdW1uLWNsYXNzZXMiO3M6ODoib25lLWhhbGYiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"1f722874039101b12572267778aa7878\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:56:35\"\n },\n \"sidebars_widgets[wp_inactive_widgets]\": {\n \"value\": [\n \"text-3\",\n \"archives-2\",\n \"meta-2\",\n \"search-2\",\n \"categories-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"text-5\",\n \"text-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:57:38\"\n },\n \"sidebars_widgets[front-page-3]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 21:57:38\"\n }\n}','','','trash','closed','closed','','f532a00f-f50c-4def-945d-eaff35d290df','','','2019-05-12 21:57:46','2019-05-12 21:57:46','',0,'http://www.maverickclaims.com/?p=83',0,'customize_changeset','',0),(84,1,'2019-05-12 22:02:03','2019-05-12 22:02:03','<!-- wp:image {\"id\":31} -->\n<figure class=\"wp-block-image\"><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-1024x621.jpeg\" alt=\"Maverick Claims Commercial Insurance Adjusters\" class=\"wp-image-31\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Maverick Claims, LLC was born out of the aftermath of Hurricane\nKatrina, which highlighted the need for well-trained adjusters who could\nprovide a quality product. All too often, claims adjusting reports lack the\nquality and comprehensiveness that company claim representatives deserve and\nshould, frankly, demand. The independent adjuster must be more than an\nestimator—they must be part counselor, part historian, part investigator, part\nestimator and part analyzer. If the role of an adjuster was to merely provide a\nrepair estimate, insurers could simply hire licensed contractors. The founders\nof Maverick, seasoned company claims managers with a keen understanding of what\ncompany claim representatives want from their chosen adjuster, set out to\ncreate a new standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The word Maverick has its origin in Texas, where the colorful\npioneer Samuel Augustus Maverick (1803-1870) allowed his cattle to roam freely\non the range. Because he wouldn\'t brand them, an unbranded calf became known as\na maverick. To this day, the primary dictionary definition of the word maverick\nis “an unbranded calf.” Mr. Maverick’s action of not branding his cattle made\nhim different, thus the second definition of maverick when used as a noun is a\n“nonconformist.” When used as an adjective, maverick means one who is\nindependent in thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are plenty of adjusting firms and if we did not intend to\nbring added value to the market, we would not have embarked on this path.\nRecent catastrophic events have highlighted many areas of the adjusting\nindustry that could be vastly improved upon. We intend to separate Maverick\nthrough implementation of procedures and methods that we believe our customers\nwant out of an adjusting company. Our actions will exhibit independent thought\nand action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','52-revision-v1','','','2019-05-12 22:02:03','2019-05-12 22:02:03','',52,'http://www.maverickclaims.com/2019/05/12/52-revision-v1/',0,'revision','',0),(86,1,'2019-05-12 22:02:49','2019-05-12 22:02:49','<!-- wp:paragraph -->\n<p>Maverick Claims, LLC was born out of the aftermath of Hurricane\nKatrina, which highlighted the need for well-trained adjusters who could\nprovide a quality product. All too often, claims adjusting reports lack the\nquality and comprehensiveness that company claim representatives deserve and\nshould, frankly, demand. The independent adjuster must be more than an\nestimator—they must be part counselor, part historian, part investigator, part\nestimator and part analyzer. If the role of an adjuster was to merely provide a\nrepair estimate, insurers could simply hire licensed contractors. The founders\nof Maverick, seasoned company claims managers with a keen understanding of what\ncompany claim representatives want from their chosen adjuster, set out to\ncreate a new standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The word Maverick has its origin in Texas, where the colorful\npioneer Samuel Augustus Maverick (1803-1870) allowed his cattle to roam freely\non the range. Because he wouldn\'t brand them, an unbranded calf became known as\na maverick. To this day, the primary dictionary definition of the word maverick\nis “an unbranded calf.” Mr. Maverick’s action of not branding his cattle made\nhim different, thus the second definition of maverick when used as a noun is a\n“nonconformist.” When used as an adjective, maverick means one who is\nindependent in thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are plenty of adjusting firms and if we did not intend to\nbring added value to the market, we would not have embarked on this path.\nRecent catastrophic events have highlighted many areas of the adjusting\nindustry that could be vastly improved upon. We intend to separate Maverick\nthrough implementation of procedures and methods that we believe our customers\nwant out of an adjusting company. Our actions will exhibit independent thought\nand action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','52-revision-v1','','','2019-05-12 22:02:49','2019-05-12 22:02:49','',52,'http://www.maverickclaims.com/2019/05/12/52-revision-v1/',0,'revision','',0),(87,1,'2019-05-12 22:17:24','2019-05-12 22:17:24','<!-- wp:paragraph -->\n<p>We are ready to help with all your claims and inspection needs. Write or call today and let us show you the Maverick Claims difference. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"(866) 413-7042\">1-866-413-7042</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto: breanna.watson@maverickclaims.com \">Send Email</a></p>\n<!-- /wp:paragraph -->','Contact Us','','publish','closed','closed','','contact-us','','','2019-05-12 22:24:47','2019-05-12 22:24:47','',0,'http://www.maverickclaims.com/?page_id=87',0,'page','',0),(88,1,'2019-05-12 22:15:35','2019-05-12 22:15:35','<!-- wp:shortcode -->\n[ank_google_map]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Contact Us','','inherit','closed','closed','','87-revision-v1','','','2019-05-12 22:15:35','2019-05-12 22:15:35','',87,'http://www.maverickclaims.com/2019/05/12/87-revision-v1/',0,'revision','',0),(89,1,'2019-05-12 22:17:24','2019-05-12 22:17:24','','Contact Us','','inherit','closed','closed','','87-revision-v1','','','2019-05-12 22:17:24','2019-05-12 22:17:24','',87,'http://www.maverickclaims.com/2019/05/12/87-revision-v1/',0,'revision','',0),(91,1,'2019-05-12 22:25:26','2019-05-12 22:25:26','{\n \"nav_menu_item[-331671563]\": {\n \"value\": {\n \"object_id\": 87,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 11,\n \"type\": \"post_type\",\n \"title\": \"Contact Us\",\n \"url\": \"http://www.maverickclaims.com/contact-us/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Contact Us\",\n \"nav_menu_term_id\": 2,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:23:00\"\n }\n}','','','trash','closed','closed','','55752b4d-24c7-48f3-8582-8dee5e31fd66','','','2019-05-12 22:25:26','2019-05-12 22:25:26','',0,'http://www.maverickclaims.com/?p=91',0,'customize_changeset','',0),(92,1,'2019-05-12 22:24:45','2019-05-12 22:24:45','<!-- wp:paragraph -->\n<p>We are ready to help with all your claims and inspection needs. Write or call today and let us show you the Maverick Claims difference. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"(866) 413-7042\">1-866-413-7042</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto: breanna.watson@maverickclaims.com \">Send Email</a></p>\n<!-- /wp:paragraph -->','Contact Us','','inherit','closed','closed','','87-revision-v1','','','2019-05-12 22:24:45','2019-05-12 22:24:45','',87,'http://www.maverickclaims.com/2019/05/12/87-revision-v1/',0,'revision','',0),(93,1,'2019-05-12 22:25:26','2019-05-12 22:25:26',' ','','','publish','closed','closed','','93','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/2019/05/12/93/',14,'nav_menu_item','',0),(94,1,'2019-05-12 22:27:51','2019-05-12 22:27:51','','Catastrophe Management','','publish','closed','closed','','catastrophe-management','','','2019-05-12 22:27:51','2019-05-12 22:27:51','',0,'http://www.maverickclaims.com/?post_type=slide&p=94',0,'slide','',0),(95,1,'2019-05-12 22:40:19','2019-05-12 22:40:19','{\n \"sidebars_widgets[footer-3]\": {\n \"value\": [\n \"enews-ext-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:38:15\"\n },\n \"widget_enews-ext[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToxNDp7czo1OiJ0aXRsZSI7czoxMDoiTmV3c2xldHRlciI7czo0OiJ0ZXh0IjtzOjA6IiI7czoxMDoiYWZ0ZXJfdGV4dCI7czowOiIiO3M6MjoiaWQiO3M6MDoiIjtzOjY6ImFjdGlvbiI7czowOiIiO3M6MTE6ImVtYWlsLWZpZWxkIjtzOjE6IiMiO3M6MTE6ImZuYW1lLWZpZWxkIjtzOjA6IiI7czoxMToibG5hbWUtZmllbGQiO3M6MDoiIjtzOjEzOiJoaWRkZW5fZmllbGRzIjtzOjA6IiI7czoxMDoiZm5hbWVfdGV4dCI7czoxMDoiRmlyc3QgTmFtZSI7czoxMDoibG5hbWVfdGV4dCI7czo5OiJMYXN0IE5hbWUiO3M6MTA6ImlucHV0X3RleHQiO3M6MTQ6IkUtTWFpbCBBZGRyZXNzIjtzOjExOiJidXR0b25fdGV4dCI7czoyOiJHbyI7czoxNToiZGlzcGxheV9wcml2YWN5IjtpOjA7fQ==\",\n \"title\": \"Newsletter\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"e62611f720f500b86b50a03240fa8a8e\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:40:00\"\n }\n}','','','trash','closed','closed','','c9288ae6-b1e6-4766-8779-1d33d2d03dd9','','','2019-05-12 22:40:19','2019-05-12 22:40:19','',0,'http://www.maverickclaims.com/?p=95',0,'customize_changeset','',0),(96,1,'2019-05-12 22:53:54','2019-05-12 22:53:54','{\n \"sidebars_widgets[wp_inactive_widgets]\": {\n \"value\": [\n \"text-3\",\n \"archives-2\",\n \"meta-2\",\n \"search-2\",\n \"categories-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"text-5\",\n \"text-4\",\n \"enews-ext-3\",\n \"nav_menu-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:43:52\"\n },\n \"sidebars_widgets[footer-3]\": {\n \"value\": [\n \"nav_menu-6\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:43:52\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:43:52\"\n },\n \"widget_nav_menu[6]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjc6IlNpdGVtYXAiO3M6ODoibmF2X21lbnUiO2k6Mjt9\",\n \"title\": \"Sitemap\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"840ea4b9c8634528139787fd20508a8d\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:43:52\"\n },\n \"sidebars_widgets[before-header]\": {\n \"value\": [\n \"text-16\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:45:39\"\n },\n \"widget_text[16]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjA6IiI7czo0OiJ0ZXh0IjtzOjIwMjoiPGkgY2xhc3M9ImZhIGljb24taXBob25lLXN0cmVhbWxpbmUiPg0KPC9pPjxhIGhyZWY9Iig4NjYpIDQxMy03MDQyIj4xLTg2Ni00MTMtNzA0MjwvYT4NCg0KPGkgY2xhc3M9ImZhIGljb24tZW1haWwtbWFpbC1zdHJlYW1saW5lIj48L2k+PGEgaHJlZj0ibWFpbHRvOiBicmVhbm5hLndhdHNvbkBtYXZlcmlja2NsYWltcy5jb20gIj5TZW5kIEVtYWlsPC9hPiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"070e18e2d5362dc759553090f923a2c6\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:53:54\"\n }\n}','','','trash','closed','closed','','6d96df85-54a9-4493-b0a5-258f7fdfa56b','','','2019-05-12 22:53:54','2019-05-12 22:53:54','',0,'http://www.maverickclaims.com/?p=96',0,'customize_changeset','',0),(97,1,'2019-05-12 22:56:11','2019-05-12 22:56:11','{\n \"corporate-pro::corporate_sticky_header\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-12 22:56:11\"\n }\n}','','','trash','closed','closed','','2ea3baae-3500-4c1d-b514-8c4a3a81e9c2','','','2019-05-12 22:56:11','2019-05-12 22:56:11','',0,'http://www.maverickclaims.com/2019/05/12/2ea3baae-3500-4c1d-b514-8c4a3a81e9c2/',0,'customize_changeset','',0),(99,1,'2019-05-12 23:04:05','2019-05-12 23:04:05','<!-- wp:gallery {\"ids\":[\"31\",\"30\",\"32\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-1024x621.jpeg\" alt=\"\" data-id=\"31\" data-link=\"http://www.maverickclaims.com/geocolor-image-of-hurricane-irma-elements-of-this-image-furnished-by-nasa/\" class=\"wp-image-31\"/><figcaption> <br><a href=\"http://www.maverickclaims.com/catastrophe-management/\">Catastrophe Management </a></figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La-1024x768.jpeg\" alt=\"\" data-id=\"30\" data-link=\"http://www.maverickclaims.com/3d-house-line-red/\" class=\"wp-image-30\"/><figcaption><a href=\"http://www.maverickclaims.com/property-claims-adjusting/\">Property Claims Adjusting</a></figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-office-front-127-Terra-Bella-Blvd-803x1024.jpg\" alt=\"\" data-id=\"32\" data-link=\"http://www.maverickclaims.com/maverick-office-front-127-terra-bella-blvd/\" class=\"wp-image-32\"/><figcaption><a href=\"http://www.maverickclaims.com/residential-commercial-insurance-inspections/\">Residential & Commercial Insurance Inspections </a></figcaption></figure></li></ul>\n<!-- /wp:gallery -->','Services','','inherit','closed','closed','','54-revision-v1','','','2019-05-12 23:04:05','2019-05-12 23:04:05','',54,'http://www.maverickclaims.com/2019/05/12/54-revision-v1/',0,'revision','',0),(100,1,'2019-05-12 23:05:12','2019-05-12 23:05:12','<!-- wp:heading {\"level\":5} -->\n<h5>Office Manager</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Breanna Watson is the office manager for\nMaverick Claims. She performs all Human Resource related tasks and manages the\noffice workflow. She ensures all clients and customer needs/standards are\nmet. In addition to managing the office,\nshe processes Maverick’s new claims and assigns all claim/underwriting\nassignments. Breanna maintains our database of property adjusters along with\nassisting customers with their questions regarding Maverick’s coverage area and\nthe availability of Maverick\'s experienced property adjusters. Additionally,\nBreanna serves as Maverick’s claims file specialist and Invoicing Supervisor.\nShe monitors assigned claims to ensure that adjuster inspection and reporting\ntimelines are met. She verifies that all required documentation accompanies\nreturned reports, and then creates accurate invoices for our customers. </p>\n<!-- /wp:paragraph -->','Breanna Watson','','publish','closed','closed','','breanna-watson','','','2019-05-17 01:04:41','2019-05-17 01:04:41','',0,'http://www.maverickclaims.com/?page_id=100',0,'page','',0),(101,1,'2019-05-12 23:05:12','2019-05-12 23:05:12','','Breanna Watson','','inherit','closed','closed','','100-revision-v1','','','2019-05-12 23:05:12','2019-05-12 23:05:12','',100,'http://www.maverickclaims.com/2019/05/12/100-revision-v1/',0,'revision','',0),(102,1,'2019-05-12 23:05:50','2019-05-12 23:05:50',' ','','','publish','closed','closed','','102','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=102',13,'nav_menu_item','',0),(103,1,'2019-05-17 00:27:45','2019-05-17 00:27:45','<!-- wp:paragraph -->\n<p>At\nMaverick we manage a sophisticated team of highly experienced adjusters with a\nspecialization in large and complex commercial losses. These adjusters are closely\nfamiliar with all aspects of these losses including but not limited to: Business\nProperty claims, Business Interruption claims, Additional Expense claims, Inventory\nclaims, etc. </p>\n<!-- /wp:paragraph -->','Large Loss Commercial Services','','inherit','closed','closed','','50-revision-v1','','','2019-05-17 00:27:45','2019-05-17 00:27:45','',50,'http://www.maverickclaims.com/2019/05/17/50-revision-v1/',0,'revision','',0),(104,1,'2019-05-17 00:34:12','2019-05-17 00:34:12','','3d house line red','3d house line red white home estate','inherit','open','closed','','3d-house-line-red-2','','','2019-05-17 00:34:12','2019-05-17 00:34:12','',40,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims.jpeg',0,'attachment','image/jpeg',0),(105,1,'2019-05-17 00:37:42','2019-05-17 00:37:42','','Maverick Claims Insurance Adjusters and Claims Admin','','inherit','open','closed','','overview-of-three-hurricanes-irma-jose-and-katia-in-the-carribean-sea-and-the-atlantic-ocean-elements-of-this-image-furnished-by-nasa','','','2019-05-17 00:38:08','2019-05-17 00:38:08','',40,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Insurance-Adjusters-and-Claims-Admin-Louisiana.jpeg',0,'attachment','image/jpeg',0),(106,1,'2019-05-17 00:38:24','2019-05-17 00:38:24','<!-- wp:paragraph -->\n<p>Maverick\nClaims, LLC is committed to providing uninterrupted service leading up to,\nduring, and immediately following events affecting business continuity for our\nclients as well as peace of mind for insureds. \nIn order to maintain the level of quality expected, it is necessary that\npre-event planning occur to maximize the quality, efficiency and timeliness of\nthe response. While some events will be\npredictable, such as Hurricanes and similar weather-related events, other\nevents, such as fires and tornadoes may occur without warning. In order to be prepared\nto act swiftly and efficiently during any event Maverick has instituted team\nprocedure reviews and drills that are conducted on a periodic basis and prior\nto each hurricane season. </p>\n<!-- /wp:paragraph -->','Catastrophe Management','','inherit','closed','closed','','40-revision-v1','','','2019-05-17 00:38:24','2019-05-17 00:38:24','',40,'http://www.maverickclaims.com/2019/05/17/40-revision-v1/',0,'revision','',0),(107,1,'2019-05-17 00:38:53','2019-05-17 00:38:53','<!-- wp:paragraph -->\n<p>Maverick umpires are trained dispute resolution experts with\nexperience in property estimating, management, construction, and insurance\nadjusting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are well prepared to deal with disputed losses. We are\ncommitted to the timely and appropriate completion of appraisal activities;\nunderstanding the true intent of the appraisal provisions and creating a fair,\nfast and effective method of resolving disputes. Our service equation is\nfocused upon completing the appraisal process as quickly as possible while\nproviding expert examination of issues and professional negotiating services.</p>\n<!-- /wp:paragraph -->','Appraisal & Umpire Services','','inherit','closed','closed','','48-revision-v1','','','2019-05-17 00:38:53','2019-05-17 00:38:53','',48,'http://www.maverickclaims.com/2019/05/17/48-revision-v1/',0,'revision','',0),(108,1,'2019-05-17 00:41:02','2019-05-17 00:41:02','<!-- wp:paragraph -->\n<p>Maverick umpires are trained dispute resolution experts with\nexperience in property estimating, management, construction, and insurance\nadjusting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are well prepared to deal with disputed losses. We are committed to the timely and appropriate completion of appraisal activities; understanding the true intent of the appraisal provisions and creating a fair, fast and effective method of resolving disputes. Our service equation is focused upon completing the appraisal process as quickly as possible while providing expert examination of issues and professional negotiating services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Appraisal & Umpire Services</a></p>\n<!-- /wp:paragraph -->','Appraisal & Umpire Services','','inherit','closed','closed','','48-revision-v1','','','2019-05-17 00:41:02','2019-05-17 00:41:02','',48,'http://www.maverickclaims.com/2019/05/17/48-revision-v1/',0,'revision','',0),(109,1,'2019-05-17 00:42:37','2019-05-17 00:42:37','<!-- wp:paragraph -->\n<p>We are experienced in litigation support, settlement negotiations, expert\ntestimony, and consulting services to clients involved in a wide range of property\nclaims disputes, investigations, and litigation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Specializing in complex matters, we work collaboratively with our clients and their attorneys to create appropriate, well-reasoned research, analysis, advice, reports, and expert testimony. Maverick applies exceptional rigor to help ensure analysis and opinions are thoroughly substantiated, fact-based, understandable, and unbiased. Our independent advice lends credibility to our clients’ side of any legal dispute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com/\">Maverick Claims - Litigation Experts</a></p>\n<!-- /wp:paragraph -->','Litigation Experts','','inherit','closed','closed','','46-revision-v1','','','2019-05-17 00:42:37','2019-05-17 00:42:37','',46,'http://www.maverickclaims.com/2019/05/17/46-revision-v1/',0,'revision','',0),(110,1,'2019-05-17 00:44:05','2019-05-17 00:44:05','<!-- wp:paragraph -->\n<p>Our experienced Property Adjusters feel right at home working residential and commercial losses. Our office staff reviews all estimates prior to submitting a file to the client, and we are happy to administrate the handling of personal property, business interruption and extra expenses as well, eliminating the need for the client to spend countless hours on a single file. We provide a rapid file turnaround time, with accurate estimates, and assist the client in every way possible to ensure quick and efficient claim settlement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claim - Property Claims Adjusting</a></p>\n<!-- /wp:paragraph -->','Property Claims Adjusting','','inherit','closed','closed','','44-revision-v1','','','2019-05-17 00:44:05','2019-05-17 00:44:05','',44,'http://www.maverickclaims.com/2019/05/17/44-revision-v1/',0,'revision','',0),(111,1,'2019-05-17 00:53:36','2019-05-17 00:53:36','<!-- wp:paragraph -->\n<p>Our claims professionals leverage data and act quickly, making savvy decisions to close claims efficiently. With Maverick’s specialized experience to handle all types of claims along with the most difficult and complex situations, we\'re able to deliver an excellent experience for everyone involved at every stage of the claims process. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Claims Administration</a></p>\n<!-- /wp:paragraph -->','Claims Administration','','inherit','closed','closed','','42-revision-v1','','','2019-05-17 00:53:36','2019-05-17 00:53:36','',42,'http://www.maverickclaims.com/2019/05/17/42-revision-v1/',0,'revision','',0),(112,1,'2019-05-17 00:55:52','2019-05-17 00:55:52','<!-- wp:paragraph -->\n<p>Maverick\noffers quality, time sensitive information to insurance companies. This\ninformation is developed through independent contractors performing on-site\ninspections and underwriting surveys for residential properties, commercial properties/operations\nand agricultural properties. We assess the condition of the property as well as\nidentify issues that may potentially lead to claims activity. We also gather\ndata to assist the insurance companies in establishing replacement cost values\nfor buildings and dwellings.</p>\n<!-- /wp:paragraph -->','Residential & Commercial Insurance Inspections','','inherit','closed','closed','','36-revision-v1','','','2019-05-17 00:55:52','2019-05-17 00:55:52','',36,'http://www.maverickclaims.com/2019/05/17/36-revision-v1/',0,'revision','',0),(113,1,'2019-05-17 01:00:18','2019-05-17 01:00:18','<!-- wp:paragraph -->\n<p>Bill Leahy is the President of Maverick Claims. Bill was retained by Maverick due to his vast experience as an insurance estimating expert, appraiser, umpire, large loss adjuster, residential contractor, and entrepreneurial mindset. As president Bill is tasked with providing strong leadership for the company by working with the board to establish long-term goals, plans, and strategies for Maverick. He is responsible for presiding over the adjusters, staff, and managing budgets to ensure resources are allocated properly. Bill ensures that all departments meet their individual goals and are responsible for overall accountability to Maverick’s clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto:Bill.Leahy@maverickclaims.com \">Contact Bill</a></p>\n<!-- /wp:paragraph -->','Bill Leahy, President','','inherit','closed','closed','','38-revision-v1','','','2019-05-17 01:00:18','2019-05-17 01:00:18','',38,'http://www.maverickclaims.com/2019/05/17/38-revision-v1/',0,'revision','',0),(115,1,'2019-05-17 01:02:24','2019-05-17 01:02:24','<!-- wp:paragraph -->\n<p>Breanna Watson is the office manager for\nMaverick Claims. She performs all Human Resource related tasks and manages the\noffice workflow. She ensures all clients and customer needs/standards are\nmet. In addition to managing the office,\nshe processes Maverick’s new claims and assigns all claim/underwriting\nassignments. Breanna maintains our database of property adjusters along with\nassisting customers with their questions regarding Maverick’s coverage area and\nthe availability of Maverick\'s experienced property adjusters. Additionally,\nBreanna serves as Maverick’s claims file specialist and Invoicing Supervisor.\nShe monitors assigned claims to ensure that adjuster inspection and reporting\ntimelines are met. She verifies that all required documentation accompanies\nreturned reports, and then creates accurate invoices for our customers. </p>\n<!-- /wp:paragraph -->','Breanna Watson, Office Manager','','inherit','closed','closed','','100-revision-v1','','','2019-05-17 01:02:24','2019-05-17 01:02:24','',100,'http://www.maverickclaims.com/2019/05/17/100-revision-v1/',0,'revision','',0),(116,1,'2019-05-17 01:03:10','2019-05-17 01:03:10','<!-- wp:heading {\"level\":5} -->\n<h5>Underwriting Insurance Supervisor</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nicole Leahy is the Underwriting Insurance Supervisor at Maverick Claims.\nNicole does Quality Assurance reviews on all underwriting inspection reports.\nShe is responsible for meeting our customers\' timeline and quality standards.\nThis includes regular communication with our field inspectors on report\ncreation, and delivery. She advises, and coordinates with Maverick management\non report improvement, and faster cycle time in report delivery.</p>\n<!-- /wp:paragraph -->','Nicole Leahy','','publish','closed','closed','','nicole-leahy','','','2019-05-17 01:05:11','2019-05-17 01:05:11','',0,'http://www.maverickclaims.com/?page_id=116',0,'page','',0),(117,1,'2019-05-17 01:03:10','2019-05-17 01:03:10','<!-- wp:paragraph -->\n<p>Nicole Leahy is the Underwriting Insurance Supervisor at Maverick Claims.\nNicole does Quality Assurance reviews on all underwriting inspection reports.\nShe is responsible for meeting our customers\' timeline and quality standards.\nThis includes regular communication with our field inspectors on report\ncreation, and delivery. She advises, and coordinates with Maverick management\non report improvement, and faster cycle time in report delivery.</p>\n<!-- /wp:paragraph -->','Nicole Leahy','','inherit','closed','closed','','116-revision-v1','','','2019-05-17 01:03:10','2019-05-17 01:03:10','',116,'http://www.maverickclaims.com/2019/05/17/116-revision-v1/',0,'revision','',0),(118,1,'2019-05-17 01:03:57','2019-05-17 01:03:57','<!-- wp:heading {\"level\":4} -->\n<h4>Underwriting Insurance Supervisor</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nicole Leahy is the Underwriting Insurance Supervisor at Maverick Claims.\nNicole does Quality Assurance reviews on all underwriting inspection reports.\nShe is responsible for meeting our customers\' timeline and quality standards.\nThis includes regular communication with our field inspectors on report\ncreation, and delivery. She advises, and coordinates with Maverick management\non report improvement, and faster cycle time in report delivery.</p>\n<!-- /wp:paragraph -->','Nicole Leahy','','inherit','closed','closed','','116-revision-v1','','','2019-05-17 01:03:57','2019-05-17 01:03:57','',116,'http://www.maverickclaims.com/2019/05/17/116-revision-v1/',0,'revision','',0),(119,1,'2019-05-17 01:04:38','2019-05-17 01:04:38','<!-- wp:heading {\"level\":5} -->\n<h5>Office Manager</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Breanna Watson is the office manager for\nMaverick Claims. She performs all Human Resource related tasks and manages the\noffice workflow. She ensures all clients and customer needs/standards are\nmet. In addition to managing the office,\nshe processes Maverick’s new claims and assigns all claim/underwriting\nassignments. Breanna maintains our database of property adjusters along with\nassisting customers with their questions regarding Maverick’s coverage area and\nthe availability of Maverick\'s experienced property adjusters. Additionally,\nBreanna serves as Maverick’s claims file specialist and Invoicing Supervisor.\nShe monitors assigned claims to ensure that adjuster inspection and reporting\ntimelines are met. She verifies that all required documentation accompanies\nreturned reports, and then creates accurate invoices for our customers. </p>\n<!-- /wp:paragraph -->','Breanna Watson','','inherit','closed','closed','','100-revision-v1','','','2019-05-17 01:04:38','2019-05-17 01:04:38','',100,'http://www.maverickclaims.com/2019/05/17/100-revision-v1/',0,'revision','',0),(120,1,'2019-05-17 01:05:09','2019-05-17 01:05:09','<!-- wp:heading {\"level\":5} -->\n<h5>Underwriting Insurance Supervisor</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nicole Leahy is the Underwriting Insurance Supervisor at Maverick Claims.\nNicole does Quality Assurance reviews on all underwriting inspection reports.\nShe is responsible for meeting our customers\' timeline and quality standards.\nThis includes regular communication with our field inspectors on report\ncreation, and delivery. She advises, and coordinates with Maverick management\non report improvement, and faster cycle time in report delivery.</p>\n<!-- /wp:paragraph -->','Nicole Leahy','','inherit','closed','closed','','116-revision-v1','','','2019-05-17 01:05:09','2019-05-17 01:05:09','',116,'http://www.maverickclaims.com/2019/05/17/116-revision-v1/',0,'revision','',0),(121,1,'2019-05-17 01:07:13','2019-05-17 01:07:13',' ','','','publish','closed','closed','','121','','','2019-05-17 01:07:13','2019-05-17 01:07:13','',0,'http://www.maverickclaims.com/?p=121',12,'nav_menu_item','',0),(122,1,'2019-05-17 01:10:04','2019-05-17 01:10:04','<!-- wp:paragraph -->\n<p>Maverick Claims, LLC is committed to providing uninterrupted service leading up to, during, and immediately following events affecting business continuity for our clients as well as peace of mind for insureds. In order to maintain the level of quality expected, it is necessary that pre-event planning occur to maximize the quality, efficiency and timeliness of the response. While some events will be predictable, such as Hurricanes and similar weather-related events, other events, such as fires and tornadoes may occur without warning. In order to be prepared to act swiftly and efficiently during any event Maverick has instituted team procedure reviews and drills that are conducted on a periodic basis and prior to each hurricane season. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Catastrophe Management</a></p>\n<!-- /wp:paragraph -->','Catastrophe Management','','inherit','closed','closed','','40-revision-v1','','','2019-05-17 01:10:04','2019-05-17 01:10:04','',40,'http://www.maverickclaims.com/2019/05/17/40-revision-v1/',0,'revision','',0),(123,1,'2019-05-17 01:12:19','0000-00-00 00:00:00','{\n \"genesis-settings[site_layout]\": {\n \"value\": \"content-sidebar\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-05-17 01:12:19\"\n }\n}','','','auto-draft','closed','closed','','bd70aceb-e3ed-4ab6-8dc4-147f89541ee6','','','2019-05-17 01:12:19','0000-00-00 00:00:00','',0,'http://www.maverickclaims.com/?p=123',0,'customize_changeset','',0),(124,1,'2019-05-17 01:17:17','2019-05-17 01:17:17','','Maverick-Claims-Covington-La','','inherit','open','closed','','maverick-claims-covington-la','','','2019-05-17 01:37:52','2019-05-17 01:37:52','',54,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La.jpg',0,'attachment','image/jpeg',0),(125,1,'2019-05-17 01:19:39','2019-05-17 01:19:39','','Maverick-office-front-127-Terra-Bella-Blvd-1','','inherit','open','closed','','maverick-office-front-127-terra-bella-blvd-1','','','2019-05-17 01:19:39','2019-05-17 01:19:39','',54,'http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-office-front-127-Terra-Bella-Blvd-1.jpg',0,'attachment','image/jpeg',0),(126,1,'2019-05-17 01:21:20','2019-05-17 01:21:20','<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com/large-loss-commercial-services/\">Large Loss Commercial Services</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','54-revision-v1','','','2019-05-17 01:21:20','2019-05-17 01:21:20','',54,'http://www.maverickclaims.com/2019/05/17/54-revision-v1/',0,'revision','',0),(127,1,'2019-05-17 01:23:49','2019-05-17 01:23:49','<!-- wp:paragraph -->\n<p>At Maverick we manage a sophisticated team of highly experienced adjusters with a specialization in large and complex commercial losses. These adjusters are closely familiar with all aspects of these losses including but not limited to: Business Property claims, Business Interruption claims, Additional Expense claims, Inventory claims, etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims Large Loss Commercial Services</a></p>\n<!-- /wp:paragraph -->','Large Loss Commercial Services','','inherit','closed','closed','','50-revision-v1','','','2019-05-17 01:23:49','2019-05-17 01:23:49','',50,'http://www.maverickclaims.com/2019/05/17/50-revision-v1/',0,'revision','',0),(129,1,'2019-05-17 01:30:30','2019-05-17 01:30:30','<!-- wp:list -->\n<ul><li><a href=\"http://www.maverickclaims.com/large-loss-commercial-services/\">Large Loss Commercial Services</a></li><li><a href=\"http://www.maverickclaims.com/catastrophe-management/\">Catastrophe Management</a></li><li><a href=\"http://www.maverickclaims.com/appraisal-umpire-services/\">Appraisal & Umpire Services</a></li><li><a href=\"http://www.maverickclaims.com/litigation-experts/\">Litigation Experts</a></li><li><a href=\"http://www.maverickclaims.com/property-claims-adjusting/\">Property Claims Adjusting</a></li><li><a href=\"http://www.maverickclaims.com/claims-administration/\">Claims Administration </a></li><li><a href=\"http://www.maverickclaims.com/residential-commercial-insurance-inspections/\">Residential & Commercial Insurance Inspections</a></li></ul>\n<!-- /wp:list -->','Services','','inherit','closed','closed','','54-revision-v1','','','2019-05-17 01:30:30','2019-05-17 01:30:30','',54,'http://www.maverickclaims.com/2019/05/17/54-revision-v1/',0,'revision','',0),(130,1,'2019-05-17 01:32:00','2019-05-17 01:32:00','<!-- wp:paragraph -->\n<p>Maverick offers quality, time sensitive information to insurance companies. This information is developed through independent contractors performing on-site inspections and underwriting surveys for residential properties, commercial properties/operations and agricultural properties. We assess the condition of the property as well as identify issues that may potentially lead to claims activity. We also gather data to assist the insurance companies in establishing replacement cost values for buildings and dwellings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims - Residential & Commercial Insurance Inspections</a></p>\n<!-- /wp:paragraph -->','Residential & Commercial Insurance Inspections','','inherit','closed','closed','','36-revision-v1','','','2019-05-17 01:32:00','2019-05-17 01:32:00','',36,'http://www.maverickclaims.com/2019/05/17/36-revision-v1/',0,'revision','',0),(131,1,'2019-05-17 01:39:36','2019-05-17 01:39:36','<!-- wp:image {\"id\":124,\"align\":\"left\",\"width\":209,\"height\":278} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La-768x1024.jpg\" alt=\"Maverick-Claims-Covington-La\" class=\"wp-image-124\" width=\"209\" height=\"278\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Maverick Claims, LLC was born out of the aftermath of Hurricane Katrina, which highlighted the need for well-trained adjusters who could provide a quality product. All too often, claims adjusting reports lack the quality and comprehensiveness that company claim representatives deserve and should, frankly, demand. The independent adjuster must be more than an estimator—they must be part counselor, part historian, part investigator, part estimator and part analyzer. If the role of an adjuster was to merely provide a repair estimate, insurers could simply hire licensed contractors. The founders of Maverick, seasoned company claims managers with a keen understanding of what company claim representatives want from their chosen adjuster, set out to create a new standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The word Maverick has its origin in Texas, where the colorful\npioneer Samuel Augustus Maverick (1803-1870) allowed his cattle to roam freely\non the range. Because he wouldn\'t brand them, an unbranded calf became known as\na maverick. To this day, the primary dictionary definition of the word maverick\nis “an unbranded calf.” Mr. Maverick’s action of not branding his cattle made\nhim different, thus the second definition of maverick when used as a noun is a\n“nonconformist.” When used as an adjective, maverick means one who is\nindependent in thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are plenty of adjusting firms and if we did not intend to\nbring added value to the market, we would not have embarked on this path.\nRecent catastrophic events have highlighted many areas of the adjusting\nindustry that could be vastly improved upon. We intend to separate Maverick\nthrough implementation of procedures and methods that we believe our customers\nwant out of an adjusting company. Our actions will exhibit independent thought\nand action.</p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','52-revision-v1','','','2019-05-17 01:39:36','2019-05-17 01:39:36','',52,'http://www.maverickclaims.com/2019/05/17/52-revision-v1/',0,'revision','',0),(132,1,'2019-05-17 01:40:11','2019-05-17 01:40:11','<!-- wp:image {\"id\":124,\"align\":\"left\",\"width\":209,\"height\":278} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"http://www.maverickclaims.com/wp-content/uploads/2019/05/Maverick-Claims-Covington-La-768x1024.jpg\" alt=\"Maverick-Claims-Covington-La\" class=\"wp-image-124\" width=\"209\" height=\"278\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Maverick Claims, LLC was born out of the aftermath of Hurricane Katrina, which highlighted the need for well-trained adjusters who could provide a quality product. All too often, claims adjusting reports lack the quality and comprehensiveness that company claim representatives deserve and should, frankly, demand. The independent adjuster must be more than an estimator—they must be part counselor, part historian, part investigator, part estimator and part analyzer. If the role of an adjuster was to merely provide a repair estimate, insurers could simply hire licensed contractors. The founders of Maverick, seasoned company claims managers with a keen understanding of what company claim representatives want from their chosen adjuster, set out to create a new standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The word Maverick has its origin in Texas, where the colorful\npioneer Samuel Augustus Maverick (1803-1870) allowed his cattle to roam freely\non the range. Because he wouldn\'t brand them, an unbranded calf became known as\na maverick. To this day, the primary dictionary definition of the word maverick\nis “an unbranded calf.” Mr. Maverick’s action of not branding his cattle made\nhim different, thus the second definition of maverick when used as a noun is a\n“nonconformist.” When used as an adjective, maverick means one who is\nindependent in thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are plenty of adjusting firms and if we did not intend to bring added value to the market, we would not have embarked on this path. Recent catastrophic events have highlighted many areas of the adjusting industry that could be vastly improved upon. We intend to separate Maverick through implementation of procedures and methods that we believe our customers want out of an adjusting company. Our actions will exhibit independent thought and action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.maverickclaims.com\">Maverick Claims </a></p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','52-revision-v1','','','2019-05-17 01:40:11','2019-05-17 01:40:11','',52,'http://www.maverickclaims.com/2019/05/17/52-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_520_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),(21,2,0),(56,2,0),(57,2,0),(58,2,0),(59,2,0),(60,2,0),(61,2,0),(62,2,0),(63,2,0),(64,2,0),(65,2,0),(93,2,0),(102,2,0),(121,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_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,0),(2,2,'nav_menu','',0,14); /*!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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; INSERT INTO `wp_termmeta` VALUES (1,2,'headline',''),(2,2,'intro_text',''),(3,2,'display_title','0'),(4,2,'display_description','0'),(5,2,'doctitle',''),(6,2,'description',''),(7,2,'keywords',''),(8,2,'layout',''),(9,2,'noindex','0'),(10,2,'nofollow','0'),(11,2,'noarchive','0'); /*!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_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'Uncategorized','uncategorized',0),(2,'Header','header',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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,text_widget_custom_html,text_widget_paste_html'),(15,1,'default_password_nag',''),(16,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:1:{s:64:\"23c9011653b5b0e8b61a0b0f137e10c10523cb7dca6e8ebf2795f342c1ef60b8\";a:4:{s:10:\"expiration\";i:1558225538;s:2:\"ip\";s:13:\"69.161.209.15\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36\";s:5:\"login\";i:1558052738;}}'),(18,1,'wp_dashboard_quick_press_last_post_id','3'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"24.196.209.0\";}'),(20,1,'metaboxhidden_page','a:0:{}'),(21,1,'metaboxhidden_post','a:7:{i:0;s:22:\"genesis_inpost_seo_box\";i:1;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:26:\"genesis_inpost_scripts_box\";}'),(22,1,'metaboxhidden_portfolio','a:7:{i:0;s:22:\"genesis_inpost_seo_box\";i:1;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:26:\"genesis_inpost_scripts_box\";}'),(23,1,'wp_user-settings','libraryContent=browse&editor=html'),(24,1,'wp_user-settings-time','1557698308'),(25,1,'closedpostboxes_page','a:1:{i:0;s:25:\"genesis_inpost_layout_box\";}'),(26,1,'nav_menu_recently_edited','2'),(27,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\";}'),(28,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(29,1,'_yoast_wpseo_profile_updated','1557690436'),(30,1,'wp_yoast_promo_hide_premium_upsell_admin_block','1'); /*!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_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'admin','$P$Ba9NKDCfC45nW.35fBD/3jZgSxAnO01','admin','cmr@cmrtax.com','','2018-02-06 17:51:13','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_links` VALUES (3,'',87,0,'internal'),(4,'',87,0,'internal'),(12,'http://www.maverickclaims.com',48,2,'internal'),(14,'http://www.maverickclaims.com/',46,2,'internal'),(18,'http://www.maverickclaims.com',44,2,'internal'),(20,'http://www.maverickclaims.com',42,2,'internal'),(22,'',38,0,'internal'),(24,'http://www.maverickclaims.com',40,2,'internal'),(28,'http://www.maverickclaims.com',50,2,'internal'),(36,'http://www.maverickclaims.com/large-loss-commercial-services/',54,50,'internal'),(37,'http://www.maverickclaims.com/catastrophe-management/',54,40,'internal'),(38,'http://www.maverickclaims.com/appraisal-umpire-services/',54,48,'internal'),(39,'http://www.maverickclaims.com/litigation-experts/',54,46,'internal'),(40,'http://www.maverickclaims.com/property-claims-adjusting/',54,44,'internal'),(41,'http://www.maverickclaims.com/claims-administration/',54,42,'internal'),(42,'http://www.maverickclaims.com/residential-commercial-insurance-inspections/',54,36,'internal'),(44,'http://www.maverickclaims.com',36,2,'internal'),(46,'http://www.maverickclaims.com',52,2,'internal'); /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_meta` -- DROP TABLE IF EXISTS `wp_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT NULL, `incoming_link_count` int(10) unsigned DEFAULT NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_meta` -- LOCK TABLES `wp_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_meta` VALUES (2,NULL,8),(20,0,0),(36,1,1),(38,1,0),(40,1,1),(42,1,1),(44,1,1),(46,1,1),(48,1,1),(50,1,1),(52,1,0),(54,7,0),(66,0,0),(85,0,0),(87,2,0),(90,0,0),(98,0,0),(100,0,0),(114,0,0),(116,0,0),(128,0,0); /*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_00701ae_6' -- /*!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 2022-07-15 7:27:50