-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Tempo de geração: 08-Jul-2022 às 22:14
-- Versão do servidor: 10.4.24-MariaDB
-- versão do PHP: 7.4.29

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Banco de dados: `bancosite`
--

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

--
-- Estrutura da tabela `wp_commentmeta`
--

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

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

--
-- Estrutura da tabela `wp_comments`
--

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

--
-- Extraindo dados da tabela `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Um comentarista do WordPress', 'wapuu@wordpress.example', 'https://br.wordpress.org/', '', '2022-07-08 17:11:47', '2022-07-08 20:11:47', 'Oi, isto é um comentário.\nPara iniciar a moderar, editar e excluir comentários, visite a tela Comentários no painel.\nOs avatares dos comentaristas vêm do <a href=\"https://br.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

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

--
-- Estrutura da tabela `wp_links`
--

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

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

--
-- Estrutura da tabela `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Extraindo dados da tabela `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/wordpress/siteVB', 'yes'),
(2, 'home', 'http://localhost/wordpress/siteVB', 'yes'),
(3, 'blogname', 'Voip do Brasil', 'yes'),
(4, 'blogdescription', 'Só mais um site WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'luana.santos@voipdobrasil.com.br', 'yes'),
(7, 'start_of_week', '0', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j \\d\\e F \\d\\e Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'j \\d\\e F \\d\\e Y, H:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:79:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', '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', 'twentytwentytwo', 'yes'),
(41, 'stylesheet', 'twentytwentytwo', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '51917', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'posts', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:0:{}', 'yes'),
(77, 'widget_text', 'a:0:{}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:0:{}', 'no'),
(80, 'timezone_string', 'America/Sao_Paulo', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '0', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1672863106', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '51917', 'yes'),
(100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '1', 'yes'),
(102, 'WPLANG', 'pt_BR', 'yes'),
(103, 'user_count', '1', 'no'),
(104, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:156:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Posts recentes</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:224:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Comentários</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Arquivos</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categorias</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'yes'),
(106, 'cron', 'a:7:{i:1657314708;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:1657354308;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1657354331;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1657397507;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s: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:1657397531;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:1657397533;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;}}}s:7:\"version\";i:2;}', 'yes'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'recovery_keys', 'a:0:{}', 'yes'),
(121, '_transient_timeout_global_styles_twentytwentytwo', '1657311170', 'no'),
(122, '_transient_global_styles_twentytwentytwo', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--foreground: #000000;--wp--preset--color--background: #ffffff;--wp--preset--color--primary: #1a4548;--wp--preset--color--secondary: #ffe2c7;--wp--preset--color--tertiary: #F6F6F6;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--vertical-secondary-to-tertiary: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%);--wp--preset--gradient--vertical-secondary-to-background: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--vertical-tertiary-to-background: linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--diagonal-primary-to-foreground: linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%);--wp--preset--gradient--diagonal-secondary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-secondary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%);--wp--preset--gradient--diagonal-tertiary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-tertiary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--duotone--foreground-and-background: url(\'#wp-duotone-foreground-and-background\');--wp--preset--duotone--foreground-and-secondary: url(\'#wp-duotone-foreground-and-secondary\');--wp--preset--duotone--foreground-and-tertiary: url(\'#wp-duotone-foreground-and-tertiary\');--wp--preset--duotone--primary-and-background: url(\'#wp-duotone-primary-and-background\');--wp--preset--duotone--primary-and-secondary: url(\'#wp-duotone-primary-and-secondary\');--wp--preset--duotone--primary-and-tertiary: url(\'#wp-duotone-primary-and-tertiary\');--wp--preset--font-size--small: 1rem;--wp--preset--font-size--medium: 1.125rem;--wp--preset--font-size--large: 1.75rem;--wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;--wp--preset--font-family--source-serif-pro: \"Source Serif Pro\", serif;--wp--custom--spacing--small: max(1.25rem, 5vw);--wp--custom--spacing--medium: clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)));--wp--custom--spacing--large: clamp(4rem, 10vw, 8rem);--wp--custom--spacing--outer: var(--wp--custom--spacing--small, 1.25rem);--wp--custom--typography--font-size--huge: clamp(2.25rem, 4vw, 2.75rem);--wp--custom--typography--font-size--gigantic: clamp(2.75rem, 6vw, 3.25rem);--wp--custom--typography--font-size--colossal: clamp(3.25rem, 8vw, 6.25rem);--wp--custom--typography--line-height--tiny: 1.15;--wp--custom--typography--line-height--small: 1.2;--wp--custom--typography--line-height--medium: 1.4;--wp--custom--typography--line-height--normal: 1.6;}body { margin: 0; }body{background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: var(--wp--custom--typography--line-height--normal);--wp--style--block-gap: 1.5rem;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: var( --wp--style--block-gap ); }h1{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--colossal);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h2{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}h3{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--huge);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h4{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--preset--font-size--x-large);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h5{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 700;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}h6{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 400;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}a{color: var(--wp--preset--color--foreground);}.wp-block-button__link{background-color: var(--wp--preset--color--primary);border-radius: 0;color: var(--wp--preset--color--background);font-size: var(--wp--preset--font-size--medium);}.wp-block-post-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}.wp-block-post-comments{padding-top: var(--wp--custom--spacing--small);}.wp-block-pullquote{border-width: 1px 0;}.wp-block-query-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}.wp-block-quote{border-width: 1px;}.wp-block-site-title{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-style: italic;font-weight: normal;line-height: var(--wp--custom--typography--line-height--normal);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-vertical-secondary-to-tertiary-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-tertiary) !important;}.has-vertical-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-background) !important;}.has-vertical-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-tertiary-to-background) !important;}.has-diagonal-primary-to-foreground-gradient-background{background: var(--wp--preset--gradient--diagonal-primary-to-foreground) !important;}.has-diagonal-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-secondary-to-background) !important;}.has-diagonal-background-to-secondary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-secondary) !important;}.has-diagonal-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-tertiary-to-background) !important;}.has-diagonal-background-to-tertiary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-tertiary) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}.has-source-serif-pro-font-family{font-family: var(--wp--preset--font-family--source-serif-pro) !important;}', 'no'),
(124, 'theme_mods_twentytwentytwo', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(126, '_transient_timeout_global_styles_svg_filters_twentytwentytwo', '1657311170', 'no'),
(127, '_transient_global_styles_svg_filters_twentytwentytwo', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-foreground-and-background\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-foreground-and-secondary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.88627450980392\" /><feFuncB type=\"table\" tableValues=\"0 0.78039215686275\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-foreground-and-tertiary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.96470588235294\" /><feFuncG type=\"table\" tableValues=\"0 0.96470588235294\" /><feFuncB type=\"table\" tableValues=\"0 0.96470588235294\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-primary-and-background\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.10196078431373 1\" /><feFuncG type=\"table\" tableValues=\"0.27058823529412 1\" /><feFuncB type=\"table\" tableValues=\"0.28235294117647 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-primary-and-secondary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.10196078431373 1\" /><feFuncG type=\"table\" tableValues=\"0.27058823529412 0.88627450980392\" /><feFuncB type=\"table\" tableValues=\"0.28235294117647 0.78039215686275\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-primary-and-tertiary\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.10196078431373 0.96470588235294\" /><feFuncG type=\"table\" tableValues=\"0.27058823529412 0.96470588235294\" /><feFuncB type=\"table\" tableValues=\"0.28235294117647 0.96470588235294\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>', 'no'),
(130, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:25:\"Verificação SSL falhou.\";}}', 'yes'),
(134, '_site_transient_timeout_theme_roots', '1657312912', 'no'),
(135, '_site_transient_theme_roots', 'a:3:{s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no'),
(137, '_site_transient_timeout_available_translations', '1657321914', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(138, '_site_transient_available_translations', 'a:129:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-19 20:18:07\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-14 22:54:15\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.0/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-30 20:47:16\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.19/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.4/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.20/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-28 08:37:43\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.10/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-25 09:39:54\";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/5.9.3/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-07 22:47:51\";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/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 20:27:17\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 10:17:22\";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/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-27 09:48:50\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 18:47:37\";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/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-06 07:07:16\";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/6.0/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-24 09:00:33\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-24 08:57:04\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.0/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 18:40:12\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.0/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 18:29:18\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-04 04:03:07\";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/6.0/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-09 10:19:51\";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/6.0/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 17:05:41\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-19 15:14:54\";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/6.0/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-24 20:32:44\";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/6.0/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-25 04:48:45\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-25 04:48:06\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-06 15:13:59\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-07 20:37:41\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.4/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_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.4/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.10/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.15\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.15/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 17:19:20\";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/6.0/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-17 18:49:06\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-04 13:13:38\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-05-25 06:34:05\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-11-20 16:34:11\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.4/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-23 18:39:08\";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/6.0/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 16:56:22\";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/6.0/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-25 17:36:24\";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/6.0/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.19/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-07 04:27:49\";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/6.0/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.20/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.27\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.27/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-01 11:43:25\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.10/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 17:59:23\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 18:14:16\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.0/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-04 13:11:34\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-17 00:59:11\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.20/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-06 19:05:42\";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/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-01 13:15:11\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.20/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:\"6.0\";s:7:\"updated\";s:19:\"2022-05-08 19:36:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-27 11:34:49\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.0/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.20/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.15\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.15/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-26 09:11:31\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-11 03:06:59\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.4/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-25 11:55:56\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-04-12 12:32:07\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.20/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:\"5.5.9\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.5.9/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.32/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 23:14:19\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-23 18:01:54\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-06-23 07:55:22\";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/6.0/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-02 21:03:02\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.0/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-05 20:10:22\";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/6.0/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.19/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-23 06:23:26\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.28\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.28/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-08 16:02:18\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-04 15:59:17\";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/6.0/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_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-11-27 16:28:47\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.4/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-09-09 21:40:55\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.8.4/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:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-06 08:35:45\";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/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-06 10:04:56\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.10/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-06 04:43:12\";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.9.3/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-28 09:31:32\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.0/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:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-01 10:20:40\";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/5.9.3/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:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-26 14:20:57\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-07-07 18:28:35\";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/6.0/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.12\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.12/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.32/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.4/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.19/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-07 22:28:45\";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/6.0/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.20/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:\"6.0\";s:7:\"updated\";s:19:\"2022-05-24 11:42:59\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.0/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.10/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-15 08:04:07\";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/6.0/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-06-16 05:31:59\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0/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:\"6.0\";s:7:\"updated\";s:19:\"2022-07-06 17:43:38\";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/6.0/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.0\";s:7:\"updated\";s:19:\"2022-05-23 08:23:24\";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/6.0/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(139, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/pt_BR/wordpress-6.0.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/pt_BR/wordpress-6.0.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.0\";s:7:\"version\";s:3:\"6.0\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1657311119;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}', 'no'),
(141, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1657311120;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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.2.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.4.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:8:\"requires\";s:3:\"5.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"4.2.4\";s:9:\"hello.php\";s:5:\"1.7.2\";}}', 'no'),
(142, '_site_transient_timeout_browser_a0909810a6d132832e28ef6da18ec77c', '1657915932', 'no'),
(143, '_site_transient_browser_a0909810a6d132832e28ef6da18ec77c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";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'),
(144, '_site_transient_timeout_php_check_3a6f2a803f99347534e67553ed67d1ad', '1657915933', 'no'),
(145, '_site_transient_php_check_3a6f2a803f99347534e67553ed67d1ad', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(147, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1657354336', 'no'),
(148, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}', 'no'),
(149, '_transient_timeout_feed_b85365aa61afaf3d4189819a6f57c4c4', '1657354337', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(150, '_transient_feed_b85365aa61afaf3d4189819a6f57c4c4', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Blog | WordPress.org Brasil\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://br.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 14:25:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"pt-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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.1-alpha-53687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Blog | WordPress.org Brasil\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://br.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://br.wordpress.org/2022/05/26/wordpress-6-0-arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 14:25:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2498\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"Boas-vindas ao WordPress 6.0 Diga olá ao “Arturo” e ao WordPress 6.0, inspirado no músico de jazz vencedor do Grammy, Arturo O’Farrill. Conhecido por sua influência no jazz latino contemporâneo, Arturo gravou mais de 15 álbuns abrangendo um grande trabalho ao longo de cinco décadas. Reserve um tempo para explorar o WordPress 6.0, criado para [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:55287:\"\n<figure class=\"wp-block-image size-full\"><a href=\"https://br.wordpress.org/files/2022/05/image.png\"><img decoding=\"async\" width=\"1024\" height=\"694\" src=\"https://br.wordpress.org/files/2022/05/image.png\" alt=\"\" class=\"wp-image-2499\" srcset=\"https://br.wordpress.org/files/2022/05/image.png 1024w, https://br.wordpress.org/files/2022/05/image-300x203.png 300w, https://br.wordpress.org/files/2022/05/image-768x521.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h2>Boas-vindas ao WordPress 6.0</h2>\n\n\n\n<p>Diga olá ao “Arturo” e ao WordPress 6.0, inspirado no músico de jazz vencedor do Grammy, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Conhecido por sua influência no jazz latino contemporâneo, Arturo gravou mais de 15 álbuns abrangendo um grande trabalho ao longo de cinco décadas.</p>\n\n\n\n<p>Reserve um tempo para explorar o WordPress 6.0, criado para ajudá-lo a desbloquear suas inspirações criativas e tornar sua experiência de criação de sites mais intuitiva. E confira alguns dos sons inspiradores de Arturo que abrangem o jazz afro-cubano, o jazz latino contemporâneo e muito mais.</p>\n\n\n\n<p>Com quase 1.000 aprimoramentos e correções de erros, o segundo grande lançamento de 2022 está aqui. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Baixe agora</a>! Hoje, o WordPress alimenta mais de 42% dos sites em todo o mundo.<a href=\"#footnote\"><sup>1</sup></a></p>\n\n\n\n<p>Os proprietários e administradores de sites devem atualizar para aproveitar ao máximo as muitas melhorias de estabilidade, desempenho e usabilidade atuais. Os criadores de conteúdo do WordPress desfrutarão de um conjunto de novos recursos voltados para melhorar as experiências de escrita e design.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expandir o Gutenberg para uma experiência completa de edição de sites no WordPress significa que todos os problemas que a comunidade teve que resolver eram complexos e de longo alcance. O WordPress 6.0 é um exemplo do compromisso da comunidade em enfrentar esses desafios difíceis juntos. Com atualizações pensadas para a experiência de escrita, criando uma melhor funcionalidade de blocos e adicionando um novo alternador de estilo intuitivo, estou com muito orgulho do trabalho que foi feito nesta versão para criar uma ótima experiência de edição de site.</p><cite>Josepha Haden Chomphosy, diretora executiva.</cite></blockquote>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-background\" href=\"https://wordpress.org/wordpress-6.0.zip\" style=\"border-radius:0px;background-color:#3e58e1\">Baixar o WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>O que há de novo?</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://br.wordpress.org/files/2022/05/image-1.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"595\" src=\"https://br.wordpress.org/files/2022/05/image-1.png\" alt=\"\" class=\"wp-image-2500\" srcset=\"https://br.wordpress.org/files/2022/05/image-1.png 1024w, https://br.wordpress.org/files/2022/05/image-1-300x174.png 300w, https://br.wordpress.org/files/2022/05/image-1-768x446.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h3>Experiência aprimorada de escrita</h3>\n\n\n\n<p>Aprimoramentos de escrita são abundantes, esteja você escrevendo um novo post ou adicionando elementos a uma página existente. Explore mais maneiras de otimizar seu processo de criação de conteúdo, incluindo:</p>\n\n\n\n<ul><li>Selecione o texto em vários blocos e edite tudo de uma vez.</li><li>Digite abre colchetes duas vezes <code>[[</code> para acessar rapidamente o menu de links.</li><li>Mantenha os estilos existentes ao transformar alguns blocos de um tipo para outro, de um bloco de parágrafo para um bloco de código, por exemplo.</li><li>Crie botões personalizados e quaisquer novos botões que você criar manterão as personalizações de estilo automaticamente.</li><li>Torne as nuvens de tags e os ícones sociais ainda mais atraentes com configurações e controles atualizados e um novo estilo de contorno para a nuvem de tags.</li></ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://br.wordpress.org/files/2022/05/about-60-style-switching.gif\"><img decoding=\"async\" loading=\"lazy\" width=\"602\" height=\"452\" src=\"https://br.wordpress.org/files/2022/05/about-60-style-switching.gif\" alt=\"\" class=\"wp-image-2501\" /></a></figure></div>\n\n\n<h3>Troca de estilo</h3>\n\n\n\n<p>Os temas de bloco agora incluem a opção de conter múltiplas variações de estilo. Isso expande ainda mais o novo sistema de estilos e permite que atalhos mudem a aparência do seu site, tudo dentro de um único tema. Você pode alterar tanto as configurações disponíveis, como o peso da fonte e as opções de estilo, como a paleta de cores padrão. Altere a aparência do seu site com apenas alguns cliques.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://br.wordpress.org/files/2022/05/image-2.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"769\" src=\"https://br.wordpress.org/files/2022/05/image-2-1024x769.png\" alt=\"\" class=\"wp-image-2502\" srcset=\"https://br.wordpress.org/files/2022/05/image-2-1024x769.png 1024w, https://br.wordpress.org/files/2022/05/image-2-300x225.png 300w, https://br.wordpress.org/files/2022/05/image-2-768x577.png 768w, https://br.wordpress.org/files/2022/05/image-2-440x330.png 440w, https://br.wordpress.org/files/2022/05/image-2.png 1204w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h3>Mais opções de modelos</h3>\n\n\n\n<p>O WordPress 6.0 inclui cinco novas opções de modelos: autor, data, categorias, tag e taxonomia. Esses modelos adicionais oferecem maior flexibilidade para criadores de conteúdo. Adapte cada um com as ferramentas que você já conhece ou com as novas opções nesta versão.</p>\n\n\n\n<ul><li>As imagens destacadas podem ser usadas no bloco cobertura.</li><li>Novos controles de dimensionamento de imagem destacada facilitam a obtenção dos resultados desejados.</li><li>Ao editar um modelo, na raiz ou entre blocos, a inserção rápida mostra padrões e partes de modelo para ajudá-lo a trabalhar mais rápido e descobrir novas opções de layout.</li><li>Com o bloco de consulta é possível filtrar por vários autores, taxonomias personalizadas e personalizar o que é mostrado quando não há resultados.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://br.wordpress.org/files/2022/05/image-3.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"595\" src=\"https://br.wordpress.org/files/2022/05/image-3.png\" alt=\"\" class=\"wp-image-2503\" srcset=\"https://br.wordpress.org/files/2022/05/image-3.png 1024w, https://br.wordpress.org/files/2022/05/image-3-300x174.png 300w, https://br.wordpress.org/files/2022/05/image-3-768x446.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h3>Padrões integrados</h3>\n\n\n\n<p>Os padrões agora aparecerão quando você precisar deles em ainda mais lugares, como na inserção rápida ou ao criar um novo cabeçalho ou rodapé. Se você for um autor de tema de bloco, poderá até <a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">cadastrar padrões do diretório de padrões usando <code>theme.json</code></a>, permitindo priorizar padrões específicos que são mais úteis para os usuários do seu tema.</p>\n\n\n\n<h3>Ferramentas adicionais de design</h3>\n\n\n\n<p>As ferramentas de design ficam mais poderosas e intuitivas a cada lançamento.<br>Alguns destaques para 6.0 incluem:</p>\n\n\n\n<ul><li>Um novo visual do painel de cores economiza espaço, mas ainda mostra suas opções na seção &#8220;Agora&#8221; do Painel.</li><li>Novos controles de borda oferecem uma maneira mais simples de definir a borda exatamente como você gosta.</li><li>Os níveis de transparência para suas cores permitem opções de cores ainda mais criativas.</li><li>Controle espaço entre itens, margens, tipografia e muito mais em uma coleção de blocos, tudo de uma vez, no bloco grupo.</li><li>Alterne entre variações de pilha, linha e grupo para posicionar grupos de blocos com mais flexibilidade visual.</li><li>Use a funcionalidade de suporte a espaços entre itens no bloco galeria para criar aparências diferentes, desde adicionar espaçamento entre todas as imagens até remover completamente o espaçamento.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://br.wordpress.org/files/2022/05/image-4.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"769\" src=\"https://br.wordpress.org/files/2022/05/image-4-1024x769.png\" alt=\"\" class=\"wp-image-2504\" srcset=\"https://br.wordpress.org/files/2022/05/image-4-1024x769.png 1024w, https://br.wordpress.org/files/2022/05/image-4-300x225.png 300w, https://br.wordpress.org/files/2022/05/image-4-768x577.png 768w, https://br.wordpress.org/files/2022/05/image-4-440x330.png 440w, https://br.wordpress.org/files/2022/05/image-4.png 1204w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h3>Melhor visualização de lista</h3>\n\n\n\n<p>Novos atalhos de teclado permitem selecionar vários blocos da visualização de lista, modificá-los em massa e arrastá-los e soltá-los na lista. A visualização de lista pode ser aberta e fechada facilmente. Ela vem recolhida por padrão e se expande automaticamente para a seleção atual sempre que você seleciona um bloco.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://br.wordpress.org/files/2022/05/image-5.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"769\" src=\"https://br.wordpress.org/files/2022/05/image-5-1024x769.png\" alt=\"\" class=\"wp-image-2505\" srcset=\"https://br.wordpress.org/files/2022/05/image-5-1024x769.png 1024w, https://br.wordpress.org/files/2022/05/image-5-300x225.png 300w, https://br.wordpress.org/files/2022/05/image-5-768x577.png 768w, https://br.wordpress.org/files/2022/05/image-5-440x330.png 440w, https://br.wordpress.org/files/2022/05/image-5.png 1204w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<h3>Controles de bloqueio de bloco</h3>\n\n\n\n<p>Agora você pode bloquear seus blocos. Escolha desativar a opção de mover um bloco, remover um bloco ou ambos. Isso simplifica a entrega do projeto, permitindo que seus clientes liberem sua criatividade sem se preocupar em quebrar acidentalmente o site no processo.</p>\n\n\n\n<h2>Melhorias de acessibilidade da versão WordPress 6.0</h2>\n\n\n\n<p>Acessibilidade é parte integrante da missão do WordPress de promover uma comunidade inclusiva e apoiar usuários de todos os tipos em todo o mundo. Com isso em mente, o WordPress 6.0 inclui mais de 50 atualizações focadas especificamente em melhorar a acessibilidade da plataforma. Você pode <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">ler sobre essas atualizações</a> e saber mais sobre as iniciativas de acessibilidade que estão em andamento.</p>\n\n\n\n<h2>Saiba mais sobre o WordPress 6.0</h2>\n\n\n\n<p>Veja o WordPress 6.0 em ação! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Assista a um breve vídeo</a> da visão geral, destacando alguns dos principais recursos lançados no WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=pt-BR&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore o <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> para vídeos de instruções rápidas e muito mais sobre os novos recursos do WordPress. Ou participe de uma <a href=\"https://learn.wordpress.org/social-learning/\">sessão de aprendizado online interativa</a> ao vivo sobre um tópico específico do WordPress.</p>\n\n\n\n<p>Os desenvolvedores podem explorar o <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">guia de campo do WordPress 6.0</a>, que está repleto de notas detalhadas do desenvolvedor para ajudá-lo a construir e estender o WordPress.</p>\n\n\n\n<p>Leia as <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">notas de versão do WordPress 6.0</a> para obter mais informações sobre os aprimoramentos incluídos, problemas corrigidos, informações de instalação, notas e recursos do desenvolvedor, colaboradores da versão e a lista de alterações de arquivos nesta versão.</p>\n\n\n\n<h2>O esquadrão de lançamento do WordPress 6.0</h2>\n\n\n\n<p>O grupo listado abaixo apoiou incansavelmente o lançamento, desde a concepção até a data de lançamento e além:</p>\n\n\n\n<ul><li>Líder da versão: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>&nbsp;</li><li>Coordenadores: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> e <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Técnicos do núcleo: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editores técnicos: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> e <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Triagem do núcleo: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> e <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Triagem de edição: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentação: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> e <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing &amp; Communications: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Testes: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> e <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>E agradecemos a mais de 500 colaboradores</h2>\n\n\n\n<p>O WordPress 6.0 não teria sido possível sem as contribuições de mais de 500 pessoas em pelo menos 58 países. Suas contribuições para fornecer centenas de aprimoramentos e correções em uma versão estável é uma prova do poder e da capacidade da comunidade WordPress.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</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/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey “Rarst” Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aurélien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Peña</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Grégory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</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/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</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/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</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/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">José Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">kbatdorf</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai – a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Nextend Support – Ramona</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</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/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">tomasztunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">wpcharged</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>No dia do lançamento, 76 localidades traduziram 90% ou mais do WordPress 6.0 para seu idioma. Os tradutores da comunidade continuam após um lançamento, garantindo que mais traduções estejam a caminho. Obrigado a todos que ajudam a disponibilizar o WordPress em 205 idiomas.</p>\n\n\n\n<p>Agradecemos a todos os voluntários da comunidade que contribuem para os <a href=\"https://wordpress.org/support/\">fóruns de suporte</a>, respondendo a perguntas de usuários do WordPress em todo o mundo.</p>\n\n\n\n<p>Se contribuir para o WordPress agrada a você, é fácil aprender mais e se envolver. Descubra as diferentes equipes que se reúnem para <a href=\"https://make.wordpress.org/\">criar o WordPress</a> e explore o roteiro do produto no <a href=\"https://make.wordpress.org/core/\">blog de desenvolvimento do núcleo</a>.</p>\n\n\n\n<h2>A missão do WordPress e você</h2>\n\n\n\n<p>O WordPress é projetado para todos, enfatizando acessibilidade, desempenho, segurança e facilidade de uso. O projeto acredita que um ótimo programa de computador deve funcionar com configurações mínimas, para que você possa se concentrar em compartilhar sua história, produto ou serviço livremente. O básico do WordPress é simples e previsível para que você possa começar facilmente. Ele também oferece recursos poderosos para o crescimento e sucesso.</p>\n\n\n\n<p>O WordPress acredita na democratização da publicação e na <a href=\"https://opensource.org/osd-annotated\">liberdade que vem com o código aberto</a>. Apoiando esta ideia está uma grande comunidade de pessoas que colaboram e contribuem para este projeto. A comunidade WordPress é acolhedora e inclusiva. A paixão de nossos colaboradores impulsiona o sucesso do WordPress que, por sua vez, ajuda você a alcançar seus objetivos.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Saiba mais sobre o WordPress</a> e como você pode se juntar à nossa comunidade para ajudar a moldar o futuro da plataforma de sites mais popular do mundo.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1&nbsp;<a href=\"https://w3techs.com/technologies/overview/content_management\">De acordo com a W3Techs, de 5 de maio de 2022</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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 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:70:\"https://br.wordpress.org/2022/05/18/wordpress-6-0-release-candidate-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:\"Wed, 18 May 2022 16:48: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:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2492\";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:\"O WordPress 6.0 está programado para ser lançado na próxima semana, em 24 de maio de 2022! Esta versão RC3 é a última oportunidade para você testar e ajudar a contribuir fazendo com que a versão 6.0 seja excelente. Você pode conferir as alterações desde o lançamento do RC2 via Gutenberg e Trac. Instalando a [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:4454:\"\n<p>O WordPress 6.0 está programado para ser lançado na próxima semana, em 24 de maio de 2022! Esta versão RC3 é a última oportunidade para você testar e ajudar a contribuir fazendo com que a versão 6.0 seja excelente.</p>\n\n\n\n<p>Você pode conferir as alterações desde o lançamento do RC2 via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> e <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F10%2F2022..05%2F17%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h2>Instalando a versão RC3</h2>\n\n\n\n<p><strong><strong>Esta versão do WordPress está em desenvolvimento</strong>. </strong>Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 RC3 de três maneiras:</p>\n\n\n\n<p><strong>Opção 1</strong>: Instale e ative o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione o canal “Bleeding edge” e o stream “Beta/RC Only”).</p>\n\n\n\n<p><strong>Opção 2</strong>: Baixe direto da <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">versão do release candidate aqui (zip)</a>.</p>\n\n\n\n<p><strong>Opção 3</strong>: Ao usar o WP-CLI para atualizar do Beta 1, 2, 3, 4, RC1, ou RC2 em um sistema de arquivos que não diferencia maiúsculas de minúsculas, use a seguinte sequência de comandos:</p>\n\n\n\n<p>Comando um:<br><code>wp core update --version=6.0-RC</code>3</p>\n\n\n\n<p>Comando dois:<br><code>wp core update --version=6.0-RC3 --force</code></p>\n\n\n\n<h2>Desenvolvedores de plugins e temas</h2>\n\n\n\n<p>Todos os desenvolvedores de plugins e temas devem testar suas respectivas extensões no WordPress 6.0 RC3 e atualizar a versão “Testado até” em seu arquivo ”leia-me” para 6.0. Se você encontrar problemas de compatibilidade, certifique-se de compartilhar informações detalhadas nos <a href=\"https://wordpress.org/support/forum/alphabeta/\">fóruns de suporte</a> para que esses itens possam ser investigados antes da data de lançamento final de 24 de maio.</p>\n\n\n\n<p>Leia o <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">guia de campo do WordPress 6.0</a> para obter mais detalhes sobre o conteúdo desta versão.</p>\n\n\n\n<p>Confira as informações adicionais sobre o <a href=\"https://make.wordpress.org/core/6-0/\">ciclo completo da versão 6.0</a>.</p>\n\n\n\n<p>Para mais detalhes sobre as mudanças, acompanhe o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> nas próximas semanas, em especial <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">anotações para desenvolvedores relacionadas a versão 5.9</a>.</p>\n\n\n\n<h1>Traduza o WordPress</h1>\n\n\n\n<p><a href=\"https://translate.wordpress.org/projects/wp/dev/pt-br/default/\">Ajude-nos a traduzir o WordPress para o português!</a>&nbsp;O lançamento dessa versão também significa que&nbsp;<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">novas strings para a tradução</a>&nbsp;da versão 6.0 serão evitadas.</p>\n\n\n\n<h1>Como ajudar?</h1>\n\n\n\n<p>Os testes de erros são fundamentais para estabilizar uma versão ao longo de seu desenvolvimento. O teste também é uma ótima maneira de contribuir para o WordPress. Se você é novo com os testes, confira este <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">guia detalhado</a> que o orientará sobre como começar.</p>\n\n\n\n<p>Se você acha que encontrou um problema, informe-o à <a href=\"https://wordpress.org/support/forum/alphabeta/\">área alfa/beta</a> nos fóruns de suporte. Se você se sente à vontade para escrever um relatório de erros reproduzível, você pode <a href=\"https://core.trac.wordpress.org/newticket\">criar um no WordPress Trac</a>. Também é aqui que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<p>Agradecemos aos seguintes colaboradores por colaborarem neste post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a> e <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://br.wordpress.org/2022/05/12/wordpress-6-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2022 11:26: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2480\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"O segundo release candidate (RC2) da versão 6.0 WordPress já está disponível! O lançamento oficial do WordPress 6.0 está previsto para o dia 24 de maio, duas semanas a partir de hoje. “Release candidate” significa que esta versão do WordPress está pronta para lançamento! Antes da data oficial de lançamento é reservado um tempo para [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:5219:\"\n<p>O segundo release candidate (RC2) da versão 6.0 WordPress já está disponível!</p>\n\n\n\n<p>O lançamento oficial do WordPress 6.0 está previsto para o dia 24 de maio, duas semanas a partir de hoje.</p>\n\n\n\n<p>“Release candidate” significa que esta versão do WordPress está pronta para lançamento! Antes da data oficial de lançamento é reservado um tempo para a comunidade realizar as revisões finais e ajudar no teste. Como o ecossistema WordPress inclui milhares de plugins e temas, é importante que todos na comunidade WordPress verifiquem se algo foi perdido ao longo do caminho. Isso significa que a sua ajuda é mais importante do que nunca neste momento.</p>\n\n\n\n<p>Agradecemos a todos que contribuíram para testar e registrar problemas para ajudar a tornar o WordPress 6.0 estável (e incrível). O WordPress ainda precisa de sua ajuda para testar, especialmente desenvolvedores de temas e plugins.</p>\n\n\n\n<p>Desde o lançamento do RC1 em 3 de maio de 2022, aproximadamente 40 erros foram resolvidos no <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> e <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F03%2F2022..05%2F10%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Instalando a versão RC2</h1>\n\n\n\n<p><strong>Esta versão do software WordPress está em desenvolvimento</strong>. Não é recomendado que instale, execute ou teste esta versão do WordPress em um site de produção ou de missão crítica. Em vez disso, é recomendável que você execute o RC2 em um servidor e site de teste.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 RC2 de três maneiras:</p>\n\n\n\n<p><strong>Opção 1</strong>: Instale e ative o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione o canal “Bleeding edge” e o stream “Beta/RC Only”).</p>\n\n\n\n<p><strong>Opção 2</strong>: Baixe direto da <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">versão do release candidate aqui (zip)</a>.</p>\n\n\n\n<p><strong>Opção 3</strong>: Ao usar o WP-CLI para atualizar do Beta 1, 2, 3 ou 4, em um sistema de arquivos que não diferencia maiúsculas de minúsculas, use a seguinte sequência de comandos:</p>\n\n\n\n<p>Comando um:<br><code>wp core update --version=6.0-RC</code>2</p>\n\n\n\n<p>Comando dois:<br><code>wp core update --version=6.0-RC2 --force</code></p>\n\n\n\n<p>Informações adicionais sobre o ciclo completo de <a href=\"https://make.wordpress.org/core/6-0/\">lançamento do 6.0 estão disponíveis aqui</a>.</p>\n\n\n\n<p>Verifique o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> para obter <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">notas de desenvolvedor relacionadas a versão 6.0</a> nas próximas semanas, que detalharão todas as alterações futuras.</p>\n\n\n\n<h1>Desenvolvedores de plugins e temas</h1>\n\n\n\n<p>Todos os desenvolvedores de plugins e temas devem testar suas respectivas extensões no WordPress 6.0 RC2 e atualizar a versão “Testado até” em seu arquivo ”leia-me” para 6.0. Se você encontrar problemas de compatibilidade, certifique-se de postar informações detalhadas nos <a href=\"https://wordpress.org/support/forum/alphabeta/\">fóruns de suporte</a> para que esses itens possam ser investigados antes da data de lançamento final de 24 de maio.</p>\n\n\n\n<p>Leia o <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">guia de campo do WordPress 6.0</a> para obter mais detalhes sobre o conteúdo desta versão.</p>\n\n\n\n<h1>Traduza o WordPress</h1>\n\n\n\n<p><a href=\"https://translate.wordpress.org/projects/wp/dev/pt-br/default/\">Ajude-nos a traduzir o WordPress para o português!</a> O lançamento dessa versão também significa que <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">novas strings para a tradução</a> da versão 6.0 serão evitadas.</p>\n\n\n\n<h1>Como ajudar?</h1>\n\n\n\n<p>Os testes de erros é fundamental para estabilizar uma versão ao longo de seu desenvolvimento. O teste também é uma ótima maneira de contribuir para o WordPress. Se você é novo com os testes, confira este <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">guia detalhado</a> que o orientará sobre como começar.</p>\n\n\n\n<p>Se você acha que encontrou um problema, informe-o à <a href=\"https://wordpress.org/support/forum/alphabeta/\">área alfa/beta</a> nos fóruns de suporte. Se você se sente à vontade para escrever um relatório de erros reproduzível, você pode <a href=\"https://core.trac.wordpress.org/newticket\">criar um no WordPress Trac</a>. Também é aqui que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Agradecemos aos seguintes colaboradores por colaborarem neste post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a> e <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>.&nbsp;&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 release candidate 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:70:\"https://br.wordpress.org/2022/05/04/wordpress-6-0-release-candidate-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, 04 May 2022 09:10: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:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2467\";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:372:\"O primeiro release candidate (RC1) da versão 6.0 WordPress já está disponível! Este é um marco importante na jornada do ciclo de lançamento da versão 6.0. “Release candidate” significa que esta versão do WordPress está pronta para lançamento! Antes da data oficial de lançamento é reservado um tempo para a comunidade realizar as revisões finais [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:7463:\"\n<p>O primeiro release candidate (RC1) da versão 6.0 WordPress já está disponível!</p>\n\n\n\n<p>Este é um marco importante na jornada do ciclo de lançamento da versão 6.0. “Release candidate” significa que esta versão do WordPress está pronta para lançamento! Antes da data oficial de lançamento é reservado um tempo para a comunidade realizar as revisões finais e ajudar no teste. Como o ecossistema WordPress inclui milhares de plugins e temas, é importante que todos na comunidade WordPress verifiquem se algo foi perdido ao longo do caminho. Isso significa que a sua ajuda é mais importante do que nunca neste momento.</p>\n\n\n\n<p>O lançamento oficial do WordPress 6.0 está previsto para o dia 24 de maio, três semanas a partir de hoje.</p>\n\n\n\n<p><strong>Esta versão do software WordPress está em desenvolvimento</strong>. Não é recomendado que instale, execute ou teste esta versão do WordPress em um site de produção ou de missão crítica. Em vez disso, é recomendável que você execute o RC1 em um servidor e site de teste.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 RC1 de três maneiras:</p>\n\n\n\n<p><strong>Opção 1</strong>: Instale e ative o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione o canal “Bleeding edge” e o stream “Beta/RC Only”).</p>\n\n\n\n<p><strong>Opção 2</strong>: Faça o download direto da <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">versão do release candidate aqui (zip)</a>.</p>\n\n\n\n<p><strong>Opção 3</strong>: Ao usar o WP-CLI para atualizar do Beta 1, 2, 3 ou 4, em um sistema de arquivos que não diferencia maiúsculas de minúsculas, use a seguinte sequência de comandos:</p>\n\n\n\n<p>Comando um:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Comando dois:<br><code>wp core update --version=6.0-RC1 --force</code></p>\n\n\n\n<p>Informações adicionais sobre o ciclo completo de <a href=\"https://make.wordpress.org/core/6-0/\">lançamento do 6.0 estão disponíveis aqui</a>.</p>\n\n\n\n<p>Verifique o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> para obter <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">notas de desenvolvedor relacionadas a versão 6.0</a> nas próximas semanas, que detalharão todas as alterações futuras.</p>\n\n\n\n<h2>O que há no WordPress 6.0 RC1?</h2>\n\n\n\n<p>Desde o Beta 4, vários itens foram abordados, incluindo (mas não limitado a):</p>\n\n\n\n<ul><li>Atualizações de versões anteriores de testes de blocos de comentários (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Correção de erro em versões anteriores em paginação de bloco de modelo de comentário (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Correções de erros em versões anteriores para o Gutemberg no WordPress 6.0 (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>O WordPress 6.0 é o segundo grande lançamento de 2022, após a versão 5.9, que se tornou disponível em janeiro. Esta versão inclui quase 1.000 correções e aprimoramentos na maioria das áreas da plataforma WordPress. Alguns destaques importantes nos conjuntos de recursos de criação de conteúdo e criação de sites incluem:</p>\n\n\n\n<ul><li><strong>Mudança de estilo</strong>: <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">Mude a aparência do seu site</a>, tudo em um estilo de bloco. Não há necessidade de mudar os temas!</li><li><strong>Mais opções de modelo</strong>: Use blocos para editar mais cinco modelos (autor, data, categorias, tag e taxonomia).</li><li><strong>Seleção múltipla</strong>: Selecione facilmente o texto em vários blocos. Edite ao seu gosto.</li><li><strong>Reter estilos</strong>: Mantenha seus estilos personalizados no lugar, seja alternando entre blocos ou criando novos botões.</li><li><strong>Mais padrões em mais lugares</strong>: O quick inserter apresenta padrões que podem funcionar bem para a condição em que você está, adicionando padrões relevantes para partes de modelos e páginas em que você está trabalhando.</li><li><strong>Melhorias na visualização de lista</strong>: Novos atalhos de teclado (shift + clique) permitem selecionar vários blocos para modificar em massa (reposicionar, excluir etc.), ver seu conteúdo rapidamente com uma visualização recolhida por padrão e muito mais.</li><li><strong>Ferramentas de design refinadas</strong>: Explore um novo painel de cores, opções de transparência, mais variações de blocos de grupo para criar novas opções de layout (pilha ou linha), a capacidade de definir sua imagem em destaque em um bloco de capa, controle o tamanho exato da imagem em destaque, suporte para o bloco galeria e muito mais.</li><li><strong>Novos blocos</strong>: Comentários de post, leia mais, nenhum resultado no loop de consulta, biografia do autor do post, blocos de avatar.</li><li><strong>Bloqueio de bloco</strong>: Escolha desabilitar a opção de remover um bloco, movê-lo ou ambos, diretamente no editor.</li><li><strong>Exportar estilo de bloco</strong>: Explore a ferramenta de exportação de estilo de bloco aprimorada, à medida que o WordPress se aproxima da construção de tema de bloco visual sem código.</li></ul>\n\n\n\n<h2>Desenvolvedores de plugins e temas</h2>\n\n\n\n<p>Todos os desenvolvedores de plugins e temas devem testar suas respectivas extensões no WordPress 6.0 RC1 e atualizar a versão “Testado até” em seu arquivo leia-me para 6.0. Se você encontrar problemas de compatibilidade, certifique-se de postar informações detalhadas nos <a href=\"https://wordpress.org/support/forum/alphabeta/\">fóruns de suporte</a>, para que esses itens possam ser investigados antes da data de lançamento final de 24 de maio.</p>\n\n\n\n<p>Leia o <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">guia de campo do WordPress 6.0</a> para obter mais detalhes sobre o conteúdo desta versão.</p>\n\n\n\n<h2>Traduza o WordPress</h2>\n\n\n\n<p>Você fala outro idioma além do inglês? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Ajude a traduzir o WordPress para mais de 100 idiomas</a>. Esta versão também marca o ponto de <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">congelamento de strings</a> da versão 6.0.</p>\n\n\n\n<h2>Como ajudar?</h2>\n\n\n\n<p>O teste de erros é fundamental para estabilizar uma versão ao longo de seu desenvolvimento. O teste também é uma ótima maneira de contribuir para o WordPress. Se você é novo em testes, confira este guia detalhado que o orientará sobre como começar.</p>\n\n\n\n<p>Se você acha que encontrou um problema, informe-o à <a href=\"https://wordpress.org/support/forum/alphabeta/\">área alfa/beta</a> nos fóruns de suporte. Se você se sente à vontade para escrever um relatório de erros reproduzível, você pode <a href=\"https://core.trac.wordpress.org/newticket\">criar um no WordPress Trac</a>. Também é aqui que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<p>Agradecemos aos seguintes colaboradores por colaborarem neste post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> e <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://br.wordpress.org/2022/05/03/wordpress-6-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2022 12:16:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2457\";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:347:\"O WordPress 6.0 Beta 4 já está disponível para testes! A versão beta 4 não faz parte do ciclo de desenvolvimento original. Destina-se a fornecer uma oportunidade para testar alguns problemas específicos que foram resolvidos desde a versão beta 3. O WordPress continuará com os lançamentos programados em 3 de maio de 2022, com o [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:5838:\"\n<p>O WordPress 6.0 Beta 4 já está disponível para testes!</p>\n\n\n\n<p>A versão beta 4 não faz parte do ciclo de desenvolvimento original. Destina-se a fornecer uma oportunidade para testar alguns problemas específicos que foram resolvidos desde a versão beta 3. O WordPress continuará com os lançamentos programados em 3 de maio de 2022, com o lançamento da versão RC1.</p>\n\n\n\n<p><strong>Esta versão do WordPress está em desenvolvimento</strong>. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 beta 4 de três maneiras:</p>\n\n\n\n<ul><li>Opção 1: Instalar e ativar o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione a opção “Bleeding edge” e “Beta/RC Only”).</li><li>Opção 2: Baixar direto da <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\">versão beta aqui (zip)</a> .</li><li>Opção 3: Usar o WP-CLI para testar: <code>wp core update --version=6.0-beta4</code>. <strong><em>Não use esta opção se o seu sistema de arquivos fizer distinção entre maiúsculas e minúsculas.</em></strong></li></ul>\n\n\n\n<p>A meta atual para o lançamento da versão final é 24 de maio de 2022, que está a menos de um mês.</p>\n\n\n\n<p>Informações adicionais sobre o <a href=\"https://make.wordpress.org/core/6-0/\">ciclo completo da versão 6.0 já estão disponíveis</a>.</p>\n\n\n\n<p>Para mais detalhes sobre as mudanças, acompanhe o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> nas próximas semanas, em especial as <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">anotações para desenvolvedores relacionadas a versão 6.0</a>.</p>\n\n\n\n<h2>O que há de novo no beta 4?</h2>\n\n\n\n<p>Desde o beta 3, vários itens foram abordados, incluindo (mas não limitado a):</p>\n\n\n\n<ul><li>Atualização no espaço reservado para conteúdo do post (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Bloco de comentários: Corrigida falhas encontradas durante o backport (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Mostra &#8220;Adicionar etiqueta de padrão&#8221; quando os padrões estão sendo priorizados (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Corrigido o recuo das imagens em destaque nos posts mais recentes (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Link de navegação: Melhoria no tratamento de renderizações desnecessárias (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navegação: Melhoria no desempenho do seletor (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Título dos comentários: Alternar contagem quando aberto o modo de edição única (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Fluxo de escrita]: Correção da seleção múltipla com shift + clique (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Corrigido o problema de alinhamento com o nome do autor do comentário (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Conteúdo do comentário: Mostrar mensagem de moderação (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Exibir quebras de parágrafo no bloco de conteúdo do comentário (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Corrigido estilo do comentário quando aguardando moderação (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Correção: os padrões de página não são exibidos quando apenas um padrão está disponível (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Atualização no espaço reservado para o trecho do post (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Correção no endpoint do diretório de padrões (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Correção no schema para o endpoint de pesquisa do diretório de blocos (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Habilitado visualizações de comentários no loop de consulta de comentários (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Prevenção de erros de banco de dados em consultas de comentários (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>Como ajudar?</h2>\n\n\n\n<p>O teste de erros é uma parte crítica do aperfeiçoamento da versão no estágio beta. Também é uma ótima maneira de contribuir. Se você nunca testou uma versão beta antes, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">este guia detalhado</a> ajudará a orientá-lo sobre o que e como testar.</p>\n\n\n\n<p>Se você acha que encontrou um erro, informe-o na área <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alfa / Beta</a> nos fóruns de suporte. Se você se sentir confortável em escrever um relatório de erros reproduzível, <a href=\"https://core.trac.wordpress.org/newticket\">registre um no WordPress Trac</a>. É aqui também que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<p>Agradecemos os seguintes colaboradores por colaborarem neste artigo: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> e <a href=\"https://profiles.wordpress.org/costdev/\">@costdev</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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:57:\"https://br.wordpress.org/2022/04/27/wordpress-6-0-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:\"Wed, 27 Apr 2022 12:13: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:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2450\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"O WordPress 6.0 beta 3 já está disponível para testes! Esta versão do WordPress está em desenvolvimento. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial. Você [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:5386:\"\n<p>O WordPress 6.0 beta 3 já está disponível para testes!</p>\n\n\n\n<p>Esta versão do WordPress está em desenvolvimento. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 Beta 3 de três maneiras:</p>\n\n\n\n<ul><li>Opção 1: Instalar e ativar o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione a opção “Bleeding edge” e “Beta/RC Only”).</li><li>Opção 2: Baixar direto da <a href=\"https://wordpress.org/wordpress-6.0-beta3.zip\">versão beta aqui (zip)</a> .</li><li>Opção 3: Usar o WP-CLI para testar: <code>wp core update --version=6.0-beta3</code>. <strong><em>Não use esta opção se o seu sistema de arquivos fizer distinção entre maiúsculas e minúsculas.</em></strong></li></ul>\n\n\n\n<p>A meta atual para o lançamento da versão final é 24 de maio de 2022, que está a menos de um mês.</p>\n\n\n\n<p>Informações adicionais sobre o <a href=\"https://make.wordpress.org/core/6-0/\">ciclo completo da versão 6.0 já estão disponíveis</a>.</p>\n\n\n\n<p>Para mais detalhes sobre as mudanças, acompanhe o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> nas próximas semanas, em especial as <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">anotações para desenvolvedores relacionadas a versão 6.0</a>.</p>\n\n\n\n<h2>O que há de novo no beta 3?</h2>\n\n\n\n<p>Desde o beta 2, vários itens foram abordados, incluindo (mas não limitado a):</p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implementação de arquivos <code>json</code> alternativos <a href=\"https://core.trac.wordpress.org/ticket/55433\">(#55433</a>).</li><li>Correção da renderização de gradiente no editor do site (<a href=\"https://github.com/WordPress/gutenberg/pull/37727\">#37727</a>).</li><li>Criação de bloco de título de comentários com estilo simples (<a href=\"https://github.com/WordPress/gutenberg/pull/40419\">#40419</a>).</li><li>Bloco de navegação: Foco no bloco depois de escolher uma opção do menu Selecionar (<a href=\"https://github.com/WordPress/gutenberg/pull/40390\">#40390</a>).</li><li>Adicionado identificador único a todos os comentários dentro da consulta de comentários (<a href=\"https://github.com/WordPress/gutenberg/pull/40268\">#40268</a>).</li><li>Adicionado bloco de formulário pós-comentários ao modelo de comentários <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">(#40256</a>).</li><li>Elementos: Adicione estilos ao rodapé antes que o bloco seja renderizado <a href=\"https://github.com/WordPress/gutenberg/pull/37728\">(#37728</a>).</li><li>Adicionado status de comentário padrão às configurações de discussão (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>).</li><li>Corrigido estilos de elementos aninhados (cor do link) (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>).</li><li>Movido <code>wp_enqueue_block_style()</code> para <code>wp-includes/script-loader.php</code>, para melhor consistência (<a href=\"https://core.trac.wordpress.org/ticket/55182\">#55182</a>, <a href=\"https://core.trac.wordpress.org/ticket/55148\">#55148</a>)</li><li>Hooks da administração movidos para admin-filters.php <a href=\"https://core.trac.wordpress.org/ticket/54795\">(#54795</a>).</li></ul>\n\n\n\n<h2>Atualização sobre a API Webfonts e variações de estilo no Twenty Twenty-Two</h2>\n\n\n\n<p>Um <a href=\"https://br.wordpress.org/2022/04/13/wordpress-6-0-beta-1/\">anúncio anterior</a> do WordPress 6.0 beta 1, incluía uma referência a “Webfonts API: Gerenciar fontes locais com PHP ou theme.json”, como um recurso que seria incluído no lançamento. O WordPress 6.0 beta 3 permitirá que os autores de temas usem webfonts no <code>theme.json</code>, com uma API pública para plugins registrarem e enfileirarem webfonts disponíveis em uma versão futura para WordPress. O beta 3 também incluirá <a href=\"https://core.trac.wordpress.org/ticket/55433\">três novas variações de estilo</a> para o tema padrão Twenty Twenty-Two.</p>\n\n\n\n<h2>Como ajudar?</h2>\n\n\n\n<p>O teste de erros é uma parte crítica do aperfeiçoamento da versão no estágio beta. Também é uma ótima maneira de contribuir. Se você nunca testou uma versão beta antes, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">este guia detalhado</a> ajudará a orientá-lo sobre o que e como testar.</p>\n\n\n\n<p>Se você acha que encontrou um erro, informe-o na área <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alfa / Beta</a> nos fóruns de suporte. Se você se sentir confortável em escrever um relatório de erros reproduzível, <a href=\"https://core.trac.wordpress.org/newticket\">registre um no WordPress Trac</a>. É aqui também que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Agradecemos os seguintes colaboradores por colaborarem neste artigo: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> e <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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:57:\"https://br.wordpress.org/2022/04/20/wordpress-6-0-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:\"Wed, 20 Apr 2022 12:50:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2445\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"O WordPress 6.0 beta 2 já está disponível para testes! Esta versão do WordPress está em desenvolvimento. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial. Você [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:4819:\"\n<p>O WordPress 6.0 beta 2 já está disponível para testes!</p>\n\n\n\n<p>Esta versão do WordPress está em desenvolvimento. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 Beta 2 de três maneiras:</p>\n\n\n\n<ul><li>Opção 1: Instalar e ativar o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione a opção “Bleeding edge” e “Beta/RC Only”).</li><li>Opção 2: Baixar direto da <a href=\"https://wordpress.org/wordpress-6.0-beta2.zip\">versão beta aqui (zip)</a> .</li><li>Opção 3: Usar o WP-CLI para testar: <code>wp core update --version=6.0-beta2</code>. <strong><em>Não use esta opção se o seu sistema de arquivos fizer distinção entre maiúsculas e minúsculas.</em></strong></li></ul>\n\n\n\n<p>A meta atual para o lançamento da versão final é 24 de maio de 2022, que está a cerca de seis semanas.</p>\n\n\n\n<p>Informações adicionais sobre o <a href=\"https://make.wordpress.org/core/6-0/\">ciclo completo da versão 6.0 já estão disponíveis</a>.</p>\n\n\n\n<p>Para mais detalhes sobre as mudanças, acompanhe o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> nas próximas semanas, em especial as <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">anotações para desenvolvedores relacionadas a versão 6.0</a>.</p>\n\n\n\n<h2>O que há de novo na beta 2?</h2>\n\n\n\n<p>Desde a versão beta 1, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=6.0&amp;group=component&amp;order=priority\">209 tiquets do WordPress 6.0</a> foram corrigidos, incluindo&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=04%2F12%2F2022..04%2F19%2F2022&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 novos recursos e melhorias</a> e mais correções de erros estão a caminho com sua ajuda por meio dos testes. Aqui estão algumas das mudanças que você encontrará na versão beta 2:&nbsp;</p>\n\n\n\n<ul><li>Editor de Blocos: Previne que estilos sejam adicionados ao editor do site (<a href=\"https://core.trac.wordpress.org/ticket/55567\"> #55567</a> ).</li><li>Padrões da REST API: Adicionado ‘<code>inserter</code>’ ao schema&nbsp; (<a href=\"https://core.trac.wordpress.org/ticket/55567\"> #55567</a> ).</li><li>Carregamentos remotos duplicados foram impedidos em <code>WP_REST_Block_Patterns_Controller::get_items</code> (<a href=\"https://core.trac.wordpress.org/ticket/55567\"> #55567</a> ).</li><li>Possibilidade de filtrar os emails de notificações em <code>retrieve_password</code> ( <a href=\"https://core.trac.wordpress.org/ticket/54690\">#54690</a> ).</li><li>Prevenção de tradução de cabeçalhos de plugins vazios (<a href=\"https://core.trac.wordpress.org/ticket/54586\">#54586</a>).</li></ul>\n\n\n\n<p>Nota sobre a API de Webfontes</p>\n\n\n\n<p>O anúncio da semana passada sobre o <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">WordPress 6.0 Beta 1</a> inclui uma referência a “Webfonts API: Gerenciar fontes locais com PHP ou theme.json”, como um recurso que seria incluído no lançamento. Essa funcionalidade específica não foi incluída na versão beta 2, mas pode estar disponível no RC.</p>\n\n\n\n<h2>Como você pode ajudar</h2>\n\n\n\n<p>O teste de erros é uma parte crítica do aperfeiçoamento da versão no estágio beta. Também é uma ótima maneira de contribuir. Se você nunca testou uma versão beta antes, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">este guia detalhado</a> ajudará a orientá-lo sobre o que e como testar.</p>\n\n\n\n<p>Se você acha que encontrou um erro, informe-o na área <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alfa / Beta</a> nos fóruns de suporte. Se você se sentir confortável em escrever um relatório de erros reproduzível, <a href=\"https://core.trac.wordpress.org/newticket\">registre um no WordPress Trac</a>. É aqui também que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<p>Agradecemos os seguintes colaboradores por colaborarem neste artigo: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a>, <a href=\"https://profiles.wordpress.org/costdev/\">@costdev</a> e <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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:57:\"https://br.wordpress.org/2022/04/13/wordpress-6-0-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, 13 Apr 2022 17:34:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2438\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"O WordPress 6.0 beta 1 já está disponível para testes! Esta versão do WordPress está em desenvolvimento. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial. Você [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:8047:\"\n<p>O WordPress 6.0 beta 1 já está disponível para testes!</p>\n\n\n\n<p>Esta versão do WordPress está em desenvolvimento. Não é recomendável executar esta versão em um site de produção. Ao invés disso, é recomendável que você a use em um site de teste. Isso permitirá que você teste a nova versão antes do lançamento oficial.</p>\n\n\n\n<p>Você pode testar o WordPress 6.0 Beta 1 de três maneiras:</p>\n\n\n\n<ul><li>Opção 1: Instalar e ativar o plugin <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> (selecione a opção “Bleeding edge” e “Beta/RC Only”).</li><li>Opção 2: Baixar direto da <a href=\"https://wordpress.org/wordpress-6.0-beta1.zip\">versão beta aqui (zip)</a> .</li><li>Opção 3: Usar o WP-CLI para testar: <code>wp core update --version=<code>6.0-beta1</code></code>. <strong><em>Não use esta opção se o seu sistema de arquivos fizer distinção entre maiúsculas e minúsculas.</em></strong></li></ul>\n\n\n\n<p>A meta atual para o lançamento da versão final é 24 de maio de 2022, que está a cerca de seis semanas.</p>\n\n\n\n<p>Informações adicionais sobre o <a href=\"https://make.wordpress.org/core/6-0/\">ciclo completo da versão 6.0 já estão disponíveis</a>.</p>\n\n\n\n<p>Para mais detalhes sobre as mudanças, acompanhe o <a href=\"https://make.wordpress.org/core/\">blog Make WordPress Core</a> nas próximas semanas, em especial <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">anotações para desenvolvedores relacionadas a versão 6.0</a>.</p>\n\n\n\n<h2>Como você pode ajudar – Testando!</h2>\n\n\n\n<p>O teste de erros é uma parte crítica do aperfeiçoamento da versão no estágio beta. Também é uma ótima maneira de contribuir. Se você nunca testou uma versão beta antes, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">este guia detalhado</a> ajudará a orientá-lo sobre o que e como testar.</p>\n\n\n\n<p>O teste ajuda a garantir que esta e as versões futuras do WordPress sejam tão estáveis ​​e sem problemas quanto possível. E qualquer um pode fazer isso – especialmente grandes membros da comunidade WordPress como você.</p>\n\n\n\n<p>Quer saber mais sobre testes de lançamentos como este? Leia sobre as <a href=\"https://make.wordpress.org/test/\">iniciativas de teste</a> que acontecem no Make WordPress Core. Você também pode participar do <a href=\"https://wordpress.slack.com/messages/core-test/\">canal público</a> no <a href=\"https://wordpress.slack.com/\">Slack do WordPress</a>.</p>\n\n\n\n<p>Se você acha que encontrou um erro, informe-o na área <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alfa / Beta</a> nos fóruns de suporte. Se você se sentir confortável em escrever um relatório de erros reproduzível, <a href=\"https://core.trac.wordpress.org/newticket\">registre um no WordPress Trac</a>. É aqui também que você pode encontrar uma <a href=\"https://core.trac.wordpress.org/tickets/major\">lista de erros conhecidos</a>.</p>\n\n\n\n<p>Para ver todos os recursos dos lançamentos do Gutenberg desde o WordPress 5.9, verifique os artigos de novidades do Gutenberg para as versões 13.0 (lançamento pendente), <a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">12.9</a>, <a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">12.8</a>, <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">12.7</a>, <a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">12.6</a>, <a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">12.5</a>, <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">12.4</a>, <a href=\"https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/\">12.3</a>, <a href=\"https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/\">12.2</a>, <a href=\"https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/\">12.1</a> e <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-24-november/\">12.0</a>. </p>\n\n\n\n<p>Além das mudanças observadas, que incluem mais de 400 atualizações e 500 correções de erros para o editor, os colaboradores corrigiram <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.0&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">189 </a><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">tíquetes</a> para o núcleo do WordPress 6.0, incluindo <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">91 novos recursos e aprimoramentos</a>. E mais correções estão a caminho.</p>\n\n\n\n<h2>Alguns destaques</h2>\n\n\n\n<p>Quer saber o que há de novo na versão 6.0? Leia alguns destaques.</p>\n\n\n\n<p>A versão 6.0 do WordPress está repleta de todos os tipos de melhorias. Aqui estão apenas algumas:</p>\n\n\n\n<p><strong>Mudança de estilo</strong>: <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">Mude a aparência do seu site</a>, tudo em um padrão de bloco. Não há necessidade de mudar os temas!<br><strong>Mais opções de modelo</strong>s: Use blocos para editar mais cinco modelos (autor, data, categorias, tag e taxonomia).<br><strong>Seleção múltipla</strong>: Selecione facilmente o texto em vários blocos. Edite ao seu gosto.<br><strong>Reter estilos</strong>: Mantenha seus estilos personalizados no lugar, seja transformando entre blocos ou criando novos botões.<br><strong>Mais padrões em mais lugares</strong>: o Quick Inserter apresenta padrões que podem funcionar bem para a condição em que você está, criando padrões relevantes para partes de modelo e páginas em que você está trabalhando.<br><strong>Melhorias na visualização de lista</strong>: Novos atalhos de teclado (shift + clique) permitem selecionar vários blocos para modificar em massa (reposicionar, excluir, etc.), ver seu conteúdo rapidamente com uma visualização recolhida por padrão e muito mais.<br><strong>Ferramentas de design refinadas</strong>: Explore um novo painel de cores, opções de transparência, mais variações de blocos de grupo para criar novas opções de layout (pilha, linha), a capacidade de definir sua imagem em destaque em um bloco de capa, controle do tamanho exato da imagem em destaque, suporte para o bloco de galeria e muito mais.<br><strong>Novos blocos</strong>: Comentários, leia mais, sem resultados no loop de consulta, biografia do autor e blocos de avatar.<br><strong>Limitar alterações de bloco</strong>: Opte por desativar a opção de remover um bloco, movê-lo ou ambos.<br><strong>Exportar temas de bloco</strong>: Explore a ferramenta de exportação de tema de bloco aprimorada, à medida que o WordPress se aproxima da construção de tema de bloco visual sem código.<br><strong>API Webfonts</strong>: Gerencie fontes locais com PHP ou theme.json.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Agradecemos os seguintes colaboradores por colaborarem neste artigo: <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a> e <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 5.9.3 – Atualização de manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://br.wordpress.org/2022/04/06/wordpress-5-9-3-atualizacao-de-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Apr 2022 02:03:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2435\";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:351:\"O WordPress 5.9.3 está disponível! Esta versão de manutenção apresenta 9 correções de erros no núcleo e 10 correções no editor de blocos. O WordPress 5.9.3 é uma versão de manutenção de ciclo curto. A próxima versão principal será a versão 6.0. Você pode baixar o WordPress 5.9.3 em WordPress.org, ou visite seu Painel → [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:3904:\"\n<p>O WordPress 5.9.3 está disponível!</p>\n\n\n\n<p>Esta versão de manutenção apresenta 9 correções de erros no núcleo e 10 correções no editor de blocos.</p>\n\n\n\n<p>O WordPress 5.9.3 é uma versão de manutenção de ciclo curto. A próxima versão principal será a versão <a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>Você pode <a href=\"https://wordpress.org/wordpress-5.9.3.zip\">baixar o WordPress 5.9.3 em WordPress.org</a>, ou visite seu Painel → Atualizações e clique em “Atualizar agora”.</p>\n\n\n\n<p>Se você tiver sites que oferecem suporte para as atualizações automáticas em segundo plano, eles já iniciaram o processo de atualização.</p>\n\n\n\n<p>Para obter mais informações, navegue na <a href=\"https://make.wordpress.org/core/2022/03/30/wordpress-5-9-3-rc-1/\">lista completa de alterações do Trac e do GitHub da versão candidata</a> ou confira a <a href=\"https://wordpress.org/support/wordpress-version/version-5-9-3/\">página de documentação do HelpHub da versão 5.9.3</a>.</p>\n\n\n\n<h2>Agradecimentos</h2>\n\n\n\n<p>A versão 5.9.3 foi liderada por <a href=\"https://profiles.wordpress.org/desrosj/\">Jb Audras</a> e <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Agradecimentos especiais para <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> por executar o controle da missão.</p>\n\n\n\n<p>Agradecemos a todos que ajudaram a fazer o WordPress 5.9.3 acontecer:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a>, <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>, <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a> e <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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress 5.9.2 – Atualização de manutenção e segurança\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://br.wordpress.org/2022/03/11/wordpress-5-9-2-atualizacao-de-manutencao-e-seguranca/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2022 11:17:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s: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:\"5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=2428\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"O WordPress 5.9.2 está disponível! Esta versão de segurança e manutenção apresenta 1 correção de erro além de 3 correções de segurança. Como esta é uma versão de segurança, é recomendável que você atualize seus sites imediatamente. Todas as versões desde o WordPress 3.7 também foram atualizadas. O WordPress 5.9.2 é uma versão de manutenção [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andre Ribeiro\";s: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:3045:\"\n<p>O WordPress 5.9.2 está disponível!</p>\n\n\n\n<p>Esta versão de segurança e manutenção apresenta <a href=\"https://core.trac.wordpress.org/ticket/54578\">1 correção de erro</a> além de 3 correções de segurança. Como esta é uma versão de segurança, é recomendável que você atualize seus sites imediatamente. Todas as versões desde o WordPress 3.7 também foram atualizadas.</p>\n\n\n\n<p>O WordPress 5.9.2 é uma versão de manutenção e segurança. O próximo grande lançamento será a versão <a href=\"https://make.wordpress.org/core/6-0/\">6.0</a>.</p>\n\n\n\n<p>Você pode atualizar para o WordPress 5.9.2 <a href=\"https://wordpress.org/wordpress-5.9.2.zip\">baixando em WordPress.org</a> ou visitando seu Painel → Atualizações e clicando em Atualizar agora.</p>\n\n\n\n<p>Se você tiver sites que suportam atualizações automáticas em segundo plano, eles já iniciaram o processo de atualização.</p>\n\n\n\n<p>Para mais informações, navegue até a <a href=\"https://core.trac.wordpress.org/query?milestone=5.9.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">lista completa de alterações</a>&nbsp;no Trac, ou consulte a&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-2/\">página de documentação do HelpHub da version 5.9.2</a>.</p>\n\n\n\n<p>A versão 5.9.2 foi liderada por <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, com a ajuda de <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> nas atualizações de pacotes, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> na liderança e <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> aplicando as alterações em versões anteriores.</p>\n\n\n\n<p>Além dos membros do esquadrão de lançamento mencionados acima, agradecemos a todos que ajudaram a fazer o WordPress 5.9.2 acontecer:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a> e <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>.</p>\n\n\n\n<p><em>Agradecemos a <a href=\"https://profiles.wordpress.org/davidbaumwald/\">@davidbaumwald</a> e <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> pela revisão.</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:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://br.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 08 Jul 2022 20:12:16 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 02 Jun 2022 11:19:37 GMT\";s:4:\"link\";s:61:\"<https://br.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(151, '_transient_timeout_feed_mod_b85365aa61afaf3d4189819a6f57c4c4', '1657354337', 'no'),
(152, '_transient_feed_mod_b85365aa61afaf3d4189819a6f57c4c4', '1657311137', 'no'),
(153, 'can_compress_scripts', '1', 'no'),
(154, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1657354338', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(155, '_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:44:\"Post Status: Join the Incident Response Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://cdn.poststatus.com/join-the-incident-response-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"The now-forming Incident Response Team (IRT) is a community-led effort to help us all build and sustain a culture around WordPress that is healthy, inclusive, and safe. Angela Jinn is calling for <a href=\"https://wordcampcentral.survey.fm/wordpress-incident-response-team-nomination\">your nominations</a> for a diverse group of people who can contribute by serving on the IRT.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 09:27: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Do The Woo Community: WooBits: What About That Woo Builder Meetup?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/what-about-that-woo-builder-meetup/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"<p>Remember that Woo Builder Meetup? Well after 12 months of dormancy, I have some thoughts and questions. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-about-that-woo-builder-meetup/\">WooBits: What About That Woo Builder Meetup?</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 09:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Post Status: It’s Hard to COPE Without a WordPress Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100330\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/its-hard-to-cope-without-a-wordpress-lite/\";s: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:211:\"It\'s still far from simple to do well — let alone better — what was needed and possible in the Web 1.0 era, even before WordPress was born. Thoughts on \"WordPress Lite\" and \"Create Once, Publish Everywhere.\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 06:48:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Post Status: Post Status Picks for the Week of July 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:32:\"https://poststatus.com/?p=100493\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/podcast-picks-july-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:276:\"<strong>🎧 </strong>Podcasts worth catching:<strong> </strong> \"Tumblr can be a better Twitter than Twitter ever was.\" • The unfolding recession. • Catch up with GitHub Actions • How to think about accessibility and the things we forget about being inclusive and 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 03:21: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Post Status: WooCommerce Function of the Week: wc_get_endpoint_url\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://poststatus.com/woocommerce-function-of-the-week-wc_get_endpoint_url/\";s: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:118:\"The wc_get_checkout_url function is very useful when you customize the Checkout or My Account page URL in WooCommerce.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 02:32:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Rodolfo Melogli\";s: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:109:\"WPTavern: Gutenberg 13.6 Adds Pattern Modal Support for Custom Post Types, Expands Creation of Template Types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/gutenberg-13-6-adds-pattern-modal-support-for-custom-post-types-expands-creation-of-template-types\";s: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:2546:\"<p><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">Gutenberg 13.6</a> was released this week with an expansion of full-site editing features and 26 bug fixes. </p>\n\n\n\n<p>One of the highlights includes the addition of the pattern modal for users when they create new content within a custom post type. WordPress 6.0 introduced the ability to display patterns in a modal when a user creates a new page. The idea is to give them an optional jump start instead of just a blank page. In Gutenberg 13.6, this feature has been expanded to include custom post types, which developers can enable selectively.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">Gutenberg 13.6 release post</a>\n\n\n\n<p>The other headline feature for this release is the expansion of template types in the Site Editor. Users can now create a template for all of the posts of a specific post type. This is a major enhancement for WordPress&#8217; underlying CMS features, as it allows more customization than ever before without having to edit any code or know how to create custom templates. Version 13.6 also introduces the ability to create a template for a specific post.</p>\n\n\n\n<img />\n\n\n\n<p>Gutenberg contributors have a <a href=\"https://github.com/WordPress/gutenberg/issues/37407\">roadmap</a> for how they want to expand the available template types in the future beyond this update. It includes individual author templates, post type archives, and general/custom templates.</p>\n\n\n\n<p>Other improvements include new keyboard shortcuts for Strikethrough and Inline Code, an updated post scheduler UI that says “Today” and “Tomorrow” when applicable, and template selection UI updated to be a popover. </p>\n\n\n\n<p>The capabilities of theme.json have been expanded to include global control of button styles to change their appearance sitewide. Third party blocks with buttons that use the correct markup can also have their buttons included in sitewide style changes.</p>\n\n\n\n<p>Captions can also be controlled using theme.json as of Gutenberg 13.6. Future releases will add a UI so that users can easily manage caption styles sitewide.</p>\n\n\n\n<p>For a more detailed breakdown of all the enhancements and bug fixes in 13.6, view the <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">release post</a> or check out the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v13.6.0\">full changelog</a> on GitHub.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 02:03:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"Post Status: Post Status Comments (No. 12) — WordPress Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://poststatus.com/wordpress-lite/\";s: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:402:\"What if there was a \"lite\" version of WordPress that was still WordPress — still customizable under the hood but tuned up for a great user experience for particular use cases? For example — could a lite version be used to allow an admin to literally build an online store in minutes from a mobile device? How about just a note taking app with cool open web features? What if, what if, what if...!!!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jul 2022 23:25: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:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:127:\"WPTavern: Gutenberg Times to Showcase the Pew Research Center’s “Block First Approach” in a Live Q&amp;A on July 22, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/gutenberg-times-to-showcase-the-pew-research-centers-block-first-approach-in-a-live-qa-on-july-22-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4290:\"<p>The <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a> will be hosting representatives from the <a href=\"https://www.pewresearch.org/\">Pew Research Center</a> in its <a href=\"https://us02web.zoom.us/webinar/register/4916571987471/WN_Af50AS7VQbuyCrUdQnormw\">Live Q&amp;A session on July 22, 2022</a>, with co-hosts Birgit Pauli-Haack  and Anne McCarthy. After an eight-month hiatus, the show will return with guests who are doing some exciting things with Gutenberg out in the wild.</p>\n\n\n\n<p>The Pew Research Center is a non-profit organization that conducts public opinion polling, demographic research, content analysis, and other data-driven social science research. Producers and designers publish polls, charts, and findings through the organization&#8217;s website. Its unique use of custom and core blocks empowers them to create and publish interactive formats with minimal involvement from developers.</p>\n\n\n\n<p>Michael Piccorossi, Director of Digital Strategy at the Pew Research Center, will be a featured guest along with his colleague Seth Rubenstein, who leads development. </p>\n\n\n\n<p>In May, Rubenstein tweeted a <a href=\"https://twitter.com/SethRubenstein/status/1529294274751348736\">thread</a> demonstrating how the Pew Research Center is using Gutenberg. The homepage, which has a magazine style layout, along with the topic pages, were all built with the block editor. He also gave a quick editor demo of an updated block version of the organization&#8217;s Political Typology Quiz, which Rubenstein said is their most complex digital product.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Last fall we launched an updated version of our most complex digital product, the Political Typology Quiz. It\'s built out in our Gutenberg powered PRC Quiz plugin&#8230; <a href=\"https://t.co/y7iofIgGcD\">pic.twitter.com/y7iofIgGcD</a></p>&mdash; Seth Rubenstein (@SethRubenstein) <a href=\"https://twitter.com/SethRubenstein/status/1529294359681802241?ref_src=twsrc%5Etfw\">May 25, 2022</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Before, if a producer wanted to make a design change on a quiz well that required a dev&#8217;s time,&#8221; Rubenstein said. &#8220;Now they can make all those choices (with input from the design team) themselves. This frees us up to build even more and gives us more time to maintain/improve functionality.&#8221;</p>\n\n\n\n<p>The Pew Research Center&#8217;s development team does not plan to open source all of its block library but will be open sourcing their new Gutenberg-powered chart builder plugin (demonstrated below). </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">By end of summer we\'ll be launching two new \"quote sorter\" interactives that will be our first built out in Gutenberg. What\'s becoming a common interactive format for us will be something that a producer and designer can work together to create with minimal dev involvement.</p>&mdash; Seth Rubenstein (@SethRubenstein) <a href=\"https://twitter.com/SethRubenstein/status/1529294443572084738?ref_src=twsrc%5Etfw\">May 25, 2022</a></blockquote>\n</div>\n\n\n\n<p>&#8220;For all its naysayers Gutenberg is a game changer for digital news apps,&#8221; Rubenstein said. &#8220;It&#8217;s a force multiplier for your team. We&#8217;ve spent the last three years going &#8216;all in&#8217; on block development.</p>\n\n\n\n<p>&#8220;This may seem like overkill, but it forced us into a block first approach that means by end of this fall we&#8217;ll be ready to go all in on full site editing, which just means we can do more with fewer people and more consistently and better than before.&#8221;</p>\n\n\n\n<p>The Gutenberg Times Q&amp;A session will cover how the Pew Reach Center streamlines its publishing process through a mix of core and custom blocks, and how they create powerful charts and quizzes. It will be hosted on Zoom at 11:00 AM in&nbsp;<a href=\"javascript:;\">Eastern Time (US and Canada)</a> and is free to attend with <a href=\"https://us02web.zoom.us/webinar/register/4916571987471/WN_Af50AS7VQbuyCrUdQnormw\">registration</a>. Attendees will have the opportunity to ask their own questions after the guests demo some of their workflows and blocks in the backend.</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, 07 Jul 2022 20:41:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:87:\"Do The Woo Community: A WordCamp Europe Finale with Bōggie Yanishen and Carl Alexander\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/wordcamp-europe-finale/\";s: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:391:\"<p>In the last recorded episode via WordCamp Europe, Carl and Bōggie end the series with a fun conversation.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-europe-finale/\">A WordCamp Europe Finale with Bōggie Yanishen and Carl Alexander</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jul 2022 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: Anders Norén Remakes Davis Theme as Davis Blocks with Full-Site Editing Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/anders-noren-remakes-davis-theme-as-davis-blocks-with-full-site-editing-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3088:\"<p>WordPress theme author Anders Norén has remade his popular <a href=\"https://wordpress.org/themes/davis/\">Davis theme</a> to support full-site editing. The new theme, <a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a>, is sporting the same clean design as its predecessor, and can be used as a starter theme or a lightweight blog theme.</p>\n\n\n\n<img />\n\n\n\n<p>Norén said he built Davis Blocks to be as small as possible, while retaining the same appearance as the original theme. The updated theme has no JavaScript and weighs just 248K, most of which is the PT Serif font files and the theme screenshot. It stands in stark contrast to Norén&#8217;s first block theme, <a href=\"https://andersnoren.se/teman/tove-wordpress-theme/\">Tove</a>, which was loaded with 52K custom CSS.</p>\n\n\n\n<p>&#8220;The promise of block themes is that eventually, themes won’t need to include any custom CSS at all,&#8221; Norén said. &#8220;A basic theme, without any custom block styles, should be able to get by just by using theme.json. Core is not there just yet – there are a couple of blocking issues, like alignment styles – but it’s getting pretty close.&#8221;</p>\n\n\n\n<p>Norén&#8217;s <a href=\"https://andersnoren.se/introducing-davis-blocks/\">introductory post</a> for the theme covers many of the current challenges block theme authors face, such as structural issues like giving alignments to an outer margin on smaller displays, the necessity for overwriting some core styles, the inability to style buttons in the file and search blocks with theme.json settings, and more. He is eager to remove more of the CSS included in Davis Blocks as these issues are resolved.</p>\n\n\n\n<p>Although Norén identifies Davis Blocks as a classic blogging theme with an emphasis on typography and long-form articles, it can be transformed into any kind of theme thanks to its support for full-site editing features.  Users can easily customize the header and other templates to add or remove blocks and change the color scheme to suit their own needs. </p>\n\n\n\n<img />\n\n\n\n<p>Davis Blocks is packaged with six template files (404, Archive, Index, Page, Search and Single) and three template parts (Header, Footer, and Loop). Although there has been a lot of buzz around how indispensable patterns have  become, Norén opted to forego including any in this theme.</p>\n\n\n\n<p>&#8220;With the progress being made on the <a href=\"https://wordpress.org/patterns/\">WordPress.org pattern directory</a>, bundling block patterns in the theme folder felt like a step in the wrong direction,&#8221; he said. More than 800 patterns are now available in the directory, so it will be interesting to if other block theme authors go in a similar direction or insist on including their own custom patterns.</p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a> is available for free from the WordPress Themes Directory and can also be installed via the admin Add New themes menu. The addition of Davis Blocks brings the directory&#8217;s count of block themes to 91.</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, 06 Jul 2022 20:22:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:133:\"Post Status: A Better REST API, Improving Developer Docs, Open Sourcing Theme Designs, WebP and multiple MIME type support for 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:32:\"https://poststatus.com/?p=100458\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"https://poststatus.com/a-better-rest-api-improving-developer-docs-open-sourcing-theme-designs-webp-and-multiple-mime-type-support-for-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:148:\"Do you want to see the REST API improved? Get the latest on improving DevHub (Developer Docs), image formats, and access to open-source Figma files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 19:48: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:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"Post Status: Webinar: Takeaways From My ‘Forced’ Sabbatical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/webinar-takeaways-from-my-forced-sabbatical/\";s: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:273:\"In the past, I often thought how cool it would be to take time off, but I never got serious about actually taking a sabbatical. There always seemed to be a fire I had to put out, or something else to worry about, or some other excuse that pushed it away as a distant dream.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Jul 2022 14:38: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:11:\"Cory Miller\";s: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:56:\"WordPress.org blog: The Month in WordPress – June 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13069\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12219:\"<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\"https://profiles.wordpress.org/mysweetcate/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mysweetcate</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:76:\"WPTavern: #33 – David Lockie on Why Web3 and WordPress Might Work Together\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=135886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/33-david-lockie-on-why-web3-and-wordpress-might-work-together\";s: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:35119:\"<p>On the podcast today we have <a href=\"https://uk.linkedin.com/in/davidlockie\">David Lockie</a>.</p>\n\n\n\n<p>David is the Web3 Lead at Automattic, which is a new role. He’s trying to understand what Web3 is and how it’s going to alter the course of the internet in the future.</p>\n\n\n\n<p>You might have heard of Web3 and be confused about what it is exactly. DAOs, NFTs, smart contracts, Layer 2s and DeFi. These are all terms associated with Web3 but they’re not necessarily well understood. It’s complex. These technologies go about things in new and innovative ways. So what does it all mean?</p>\n\n\n\n<p>David’s on the podcast today to help us understand the whole concept of Web3 and how it might affect the WordPress ecosystem. What it is, how it works and why it’s useful.</p>\n\n\n\n<p>You’ve likely heard of examples of Web3 out there in the real world. Crypto currencies, people selling NFTs, and more. These may seem like interesting experiments, but not all that practical or useful for the majority of people. David wants to explain that it’s the underlying technology which is interesting here. A decentralised approach to gathering and storing data which is just beginning to find some practical applications.</p>\n\n\n\n<p>Perhaps this technology has a future which is, as yet, unimagined. We’re just waiting for the perfect implementation to take this from an intriguing, but edge case technology, to something more widely adopted and understood.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://form.typeform.com/to/BU1solRr\">Kernel</a></p>\n\n\n\n<p><a href=\"https://rabbithole.gg/\">RabbitHole</a></p>\n\n\n\n<p><a href=\"https://www.blockchain-council.org/\">Blockchain Council</a></p>\n\n\n\n<p><a href=\"https://bima.co.uk/\">British Interactive Media Association</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast, from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case Web3, what it is and how it might work with WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, well I&#8217;m very keen to hear from you, and hopefully get you, or your idea, featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today we have David Lockie. David is the Web3 lead at Automattic, which is a new role. He&#8217;s trying to understand what Web3 is and how it&#8217;s going to alter the course of the internet in the future. You might&#8217;ve heard of Web3 and be confused about what it is exactly. DAOs, NFTs, smart contracts, Layer2s, and DeFi. These are all terms associated with Web3. But they&#8217;re not necessarily well understood. It&#8217;s complex. These technologies go about things in new and innovative ways. So what does it all mean?</p>\n\n\n\n<p>David&#8217;s on the podcast today to help us to understand the whole concept of Web3 and how it might affect the WordPress ecosystem, what it is, how it works and why it&#8217;s useful.</p>\n\n\n\n<p>You&#8217;ve likely heard of examples of Web3 out there in the real world. Crypto currencies, people selling NFTs and more. These may seem like interesting experiments, but not all that practical or useful for the majority of people. David wants to explain that it&#8217;s the underlying technology, which is interesting here. A decentralized approach to gathering and storing data, which is just beginning to find some practical applications.</p>\n\n\n\n<p>Perhaps this technology has a future, which is, as yet, unimagined. We&#8217;re just waiting for the perfect implementation to take this from an intriguing, but edge case technology to something more widely adopted and understood.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise, but that&#8217;s not always the case with the conversations I recorded at WordCamp Europe. We were competing against crowds and the air conditioning. And whilst the podcast is more than listable. I hope that you understand that the vagaries of the real world we&#8217;re at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. And you&#8217;ll find all of the other episodes there as well. And so without further delay, I bring you David Lockie.</p>\n\n\n\n<p>I am joined on the podcast today by David Lockie. Hello?</p>\n\n\n\n<p>[00:03:39] <strong>David Lockie:</strong> Hi Nathan how you doing?</p>\n\n\n\n<p>[00:03:40] <strong>Nathan Wrigley:</strong> Yeah, really good. Day two of WordCamp Europe. You&#8217;re the first person that I&#8217;ve been able to actually say to, how&#8217;s the conference been going so far?</p>\n\n\n\n<p>[00:03:47] <strong>David Lockie:</strong> It&#8217;s been great. It&#8217;s been really nice just to see everyone again. I was mainly on the stall yesterday on the booth, the WooCommerce booth. I haven&#8217;t been to any talks yet. And so I can&#8217;t speak to the conference content, but just the experience of being around everyone of there being booths, of there being people like, it&#8217;s like jacking into the main line of excitement around WordPress.</p>\n\n\n\n<p>So I&#8217;m I&#8217;m loving it. A hundred percent.</p>\n\n\n\n<p>[00:04:12] <strong>Nathan Wrigley:</strong> Just give us a little bit, very briefly of your background with WordPress. Just to paint a picture of why you are here today and where the authority comes from.</p>\n\n\n\n<p>[00:04:19] <strong>David Lockie:</strong> Sure. I&#8217;ve been in the WebPress space about 15 years. I was a freelancer, and ran an agency called Pragmatic. I have been an entrepreneur in the space and I&#8217;ve been a marketer in the space as well. In terms of blockchain, crypto web three, I&#8217;ve been interested since about 2017, and over the intervening time I have become co-chair of the Beamer Blockchain Council. That&#8217;s the British Interactive Media Association.</p>\n\n\n\n<p>I advise a couple of startups in the space, and most recently I&#8217;ve been really fortunate to be able to bring those two worlds together by joining Automattic as web three lead. It means that I can keep working on the technology in the community and the ecosystem that I love, but also have a chance to work on technology that I&#8217;m excited about and believe will inevitably disrupt and join with WordPress. So it&#8217;s a real privilege to have that opportunity to kind of marry both my tech loves together.</p>\n\n\n\n<p>[00:05:15] <strong>Nathan Wrigley:</strong> Nice. Now I think there&#8217;s a fairly low chance that somebody listening to this will not have heard the words web three, but I think there&#8217;s a fairly high chance that they won&#8217;t actually understand what that means, myself actually included.</p>\n\n\n\n<p>I&#8217;ve heard it. I&#8217;ve got the peripheral understanding. I&#8217;ve never bitten down into the middle of it, and probably I think I&#8217;ve got some misunderstandings that need cleaning up. So, just for a minute just tell us basically, if you can, probably without consuming the entire half hour podcast, tell us what web three is in it&#8217;s highest possible terms.</p>\n\n\n\n<p>[00:05:44] <strong>David Lockie:</strong> There are a bunch of different definitions. The one that I use is that it&#8217;s a family of decentralized technologies that allow people to coordinate in new and interesting ways. That&#8217;s a little bit more ethereal. A more practical, tangible definition would be technologies built on blockchains and related decentralized technologies. But the decentralization is at the core of everything that we talk about with web three.</p>\n\n\n\n<p>I also feel a bit funny about the kind of blockchain, crypto, web three rebrand, because actually I think there are other very significant technologies that are coming down the line and will sort of converge as web three becomes more mainstream. Things like 3d things like AI. That means that when we&#8217;re talking about web three, it&#8217;s not simply an evolution of where we are in terms of the centralization, but it&#8217;s also this sort of new immersive experiential realm in which ownership and rights and value transfer and transactions all become part of a very rich tapestry that will feel like a new evolution.</p>\n\n\n\n<p>For me, before the kind of blockchain web three rebrand, I used to talk about web three as the day when people stopped walking down the road, looking at their phones because they&#8217;re wearing glasses and it&#8217;s more ambient and immersive. So even to myself, I have a few different concepts of what it means, but decentralization is the key when people usually talk about web three.</p>\n\n\n\n<p>[00:07:00] <strong>Nathan Wrigley:</strong> I see web three written in two different ways and I don&#8217;t know if it&#8217;s different. So I see web three as in W E B, no space 3. And I see web 3.0. Is there any separation there or are they exactly the same?</p>\n\n\n\n<p>[00:07:13] <strong>David Lockie:</strong> I</p>\n\n\n\n<p>think it&#8217;s just exactly the same I&#8217;m old enough to remember when web two was the excitement um and being in O&#8217;Reilly conferences in Berlin, and it was web two dot, that was like the hotness. And of course there was never like a web 2.1 or</p>\n\n\n\n<p>web 2.5 And so I think web 3.0 is similarly redundant.</p>\n\n\n\n<p>[00:07:32] <strong>Nathan Wrigley:</strong> Yeah, it seems to me that inside of the web three space is a bunch of acronyms and a bunch of different technologies. So I&#8217;ve written down a couple here and none of them, I particularly understand.</p>\n\n\n\n<p>So I&#8217;ve got DAOs, got NFTs, I&#8217;ve got contracts, I&#8217;ve got something which was completely new to me, Layer 2s, and DeFi. Are these if you like sub domains of web three, are these just component parts that sit inside of it, or are they completely separate autonomous pieces?</p>\n\n\n\n<p>[00:07:59] <strong>David Lockie:</strong> I think that&#8217;s a really good observation. And I guess the genesis of that is that the blockchain technology, which supports all of the rest of web three has a bunch of new terms and new concepts in it of itself. A blockchain is a new concept. A Merkel tree is a cryptographic term that unless you&#8217;re a researcher you wouldn&#8217;t know about.</p>\n\n\n\n<p>The idea of cryptocurrencies and tokens and cryptography, some of this stuff, it was just not in the everyday parlance, and the things which have evolved from that, decentralized autonomous organizations, decentralized finance, non fungible tokens, smart contracts, layer zeros, ones, twos, scaling solutions, bridges, automated market makers. All of these things, they&#8217;re not just new words, they&#8217;re new concepts.</p>\n\n\n\n<p>And I think that&#8217;s part of what people struggle with when they&#8217;re getting their head round web three, is that it&#8217;s very fundamentally different. The whole nature of it, the decentralized nature of it means that things change in a very profound way. And so there is like a massive vocabulary to get your head around and that can feel quite daunting, quite inaccesible.</p>\n\n\n\n<p>And obviously you&#8217;ve got like the label for things, but then understanding what actually sits behind DeFi like, how is it different from traditional finance? How does it work to have a financial system that is entirely controlled by open source software? These are just brand new things. And so all of that terminology and all of those concepts are just things that you have to get your head around.</p>\n\n\n\n<p>And I think people in this space often talk about this sort of rabbit hole where people can dance around on the surface and see the results of some of this stuff. Pictures of monkeys being worth millions of dollars, or like scams taking hundreds of millions of dollars by a smart contract floor. And so they form their judgments about this stuff, but actually when you find something that&#8217;s of interest and you follow that thread, you go down and the hole is long and varied and complex and ever changing. And the conversations that you have with people that have gone down that rabbit hole and haven&#8217;t, they just feel utterly different.</p>\n\n\n\n<p>You have a different, like a different, basis for the conversation. And I guess that&#8217;s one of the things which people find challenging about the space as well like, people already naturally form cliques and geek out and, in group out group stuff. And I think. If you have a negative perception, for whatever reason of what&#8217;s happening in this space, then it&#8217;s very easy to feel excluded.</p>\n\n\n\n<p>And that it&#8217;s just all this nonsense going on and you don&#8217;t wanna engage with it because it&#8217;s just too much. Like it&#8217;s a lot. It&#8217;s really a lot.</p>\n\n\n\n<p>[00:10:28] <strong>Nathan Wrigley:</strong> Yeah. I think that&#8217;s a part of the puzzle for me. When web two came along and social happened, you could completely get it. And it took a while for the harm of all of that to become obvious. What I&#8217;m seeing in the press at the minute is the inevitable backlash. I&#8217;m seeing people&#8217;s wallets being emptied and certain blockchains becoming disrupted and all sorts of negative press.</p>\n\n\n\n<p>Six months ago I felt there was a tidal wave in the opposite direction. It was just positivity, just Bitcoin, crypto, NFT. This is all brilliant. It feels to me at the moment as if we&#8217;re riding a wave of, hang on a minute, there&#8217;s danger here if you&#8217;re not careful, if you&#8217;re not thoughtful, if you don&#8217;t understand what you&#8217;re doing. And so that I suppose is a concern that maybe you&#8217;re gonna have to be confronting in your role in the near term.</p>\n\n\n\n<p>[00:11:14] <strong>David Lockie:</strong> It&#8217;s definitely something that&#8217;s on my mind. But this is far from the first cycle in crypto as well. And I guess having lived through the previous cycle, the 2017, 2018 and then right through to 2019 where everything started lifting up again. There were very clear patterns and they follow typical economic cycles as well.</p>\n\n\n\n<p>You get the positivity and then the overexuberance and then the sort of speculation, like the top. And then, there&#8217;s some bad news and then suddenly everyone starts getting fearful and the fear is a positive feedback loop. And so the price dumps and everyone gets scared and bored and runs away.</p>\n\n\n\n<p>But all that is like the bottom of that cycle. And then out of that will come, like in the UK, a new use case. New people with new funds, new ideas. Projects that were worked on during the bear cycle start to come to fruition. So we saw this with the previous cycle was really around, for me, it was around Ethereum and starting to see the promise of smart contracts and NFTs and some of this sort of the web three, rather than just Bitcoin price action.</p>\n\n\n\n<p>And this time round was catalyzed by decentralized finance and then continued into NFTs. So it could be, a pretty wintery situation for a couple of years. But then new use cases, new projects will emerge and we&#8217;ll be up and at &#8217;em. And if you average out, the actual use of this technology, it doesn&#8217;t align brilliantly well with the market action, like the price action. It&#8217;s still going up and to the right, obviously like with some ups and downs, according to how exuberant everyone is.</p>\n\n\n\n<p>I guess that&#8217;s one of the things that&#8217;s sort of interesting is that it&#8217;s a very integrative technology, in that it is economic, is technological, is also social as well. It&#8217;s the first 24, 7 global permissionless marketplace for people to do stuff, whether that is financial stuff or coordination stuff or whatever. It&#8217;s the first time that we&#8217;ve been able to do that with meaning attached to it like economic meaning.</p>\n\n\n\n<p>So we&#8217;ve been able to do that with WordPress, with open source development for decades. And that&#8217;s been insanely valuable to everyone as a result. One of the challenges with web two is that we were creating all of this value, but there were no direct internet native ways to try and capture and program that value.</p>\n\n\n\n<p>So we relied on all these secondary business models. Particularly advertising and data collection to extract or convey some of that value around what was essentially an economy, but with no native currency to exchange. And I think that&#8217;s one of the, the most profoundly interesting things that web three does is it allows us to underpin, not overlay, but underpin everything else that we do online with internet native programmable money that can serve all the different use cases that we have now and into the future.</p>\n\n\n\n<p>[00:13:55] <strong>Nathan Wrigley:</strong> Do you feel that things like blockchain, decentralized ledgers and all of that is a clever idea, but is still trying to actually find a use case, which is useful for most people? Again, we&#8217;re harking back to the weird things that happened like NFTs and so on. That just strikes me as a bizarre use case, but the decentralized block chain, the idea of a ledger which is imutable and everybody can inspect and see. It feels like that&#8217;s got a lot of uses, we just haven&#8217;t figured out what they are. Practical, useful things for most people in the same way that the web is practical and useful for most people.</p>\n\n\n\n<p>It feels to me at the minute, it&#8217;s a stretch to get, for example, my mother to have any interest in web three because the barrier&#8217;s too high. The weirdness is too much. And maybe we&#8217;re just waiting for that golden apple, somebody comes up with something. Oh, that&#8217;s remarkable. That&#8217;s brilliant. Everybody can get ahold of that. I just wonder if that epiphany hasn&#8217;t happened yet.</p>\n\n\n\n<p>[00:14:51] <strong>David Lockie:</strong> I think it&#8217;s a, an interesting question. There are definitely elements of, and it&#8217;s a bit of a kind of web three trope. Like it&#8217;s still early, there&#8217;s still lots of innovation ahead of us. Like maybe there will be that killer app that suddenly everyone goes, oh, this is why blockchain&#8217;s important in our life. This is why web three&#8217;s important in our life.</p>\n\n\n\n<p>However, if you look at a lot of internet infrastructure and web infrastructure, like most people don&#8217;t understand the importance of any technology, really. They just jab at buttons on their phone and things happen as a result. But that doesn&#8217;t mean that the underlying technology isn&#8217;t important. People just wanna write a WordPress post.</p>\n\n\n\n<p>They don&#8217;t care about this pull request or, whether it&#8217;s Gutenberg or classic editor. They just want to do a job. So I think there&#8217;s an element to which a lot of people will never need to know or need to care about web three. We may well see some like breakthrough use cases.</p>\n\n\n\n<p>Personally, I do think NFTs and digital collectibles are gonna be one of those breakthroughs. We&#8217;ve seen it this cycle. Instagram is teasing at an upcoming release about allowing people to display and eventually to buy and sell collectibles on Instagram. If that rolls out to 3 billion people, that&#8217;s mass adoption.</p>\n\n\n\n<p>They&#8217;ve got a patent in for meta pay, which is their own payments, digital wallet and digital currency exchange infrastructure. But even then, like people might not know that is all part of blockchain. They might not understand the technology that&#8230;</p>\n\n\n\n<p>[00:16:12] <strong>Nathan Wrigley:</strong> It&#8217;ll still be a button on a screen.</p>\n\n\n\n<p>[00:16:14] <strong>David Lockie:</strong> Still be a button on a screen that they can use to buy a thing from the brand or the creator that they love and want to support or the clothes that they wanna wear. But I also think that there&#8217;s another aspect to it, which is that the world is not without its challenges right now. And things which don&#8217;t seem important now might suddenly become incredibly important. And we can always look at the edges to see where the innovation and the use cases are.</p>\n\n\n\n<p>So for example crypto has a very valid use case now of international remittence. So if you are a migrant worker, you&#8217;re working another country, we need to send money around the world. You can do that more safely and cheaply using crypto. And that&#8217;s what a large proportion of non trading or investing use is around. The ability for migrant workers to send their funds directly to their family, with the minimum fees involved.</p>\n\n\n\n<p>When we look at international businesses who have Ukrainian and Russian workers and still need to pay salary, crypto provides an option where there was not one before. And I think in this world that we are living in where potentially we&#8217;re looking at splinternets like you know the great fire wall of China. The Russian internet, if things continue the way they&#8217;re going having means for value transfer and coordination that is free from the constraints of nation states, might suddenly become super important to everyone. There&#8217;s also that element that I think is interesting and worthwhile. Even if the majority of people never understand it.</p>\n\n\n\n<p>[00:17:46] <strong>Nathan Wrigley:</strong> Yeah the whole decentralized thing, let me rewind. It feels like 25 years ago, proprietary software came on the market and you bought it and then free open source software also in parallel was going on. And I think we&#8217;re at the point where we can tentatively say that free open source software won that ultimately that&#8217;s what I think anyway, if you look at certain segments. So we now have proprietary centralized things and you are advocating for decentralized things.</p>\n\n\n\n<p>Is it to say that the centralized thing is, it&#8217;s something that we no longer desire? So a good example would be my bank. I wish my bank to have my money and I wish my bank to take care of my money. So that in the event that something happens then I&#8217;ve got some kind of backup.</p>\n\n\n\n<p>I know that institution full of those people is there to protect me. In the case of decentralized, I worry that an accidental theft of a phone might be enough to wipe out my life saving. And I wonder if this is a, a real difficult bridge that is never gonna get crossed. So in other words, what makes decentralized so much more superior than centralized? Maybe it doesn&#8217;t, maybe there&#8217;s a place for both forever.</p>\n\n\n\n<p>[00:18:56] <strong>David Lockie:</strong> Yeah. I think that latter is exactly where I come in. One beautiful concept that came out of web three is this idea of complimentary opposite. So whilst I&#8217;m advocating for people to learn and find out about decentralization and why it can be important and valuable. I&#8217;m definitely not saying like centralized stuff is bad.</p>\n\n\n\n<p>And actually when we look at a few examples of success, we see that anyway. Automattic, WordPress.com also WordPress.org. Arguably neither would be as successful without the other, but like combined, it means that where a centralized entity can be most impactful like, things can go down that route. Where there are opportunities to do stuff that a centralized organization simply can&#8217;t do the .org ecosystem can do it, it can innovate at the edges.</p>\n\n\n\n<p>So that&#8217;s, I think a very resonant example from the world we know. In crypto, there are some other examples as well. For example, there&#8217;s a crypto exchange called Binance. It&#8217;s a centralized, regulated KYC, AML, OFAC entity. You know it&#8217;s a financial organization and company that pays its taxes et cetera, but it also has a decentralized protocol called BSC Smart Chain which is plausibly decentralized and allows it to, allows innovation to happen around Binance whilst not being directly connected to it.</p>\n\n\n\n<p>And I think even sort of more traditional businesses like you know arguably what Elon has done with Tesla is to use the power of social media to build this decentralized community of fans around the business. And so one of the tools he uses to achieve his corporate regulated goals is this recruitment of, these people aren&#8217;t employee shareholders not necessarily even customers, but they&#8217;re fans and they&#8217;re motivated towards the same goals for whatever reason. And so it&#8217;s that combination that I think allows for, it just creates a wider, more fertile space for innovation to happen.</p>\n\n\n\n<p>[00:20:54] <strong>Nathan Wrigley:</strong> Yeah. It&#8217;s more of a more of a marriage and less of a war. Maybe both will coexist and we&#8217;ll figure out which bits work best over here and which bits work best over there as time goes on.</p>\n\n\n\n<p>[00:21:03] <strong>David Lockie:</strong> I also yeah, a hundred percent. I also think it&#8217;s about having checks and balances. Like for me before Bitcoin came along, there was really no, no non-destructive way to protest against the increasing centralization of power. There was nothing to prevent central banks doing whatever they wanted and, for governments to continue to exert pressure. Arguably with the genesis of Bitcoin and permissionless, public, decentralized protocols that can&#8217;t be stopped. If centralization goes too far, then people will flee to alternative currencies that are outside of government control.</p>\n\n\n\n<p>That&#8217;s really just my personal take on it. And it&#8217;s not one that everyone&#8217;s comfortable with, but I do think there&#8217;s a sort of, I think it&#8217;s healthy for the, there to be a balancing factor whenever we&#8217;ve got like an axis that&#8217;s out of control, it&#8217;s helpful to balance that out.</p>\n\n\n\n<p>[00:21:52] <strong>Nathan Wrigley:</strong> Are states able to disable their citizens from accessing this I&#8217;m thinking of China. Is it the case that if you were a citizen of China, you would be enabled to use the very things that you are describing or have they legislated against?</p>\n\n\n\n<p>[00:22:09] <strong>David Lockie:</strong> It&#8217;s an arms race, isn&#8217;t it? They could block the protocol. But it&#8217;d be very difficult and there would be innovation around it. And the fact that they haven&#8217;t is also kind of interesting.</p>\n\n\n\n<p>[00:22:18] <strong>Nathan Wrigley:</strong> Yeah. Okay. This isn&#8217;t going away. People are very excited about it. And Automattic have jumped on the bandwagon. Here you are. This is now job. Tell us what the remit of that is in Automattic. Now maybe there&#8217;s a direct connection with WordPress, wordpress.org, wordpress.com. I don&#8217;t know, but just outline what you&#8217;ve been tasked to well either work on already or figure out what you&#8217;re going to work on.</p>\n\n\n\n<p>[00:22:39] <strong>David Lockie:</strong> Sure. And I should mention at this point the conversation that we are having today represents my personal views. Like I&#8217;m still working on the work that I&#8217;m doing within Automattic, and Automattic&#8217;s policy and position on stuff may well, not entirely align with mine. When I approached Automattic about the role, my thesis was that if WordPress and web three will forever remain separate we should understand why that is the case more deeply than just oh, we don&#8217;t like it, it&#8217;s a scam. It&#8217;s whatever.</p>\n\n\n\n<p>There were potential touchpoints for the creators that use our platform, the merchants that sell on our platform, the technologies that we integrate, decentralized storage, for example. There are potentially competitors that are gonna emerge in the space.</p>\n\n\n\n<p>I think there were just so many potential points of disruption for the WordPress community and ecosystem that I love, that I felt I could add some value to the whole ecosystem by increasing awareness, increasing understanding, and trying to bring some more nuance and balance to the dialogue that happens.</p>\n\n\n\n<p>So it could well be that Automattic does nothing at all with web three, but at least we&#8217;ll understand in a sophisticated way why that&#8217;s the case, why we&#8217;ve made those decisions. My guess is that isn&#8217;t going to happen. In my talk later today, I&#8217;m gonna talk about a couple of use cases that I feel are sort of inevitable.</p>\n\n\n\n<p>One is around crypto payments. So if we have the four freedoms of GPL, then arguably web three gives us the freedom to transact, the freedom to trade, and that&#8217;s a very ancient historical human trait, to trade to transact. Part of my argument is that&#8217;s what changed us from being hunting, gathering, tribal to societies and civilization, is the ability to trade and transact at increasing scales and over increasing timelines.</p>\n\n\n\n<p>So allowing people to not only publish, and sell online, but to transact freely as well, just feels like an obvious thing to do. Why would we not let merchants who don&#8217;t enjoy the financial stability of the US or the UK or whatever, to be able to accept a currency that they wanna accept? It seems like a, like I don&#8217;t see very many valid reasons not to let that happen.</p>\n\n\n\n<p>As long as we&#8217;re clear about the importance for merchants to do their own research to understand their own risks and to proceed with caution, essentially. To understand what they&#8217;re doing. And that&#8217;s part of my role as well, is to help make sure if we do stuff, then we are trying to educate and inform and raise awareness at the same time.</p>\n\n\n\n<p>The other one, I think, seems really interesting is NFTs. You know we&#8217;ve seen the weekly active wallet count go from pretty much zero a year ago to like a quarter of a million active wallets every week trading NFTs right now. They are an incredible way for creators to assert their rights and to monetize their content.</p>\n\n\n\n<p>And the most important people in the WordPress ecosystem for me, are the creators that use it. The people who have sites that run WordPress, the merchants who sell through WordPress and WooCommerce. Without them there are no agencies because nobody wants the sites. There&#8217;s no Automattic to provide services out to that ecosystem.</p>\n\n\n\n<p>So it&#8217;s about serving our users. And if creators of all types, writers, photographers, podcasters, musicians, videographers can generate a better fairer, a more durable living by using NFTs and royalties and the rights that it protects than by posting stuff to YouTube and getting 50% of the fees they make from advertising.</p>\n\n\n\n<p>For example, then I think that&#8217;s something that the WordPress community is, it&#8217;s innately supportive of because we support the open web. We support creators. Like we want to give people the freedom to publish and to sell online. And this for me is just an extension of that. People are most free to publish and sell online when they can do that with financial resilience and the ability to protect their income.</p>\n\n\n\n<p>[00:26:42] <strong>Nathan Wrigley:</strong> One of the pieces that I would imagine most people using WordPress are using is just the published button. They&#8217;re not producing videos. They&#8217;re not writing music or creating NFTs. They&#8217;re literally putting out written content and maybe there&#8217;s some images in there, what have you. And I think a curious, maybe underexplored, maybe it&#8217;ll happen, I don&#8217;t know, possibly it has, the idea of being able to prove definitively, that thing is mine. And I wrote it on that date and I can prove it forever. And I think that might be a curious, there&#8217;s no real financial benefit to that, but it&#8217;s a nice, almost legal.</p>\n\n\n\n<p>[00:27:13] <strong>David Lockie:</strong> There&#8217;s a company, WordProof who do exactly this, right. And there are a couple of really interesting use cases there. To speak to the sort of monetization bit, a lot of money is made through search engine ranking. And content theft and plagiarism, like are all problems for publishers, real problems. So if we can find a way to help search engines, parse who definitively created this bit of content, then that will protect the original content creators to some extent. There&#8217;s a lot of complexity with that.</p>\n\n\n\n<p>Another one is around trust. So if you&#8217;re a merchant and you&#8217;ve got like a shipping policy, a refund policy, general terms, and you timestamp them and you transparently show that something has changed and when it changed, then that builds trust with your consumer.</p>\n\n\n\n<p>As a consumer, I trust that this store isn&#8217;t gonna change its refund policy and leave me high and dry if like the refund period has changed since I bought it, how can I prove that definitively? So there are some direct monetization opportunities, but also some indirect ones as well.</p>\n\n\n\n<p>[00:28:12] <strong>Nathan Wrigley:</strong> Unfortunately we&#8217;re running out of time. So I&#8217;m just gonna ask one final question. If people are interested to find out more generically or it might be via you, what would be one or two of the quickest places to swot up on this topic?</p>\n\n\n\n<p>[00:28:24] <strong>David Lockie:</strong> So there&#8217;s a web three educational community called Kernel that I would recommend to anyone. It&#8217;s a very holistic and quite philosophical look at this technology. And if I can remember the link correctly, it&#8217;s bit.ly, so B I T dot L Y forward slash all caps, W P K B 7. So that&#8217;s whiskey papa kilo bravo seven.</p>\n\n\n\n<p>There&#8217;s also a bunch of learn to earn platforms out there. A good one to start with is rabbit hole, dot gg. rabbithole.gg. And there you can earn small amounts of crypto for learning to use a digital wallet or a decentralized exchange, or any of these other decentralized applications. So that&#8217;s a good, more guided, more practical way to start experiencing these technologies. And I think that experiencing it, whether you&#8217;re buying like $10 of crypto, whether you are signing up to a web three platform, actually just using this stuff is the best way to learn.</p>\n\n\n\n<p>It&#8217;s very immersive and there&#8217;s a lot to get your head around. Just reading stuff. You&#8217;ll be reading for years and you might still not get it.</p>\n\n\n\n<p>[00:29:31] <strong>Nathan Wrigley:</strong> David Lockie. Thanks for chatting to us today.</p>\n\n\n\n<p>[00:29:33] <strong>David Lockie:</strong> Thanks for your time, Nathan.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:99:\"Do The Woo Community: devlife_snippet: Pricing Your WooCommerce Extension for Your WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72239\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/devlife_snippet-pricing-your-woocommerce-extension-for-your-wordpress-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:467:\"<p>Here is a real life experience of the thought process for pricing a WooCommerce extension for your WordPress plugin.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/devlife_snippet-pricing-your-woocommerce-extension-for-your-wordpress-plugin/\">devlife_snippet: Pricing Your WooCommerce Extension for Your WordPress Plugin</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 10:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: Envato to Shut Down Envato Studio on Short Notice, Jilting Longtime Service Providers \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/envato-to-shut-down-envato-studio-on-short-notice-jilting-longtime-service-providers\";s: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:5563:\"<p>Envato, the Australia-based digital assets company, <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413\">announced</a> it is shutting down <a href=\"https://studio.envato.com/\">Envato Studio</a>, its community freelance platform, and <a href=\"https://www.twenty20.com/\">Twenty20</a>, a stock photo website. The company continues to tighten its belt and focus on newer products after it <a href=\"https://www.afr.com/technology/rich-listers-envato-lays-off-100-staff-and-rejigs-product-focus-20220605-p5ar5o\">laid off 100 of its 700 employees</a>, citing global conflicts and inflation.</p>\n\n\n\n<p>“We were spread too thin across all of these products we’d established,” Envato CEO Hichame Assi told told&nbsp;The Australian Financial Review.</p>\n\n\n\n<p>“They’re all creative products, but some are older with legacy platforms, whereas some are newer and going really well. We wanted to sharpen focus on our future products that are going really well.”</p>\n\n\n\n<p>The company&#8217;s most recent <a href=\"https://www.envato.com/blog/envato-continues-its-creative-evolution/\">update</a> indicated Envato is shifting to focus on <a href=\"https://www.envato.com/blog/envato-ranked-marketplace-100/\">Envato Market</a>, <a href=\"https://elements.envato.com/\">Envato Elements</a>, and <a href=\"https://placeit.net/\">Placeit</a>, a tool for creating branding and marketing assets, while phasing out other products. This week the Envato community found out that these legacy platforms include Envato Studio and Twenty20.</p>\n\n\n\n<p>Many Envato Studio service providers, who have completed more than 230,000 jobs since it launched in 2014, were surprised to learn that Envato is giving them under two months notice before it shutters the service on August 21. Providers have built their profiles with positive reviews for their work on creative projects &#8211; everything from logo design to WordPress customization. </p>\n\n\n\n<p>&#8220;It is not just bad news &#8211; it is a shocking news for me and to all who consider Envato Studio as a main earning source,&#8221; express customization provider WonderArt <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/5\">said</a>.</p>\n\n\n\n<p>&#8220;How I run my family now, it will take a long time to restart my marketplace earning again. You know how hard is to approve the item now and sales are not guaranteed. I am very much disappointed by this decision.&#8221;</p>\n\n\n\n<p>Some saw the writing on the wall after Envato stopped investing in the platform and new clients and orders were dwindling. Others, for whom Envato Studio was their main source of income, are shocked and scrambling to find a new way to support themselves on short notice.</p>\n\n\n\n<p>&#8220;Many of us rely on the steady income from express services to make a living, so really in my case such an abrupt and inconsiderate closure affects me greatly and hits me very hard, especially as I have two young children and a family to continue to support, plus bills that will keep coming in,&#8221; user touringxx <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/31\">said</a>.</p>\n\n\n\n<p>&#8220;With thousands of jobs done on my part (1733+) and 100% buyer satisfaction, I have put a lot of effort and patience into building and maintaining that reputation over the years, to now see it simply disappear as if it were worthless.&#8221;</p>\n\n\n\n<p>After investing so many years building their profiles and serving clients, multiple longtime Envato Studio service providers begged for more time before closing the platform.</p>\n\n\n\n<p>&#8220;This is not a good and fair decision in the middle of an economic crisis, we have spent our time here for 8-9 years and more, you should give more time before closing the platform,&#8221; one user Nofomsok <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/11\">said.</a> &#8220;It&#8217;s just not fair.&#8221;</p>\n\n\n\n<p>With under two months notice on the platform shutting down, many participants in the discussion said they felt the transition was too abrupt. They suggested six months to prepare for the shift, as well as creating a static, read-only version of the platform where clients can browse through service providers and send them messages through their profiles.</p>\n\n\n\n<p>&#8220;It is incredible how Envato doesn’t at least comment on this matter, we are waiting to hear from them is this the treatment we deserve for so many hardworking years?&#8221; @jassdesigngroup said.</p>\n\n\n\n<p>&#8220;We are real people with families, not just numbers.&#8221;</p>\n\n\n\n<p>Envato eventually did respond, indicating they are listening to feedback but did not mention an extension of the timeline for shutting down the platform.</p>\n\n\n\n<p>&#8220;We are in the process of creating a solution that will hopefully help with your Studio reviews,&#8221; an Envato representative commented.</p>\n\n\n\n<p>These additional considerations may be too late for those who had all their eggs in one basket.</p>\n\n\n\n<p>&#8220;It’s a business decision that is up to you,&#8221; hibiscustechno <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/40\">commented</a>. &#8220;But this transition is passing a big message to the creative members in ThemeForest, &#8216;Hey guys, Today we burned all together, You authors have the time to save yourselves by selling your products using your own website rather than giving $$ commission to a platform and keep the clients with you.\'&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 01:23: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: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:82:\"WPTavern: WordPress Performance Team Proposes Developing a New Plugin Checker Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wordpress-performance-team-proposes-developing-a-new-plugin-checker-tool\";s: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:4893:\"<p>WordPress&#8217; Performance team is kickstarting a <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/\">proposal</a> for developing a plugin checker tool similar to the <a href=\"https://github.com/WordPress/theme-check\">theme check plugin</a>, which ensures themes are meeting the latest standards and best practices.</p>\n\n\n\n<p>In 2021, WordPress&#8217; Meta team <a href=\"https://make.wordpress.org/meta/2021/02/19/reducing-the-plugin-review-teams-workload-through-automation/\">built a code scanner</a> that detects potential security risks, such as unescaped SQL queries in plugin code, with the goal of reducing the Plugin Team&#8217;s load through automation. That particular tool wasn&#8217;t developed to encourage best practices but rather to ensure plugins entering the directory meet the bare minimum standards necessary for security.</p>\n\n\n\n<p>The Performance team is proposing building a different kind of plugin that would flag any violations of the plugin development requirements and suggest best practices with errors or warnings.</p>\n\n\n\n<p>&#8220;It should cover various aspects of plugin development, from basic requirements like correct usage of internationalization functions to&nbsp;accessibility, performance, and security best practices,&#8221; Google-sponsored contributor Felix Arntz said. He identified three main goals for the plugin: </p>\n\n\n\n<ul><li>Provide plugin developers with feedback on requirements and best practices during development.</li><li>Provide the&nbsp;wordpress.org&nbsp;plugin review team with an additional automated tool to identify certain problems or weaknesses in a plugin ahead of a manual review.</li><li>Provide technical site owners with a tool to assess plugins based on those requirements and best practices.</li></ul>\n\n\n\n<p>The Performance team recommends the plugin also work from the command line (using WP-CLI) and that it go beyond static code analysis to include runtime checks that execute code.</p>\n\n\n\n<p>The proposal has received mixed feedback so far. Several participants in the discussion welcome development on such a tool and would be eager to use it with their own plugins. Others are worried about the checks becoming too heavy-handed and negatively impacting the plugin ecosystem.</p>\n\n\n\n<p>&#8220;Having a&nbsp;plugin&nbsp;to automate these checks sounds great,&#8221; WordPress developer Michael Nelson <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/#comment-44070\">said</a>. &#8220;I worry though that eventually this will mean WP plugin author devs will need to adopt WP’s code style too, which would be pretty annoying.&#8221;</p>\n\n\n\n<p>WordPress developer Josh Pollock <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/#comment-44071\">commented</a> that he shares these concerns and is worried about how these standards may be applied towards plugins that were not created to support PHP5, use composer for dependency management and automation, and share PHP code with other frameworks.</p>\n\n\n\n<p>&#8220;If this HELPS&nbsp;plugin&nbsp;developers, then fine, but if it is used as a weapon to insist on standards, then I suspect it will be a nail in WP’s coffin,&#8221; plugin developer Robin W <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/#comment-44072\">said</a>. </p>\n\n\n\n<p>&#8220;If you want to insist on stuff that is not security critical, then the current documentation is far from useful to rookies.</p>\n\n\n\n<p>&#8220;Now if the tool rewrote the code to standard, so the dev got a ‘this is a better version’ then I would be on board.</p>\n\n\n\n<p>&#8220;But one that just says ‘you are not escaping your code correctly’ and then makes the plugin dev try and find what and where it is wrong will just drive less innovation.&#8221;</p>\n\n\n\n<p>The Performance team is requesting feedback from the community, particularly plugin developers, plugin reviewers, and the meta team. If they are able to reach a consensus, Arntz said the next step is to design the infrastructure for the plugin checker in a GitHub repository.</p>\n\n\n\n<p>&#8220;The performance team would be excited to take the lead on this project, but it is vital that additional contributors from other teams help with its development, especially when it comes to defining and implementing the different checks,&#8221; Arntz said. </p>\n\n\n\n<p>&#8220;This is certainly an ambitious project, and it is not the first time that a plugin checker has come up. It also needs to be clarified that it will likely take a few months at least to get to a first version. However, we are optimistic that with a solid foundation and collaboration from the start, we can create a tool that will meet the requirements for reliable automated plugin checks.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jul 2022 20:52: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: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:83:\"Do The Woo Community: The Future of Payment with David Mainayar and Robert Windisch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/future-of-payments-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"<p>David and Robert have a lively discussion around payments, hosting and WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-payments-woocommerce/\">The Future of Payment with David Mainayar and Robert Windisch</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jul 2022 09:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:117:\"Gutenberg Times: Classic Widgets in FSE, 3D Cut-out Image, Open-Source Theme Designs and more – Weekend Edition 221\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/\";s: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:19934:\"<p>Howdy, </p>\n\n\n\n<p>Some great Block themes resources are now available. And if you haven&#8217;t yet, consider joining the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\"><em>Full-Site-Editing Outreach program</em></a> channel on WordPress Slack. Anne McCarthy always invites members to new conversations with other theme developers as well as Gutenberg developers. You also will be the first to know about new initiatives for User testing. </p>\n\n\n\n<p>82 is the number of the week! In 82 minutes all tickets for WordCamp US were sold. If you didn&#8217;t get one, don&#8217;t despair yet: I have the feeling some people bught tickets with a just-in-case mind, <a href=\"https://twitter.com/bgardner/status/1542567290373283842\"><em>like Brian Gardner</em></a> notes on Twitter. <a href=\"https://us.wordcamp.org/2022/tickets/\">Bookmark the tickets page</a> to check back regurlarily.  You can also <a href=\"https://us.wordcamp.org/2022/subscribe/\">subscribe to their notification service</a>. </p>\n\n\n\n<p>Speaking of FOMO (fear of missing out), the <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">WordPress Europe team is uploading recordings</a> from talks, workshops and interviews to WordPress.tv. Below, you&#8217;ll find the list of talks releated to Blocks and Gutenberg. </p>\n\n\n\n<p>That&#8217;s it from me today, have a great weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: <strong>Monday July 4 at 9 am EDT / 13:00 UTC</strong>, I will again on the livestream: <a href=\"https://wpbuilds.com/live/\"><strong>This week in WordPress #215</strong></a> with host Nathan Wrigley. The other guests will be Remkus de Vries, and Mark Westguard. </p>\n\n\n\n<p>PPS: Don&#8217;t forget to <a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">reserve your seat for the upcoming Gutenber Live Q &amp; A.</a> I can hardly wait to talk about the cool block things happening at Pew Research Center! </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong> with lead developer Seth Rubenstein, head of digital strategy, Michael Piccorossi and co-host Anne McCarthy on <strong>July 22, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<p></p>\n\n\n\n\n<div class=\"wp-container-1 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-conten-creation-with-block-editor-and-nocode-site-building\">Content Creation with Block editor and #nocode Site building. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#wceutv\">WordCamp Europe Talks on WordPressTV</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-building-themes-for-fse\">Building Themes for FSE </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Developing with Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-events\">WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-social-learning-spaces\">Social Learning Spaces</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-meetups\">Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-conten-creation-with-block-editor-and-nocode-site-building\">Content Creation with Block editor and #nocode Site building. </h2>\n\n\n\n<p>The WordPress Block News! This weeks video, <strong>Jamie Marsland</strong> introduces you to <a href=\"https://www.youtube.com/watch?v=PrrMbnRxNMI\"><strong>Block Themes, Block Generators, and Block Widgets.</strong></a> Marsland shows of Tabor&#8217;s Wei Theme, the legacy widget plugin and the create block theme plugin. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <a href=\"https://block-museum.com\">Museum of Block Art</a> lists quite some interesting art work built as Block Patterns. How many blocks did <strong>Rich Tabor</strong> use to create this gradient square, called <a href=\"https://block-museum.com/2022/01/18/rich-tabor-2/\"><strong>Progress</strong></a>? Are you experimenting with Block patterns, too? <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\"><em>Consider submitting your creations to the Block Museum, too. </em></a></p>\n\n\n\n<a href=\"https://twitter.com/richard_tabor/status/1542916011804053505\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kama</strong>l has been consistently publishing  tutorials on how to use his EditorPlus plugin and create cool stuff. That latest show you how to create a <a href=\"https://www.youtube.com/watch?v=K7kJi539nmE\"><strong>3D Cutout Image Card Hover Effect in WordPress Using CSS</strong></a>. Subscribe to the <a href=\"https://www.youtube.com/GutenbergHub\"><em>Gutenberg Hub channel</em></a> to never miss any of these amazing ideas. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Recently, <strong>Justin Tadlock</strong> spent time in the support forums and learn that not being able to use 3rd party widgets in Theme templates was a real pain point. Not anymore, as he just released a plugin in the repository, that allows you to use any classic widget in the Site editor and add it to your template, or headers or footers. I am also thrilled that he blogged about it here on the Gutenberg Times. <a href=\"https://gutenbergtimes.com/using-classic-widgets-with-blocked-based-themes-introducing-the-legacy-widget-block-plugin/\"><strong>Using Classic Widgets with Blocked-Based Themes: Introducing the Legacy Widget Block Plugin</strong></a></p>\n\n\n\n<h2 id=\"wceutv\">WordCamp Europe Talks on WordPressTV</h2>\n\n\n\n<p>Over the last couple of week, organizer of WordCamp Europe uploaded the video from the talks to WordPress.tv. Here are the block related, I found so far. </p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/06/27/sean-blakeley-the-block-pattern-revolution/\"><strong>Sean Blakeley: The block pattern revolution</strong></a> &#8211; You will find out how Blocks Patterns have revolutionized the approach to WordPress site design and you&#8217;ll see some recent experiments and learn more about tools.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.tv/2022/06/26/greg-ziolkowski-level-up-block-building-skills/\"><strong>Greg Ziolkowski: Level Up Block Building Skills </strong></a>&#8211; Ziolkowski wrote in his description: &#8220;This year we witnessed the most groundbreaking WordPress release ever. It’s finally possible to create themes entirely composed of blocks. Users can use a single functionality to change every aspect of the website. I will present a wide range of ways to enrich the block editing experience with custom blocks. From no-code solutions practical for everyone to advanced development techniques that help programmers submit a new plugin to the Block Directory.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.tv/2022/06/23/a-glimpse-into-the-future-of-wordpress-from-a-frontend-point-of-view/\"><strong>Pablo Postigo: A glimpse into the future of WordPress from a frontend point of&nbsp;view</strong></a> Postigo wrote in the session description: &#8220;In this talk, Pablo will share his experience as an industry leader building modern JavaScript tooling for WordPress and also his vision on the future of web development using WordPress.&#8221;</p>\n\n\n\n<p><em>More talks from Porto are available at <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">WordPressTV: WordCamp Europe</a></em></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"1-building-themes-for-fse\">Building Themes for FSE </h2>\n\n\n\n<p><strong>Nathan Wrigley</strong> interviewed <strong>Daisy Olsen</strong> at WordCamp Europe and you&#8217;ll learn in this <a href=\"https://wptavern.com/podcast/32-daisy-olsen-on-why-you-should-try-out-block-themes\"><strong>WPTavern Jukebox episode Why you should try out block themes</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ben Dwyer, </strong>from the WordPress themes team, wrote more about the new Create Block Theme plugin, I mentioned a couple weeks ago. In his post, <strong><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">Create Block Theme</a>,</strong> you learn who should use the plugin, how you can use it and how yo can contribute to it. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Beatriz Fiahlo</strong>, from the WordPress Design team and designer of the WordPress News theme, just posted about the <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\"><strong>Open Sourcing Theme Designs</strong></a> initiative. &#8220;As of July 1st, a number of themes authored by WordPress core and other theme developers have been added to the WordPress Figma. Users can now explore the designs for popular themes such as Stewart, Archeo or Pendant and add their own theme designs that have been submitted to the WordPress repository.&#8221; The WordPress Figma space makes it easy for all to view and duplicate files. <a href=\"https://make.wordpress.org/design/handbook/get-involved/tools-figma/\"><em>Learn more about WordPress Figma and how to access it.</em></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reports on <a href=\"https://wptavern.com/wordpress-contributors-propose-improving-block-themes-visibility-in-the-directory\"><strong>WordPress Contributors Propose Improving Block Themes’ Visibility in the Directory</strong></a> &#8211; a discussion on Meta trac to modify the WordPress Theme directory for better discoverability of Themes build for Full-site Editing. Right now the only way to see all FSE themes in one search is to use the advanced feature to use a tag filter for a list. <a href=\"https://meta.trac.wordpress.org/ticket/6330\"><em>Chime on the discussion</em></a>&#8230;.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>There are  <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">87 FSE themes available in the directory</a>. The newest theme is called <a href=\"https://wordpress.org/themes/the-evolution/\"><strong>The Evolution</strong></a> by <strong><a href=\"https://twitter.com/matheusmisumoto\">Matheus Misumoto</a></strong>, a front-end developer from Santos,Brazil. This is his first ever Theme in the repository. Misomoto described this theme as &#8220;a minimalistic multi-purpose block theme. From single page website to complex navigations, it&#8217;s a great theme to publish stories, tutorials, documentations, etc&#8221;. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> published a summary of this week&#8217;s <a href=\"https://make.wordpress.org/test/2022/06/30/hallway-hangout-discussion-on-full-site-editing-visions-and-plans-30-june/\"><strong>Hallway Hangout: Discussion on Full Site Editing visions and plans (30 June)</strong></a> where &#8220;a few community members from the Full Site Editing Outreach program joined a call to talk about various short and very long term thoughts around future full site editing plans.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/SaxonFletcher\">Saxon Fletcher</a></strong> posted on GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/41717\"><strong>The great unification</strong></a> and found &#8221; It’s time we look at simplifying our mental models and establishing a stronger foundation for these concepts to thrive on.&#8221; In a series of videos and text, he lays out midterm plans and goals. It&#8217;s an interesting discussion between Fletcher and Matias Ventura. It&#8217;s also quite long. Something to read on a quiet Sunday afternoon, with a big glass off your favorite adult beverage.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/get_dave\">Dave Smith</a></strong> published a video to walk theme developers through the newest features: <a href=\"https://www.youtube.com/watch?v=XikXzLLojhk\"><strong>Setting Hover &amp; Focus States in Theme JSON and Global Styles!</strong></a> <em>&#8220;I demo the recent advancements in the Gutenberg Plugin that allow Theme developers to define interactivity states (aka &#8220;psuedo classes&#8221;) from theme.json. I also cover work underway to allow users to set these states in the Global Styles UI.</em>&#8221; Smith wrote. He also shared the PRs that have been merged and are now available via the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a> or </p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/41786\">Support pseudo selectors on <code>elements</code> in theme json</a> (Gutenberg 13.6 release 7/6)</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/41976/\">Add link element <code>:hover</code> interactivity control to global styles UI</a> (Gutenberg 13.7 release 7/20)</li></ul>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Developing with Blocks</h2>\n\n\n\n<p>While we wait for <strong>Daisy Olsen</strong>&#8216;s workshop at WordCamp Europe to go online, WordCamp Greece just released the recording of her presentation on  <a href=\"https://wordpress.tv/2022/07/01/daisy-olsen-extending-the-wordpress-block-editor/\"><strong>Extending the WordPress Block Editor</strong></a>. The description states: &#8220;Learn three ways to do more with existing core blocks using block styles, block variations, and block patterns. Find out how and when to use each. Build real-world examples of how you can incorporate these powerful tools in your WordPress projects.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/jon_bossenger\">Jonathan Bossenger</a></strong> <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">published a request for comment on what should be on the Roadmap for Content Creation</a> that is more developer centered for Learn.WordPress. He also added a great link list to existing developer documentation. July 15th, 2022 is the deadline for any suggestions you might have.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong> is a  block builder since 2017, creator of EditorPlus and maintainer of the EditorKit plugins and prolific educator in all things Gutenberg. He just published his in-depth developer tutorial on <a href=\"https://gutenberghub.com/gutenberg-background-shape-generator/#extending-the-gutenberg-cover-block\"><strong>How to create a Gutenberg background shape generate</strong></a>. You will learn how create a background shape generator for Gutenberg, that specifically works on the core Gutenberg Cover block.</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"1-word-press-events\">WordPress Events</h2>\n\n\n\n<p><strong>October 10 &#8211; 14, 2022 </strong><br /><strong><a href=\"https://woosesh.com/\">WooSesh </a></strong>is a &#8216;virtual conference for WooCommerce store builders that will help grow your business.&#8217; Event host, Brain Richards, is currently looking for speakers for pre-recorded 25-minutes sessions. <a href=\"https://woosesh.com/speak/\"> Apply to speak</a>.</p>\n\n\n\n<h3 id=\"2-social-learning-spaces\">Social Learning Spaces</h3>\n\n\n\n<p>July 4, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286558681/\"><strong>Using Block Patterns</strong></a> with Wes Theron</p>\n\n\n\n<p>July 7, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286760345/\"><strong>WordPress for Writers: Launching your Writer Website</strong></a> with Destiny Kanno</p>\n\n\n\n<p>July 11, 2022 3 pm EDT / 19:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286854020/\"><strong>Your First Ecommerce Website</strong></a> with Chris Badgett and Destiny Kanno</p>\n\n\n\n<p>July 12, 2022, 5 pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286603818/\">Explore the Block Directory</a></strong> with Wes Theron</p>\n\n\n\n<p>July 19 5pm EDT / 21:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286862262/\"><strong>Explore the Template Editor</strong></a> with Wes Theron</p>\n\n\n\n<h3 id=\"3-meetups\">Meetups</h3>\n\n\n\n<p><strong>July 20, 2022 7pm EDT / 23:00 UTC</strong><br /><a href=\"https://www.meetup.com/the-ottawa-wordpress-group/events/282146170/\"><strong>Gutenberg Blocks for Devs &#8211; Part 2</strong></a> with Rick Radko Ottawa Meetup</p>\n\n\n\n<p><strong>July 21, 2022 6 pm  EDT / 22:00</strong> <br /><a href=\"https://www.meetup.com/west-orlando-wordpress-meetup/events/286850309/\"><strong>What&#8217;s in WordPress 6.0 and in the works for WordPress 6.1</strong></a> with Birgit Pauli-Haack at West Orlando WordPress meetup </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <em>Comilla, Bangladesh by Tanvir Rahman Hridoy from the WordPress Photo Directory</em></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Jul 2022 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:63:\"WPTavern: Software Freedom Conservancy Calls for GitHub Boycott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135851\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/software-freedom-conservancy-calls-for-github-boycott\";s: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:6092:\"<p>The <a href=\"https://sfconservancy.org/\">Software Freedom Conservancy</a> (SFC),  a non-profit that provides infrastructure support for free and open source software projects, is urging developers to <a href=\"https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/\">stop using GitHub</a> and move their projects to other platforms. The organization has historically had a number of public grievances with GitHub, which it outlines on its <a href=\"https://giveupgithub.org/\">Give Up On GitHub site</a>. GitHub&#8217;s public <a href=\"https://wptavern.com/github-makes-copilot-available-to-the-public-for-10-month-free-for-students-and-open-source-project-maintainers\">launch of Copilot</a> last week was the final straw for SFC.</p>\n\n\n\n<p>&#8220;We are ending all our own uses of GitHub, and announcing a long-term plan to assist FOSS projects to migrate away from GitHub,&#8221; SFC Policy Fellow Bradley M. Kuhn said. &#8220;While we will not mandate our existing member projects to move at this time, we will no longer accept new member projects that do not have a long-term plan to migrate away from GitHub.&#8221;</p>\n\n\n\n<p>The SFC&#8217;s member projects include BusyBox, Git, Homebrew, OpenWrt, Buildbot, Houdini, and phpMyAdmin, to name a few. The organization is financially supported by Google, Mozilla, and Redhat, among others.</p>\n\n\n\n<p>Kuhn said the SFC has been actively communicating with Microsoft and GitHub for a year about concerns regarding Copilot. He claims GitHub ignored invitations to <a href=\"https://lists.copyleft.org/mailman/listinfo/ai-assist\">discussions</a> on <a href=\"https://sfconservancy.org/news/2022/feb/23/committee-ai-assisted-software-github-copilot/\">the moral implications of AI-assisted software</a>, and neglected to answer the SFC&#8217;s questions.</p>\n\n\n\n<p>&#8220;Launching a for-profit product that disrespects the FOSS community in the way Copilot does simply makes the weight of GitHub&#8217;s bad behavior too much to bear,&#8221; Kuhn said.</p>\n\n\n\n<p>Specifically, the SFC is demanding GitHub cite legal precedent for its former CEO&#8217;s claims that <a href=\"https://twitter.com/natfriedman/status/1409914420579344385\">“(1) training ML systems on public data is fair use, (2) the output belongs to the operator, just like with a compiler.”</a></p>\n\n\n\n<p>The two other questions the SFC could not obtain answers for are as follows:</p>\n\n\n\n<ul><li>If it is, as you claim, permissible to train the model (and allow users to generate code based on that model) on any code whatsoever and not be bound by any licensing terms, why did you choose to <strong>only</strong> train Copilot&#8217;s model on FOSS? For example, why are your Microsoft Windows and Office codebases not in your training set?</li><li>Can you provide a list of licenses, including names of copyright holders and/or names of Git repositories, that were in the training set used for Copilot? If not, why are you withholding this information from the community?</li></ul>\n\n\n\n<p>The SFC contends that Microsoft and GitHub are exploiting FOSS for profit and that its behavior, relative to its peers (Amazon, Atlassian, and GitLab), is markedly worse when it comes to supporting FOSS.</p>\n\n\n\n<p>&#8220;GitHub also has a record of ignoring, dismissing and/or belittling community complaints on so many issues, that we must urge all FOSS developers to leave GitHub as soon as they can,&#8221; Kuhn said.</p>\n\n\n\n<p>The SFC formed a committee earlier this year to <a href=\"https://sfconservancy.org/news/2022/feb/23/committee-ai-assisted-software-github-copilot/\">investigate copyleft implications of AI-assisted programming</a>. They are exploring a preliminary finding that <a href=\"https://lists.copyleft.org/pipermail/ai-assist/2022-June/000015.html\">AI-assisted software development can be done in a way that respects FOSS licenses</a>. </p>\n\n\n\n<p>&#8220;While Microsoft&#8217;s GitHub was the first mover in this area, by way of comparison, early reports suggest that Amazon&#8217;s new CodeWhisperer system <a href=\"https://www.theregister.com/2022/06/23/amazon_codewhisperer/\">(also launched last week)</a> seeks to provide proper attribution and licensing information for code suggestions,&#8221; Kuhn said.</p>\n\n\n\n<p>So far SFC&#8217;s call for action has received a tepid response. Although Copilot remains a controversial tool to many, its use of open source code is perceived differently by those who have embraced it as a utility.</p>\n\n\n\n<p>&#8220;It’s been really useful in beta when I had to make some config files in Ruby, which I rarely use and often forget,&#8221; software engineer Joe Mattiello <a href=\"https://twitter.com/JoeMattiello/status/1542920701887348737?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1542920701887348737%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D135851action%3Dedit\">said</a>.  &#8220;FOSS is give and take. The point of open-source is to be open. Though any projects that use non-commercial licenses shouldn’t be included if it’s a paid project.&#8221;</p>\n\n\n\n<p>Another prevailing opinion is that GitHub didn&#8217;t misuse open source software in training its AI on OSS projects but rather allowed AI to read the source code and learn from it. In this context, the SFC&#8217;s fervent crusade against GitHub for using shared code appears more absurd.</p>\n\n\n\n<p>For the time being, it appears the SFC is content to continue research with the help of its committee, but part of the organization&#8217;s work is to assist member projects in enforcing the terms of FLOSS licenses, <a href=\"https://wptavern.com/software-freedom-conservancy-receives-court-ruling-affirming-gpl-as-both-copyright-license-and-contractual-agreement\">including through litigation</a>. Its heavy focus on <a href=\"https://sfconservancy.org/copyleft-compliance/\">copyleft compliance</a>, including enforcement of the GPL, may come to bear on Copilot in the future, as the SFC&#8217;s committee learns more about the copyleft implications of AI-assisted programming.</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, 01 Jul 2022 22:23:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: WordPress Performance Team Revises Proposal for WebP by Default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/wordpress-performance-team-revises-proposal-for-webp-by-default\";s: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:7198:\"<p>One year ago, WordPress 5.8 introduced support for WebP, allowing users to upload and use WebP images in their content.&nbsp;In March 2022, the Performance Team moved to expand core support for the image format by <a href=\"https://wptavern.com/performance-team-proposes-enabling-webp-by-default-in-wordpress-6-0\">proposing WordPress enable WebP by default</a>. This would include generating WebP images for new JPEG uploads and using WebP images for website content. In April the controversial proposal was <a href=\"https://wptavern.com/wordpress-performance-team-puts-controversial-webp-by-default-proposal-on-hold-after-critical-feedback\">put on hold</a> after significant critical feedback.</p>\n\n\n\n<p>After months of research, the team has<a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\"> reassessed its approach</a> and summarized its findings. The concern about WebP compatibility doesn&#8217;t seem warranted, as <a href=\"https://github.com/WordPress/performance/issues/290\">research</a> shows more than 97% of web browsers are compatible, as are more than 97% of email clients. </p>\n\n\n\n<p>Mobile apps have strong compatibility with  iOS 14+ supporting WebP (older versions will be served JPEGs) and Android supporting WebP natively from Android 4.0. The team found all the top RSS readers support WebP. The only outlier in compatibility is Open Graph consumers, which have mixed support.</p>\n\n\n\n<p>One of the chief concerns from prior feedback was that the proposal has the potential to double the amount of disk space used for images, as it would generate WebP thumbnails in addition to the JPEG sub sizes. Performance team contributor Adam Silverstein shared the team&#8217;s findings after surveying hosting companies:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>To assess the overall&nbsp;<a href=\"https://github.com/WordPress/performance/issues/289\">impact of generating WebP images on site storage</a>, the team surveyed hosting providers. With a total of 17 responses, the&nbsp;<a href=\"https://docs.google.com/document/d/1_si5UPkjC9R5yPPL6FPWfx7jahB8GPb2lrxGpdigYDM/edit?usp=sharing\">results</a>&nbsp;show that the number of stored files is generally not an issue for most hosts/sites, although storage space could become an issue for some users over time. Still, for large hosts (with 1,000 or more hosted sites), the vast majority of sites (&gt; 86%) would be unaffected, even if their storage requirements doubled. We also learned that some lower-end hosting plans with limited storage also lack WebP support in their hosting stack, which means they won’t get extra image generation anyway.</p></blockquote>\n\n\n\n<p>There may be a few assumptions baked into the statement that &#8220;the number of stored files is generally not an issue for most hosts/sites.&#8221; Responses to the team&#8217;s survey indicated that 58% of users would be unaffected by a doubling of their storage requirements. Only 17 hosts were surveyed and the names of the companies were not included in the data. Even with an estimated 14% of sites at risk of being near capacity, this has the potential to impact millions of WordPress sites.</p>\n\n\n\n<p>The Performance team is proposing a few notable changes to address concerns, including <a href=\"https://github.com/WordPress/performance/issues/341\">providing a JavaScript snippet</a> that detects browsers that lack WebP support and loads JPEGs instead. Additional WebP by default revisions include the following:</p>\n\n\n\n<ul><li><strong>Automatically generating WebP versions of&nbsp;<em>only&nbsp;</em>core image sizes in 6.1 by default.</strong>&nbsp;Custom image sizes will initially have to opt in to receive automatically generated WebP versions, or opt out if they are exclusively used for special cases where WebP is not beneficial or supported.</li><li>Keeping secondary (WebP) sub-sizes&nbsp;<em>only</em>&nbsp;if they are smaller than the primary MIME type.</li><li>Only generating WebP images for image sizes that are intended for use in user-facing front-end content. This avoids wasting storage space for WebP images that will never be used.</li><li>Introducing a&nbsp;filter&nbsp;to control the generation of additional MIME types based on image sub-sizes. This enables developers to exclude certain image sizes, such as those that are not used in front-end content.&nbsp;</li></ul>\n\n\n\n<p>The proposal for WebP by default will only affect new images uploaded after its inclusion in core. It would not automatically generate WebP images for existing uploads. Users who want to convert past uploads would need to use&nbsp;WP-CLI&nbsp;or a&nbsp;plugin&nbsp;like Regenerate Thumbnails.</p>\n\n\n\n<p>Revisions to the proposal have so far received mixed feedback. Some are strongly in favor of the new approach and others encouraged the team to consider some of the practical implications for users who may be impacted.</p>\n\n\n\n<p>&#8220;One can’t simply say it’s OK because &#8216;the vast majority of sites (&gt; 86%) would be unaffected,\'&#8221; WordPress developer Jon Brown <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/#comment-43278\">said</a>. &#8220;First, 14% is terms of WordPress is a lot. We somehow need to keep supporting the 2.8% of sites still running&nbsp;PHP&nbsp;5.6, but 14% isn’t significant?</p>\n\n\n\n<p>&#8220;One needs to consider here not just IF, but HOW this 14% of sites will be affected, and not just today, but in the future as well. Will sites just have to smoothly upgrade storage, or will they run out of disk space and crash? Or backups suddenly start failing?&#8221;</p>\n\n\n\n<p>Multiple participants in the comments suggested WordPress look at adopting the more modern AVIF format, which has better quality and compression when compared to WebP.</p>\n\n\n\n<p>&#8220;Since this initiative is essentially a progressive&nbsp;enhancement, wouldn’t it make more sense to support next-gen formats like AVIF instead while gracefully falling back?&#8221; JavaScript developer Kevin Batdorf said. &#8220;Then browsers will fall into place as they add support over time.</p>\n\n\n\n<p>&#8220;Moving to WebP support feels like when WordPress added the&nbsp;REST API&nbsp;while everyone was starting to shift to GraphQL. REST is great, as is WebP, but it’s current gen tech and will feel stale fast.&#8221;</p>\n\n\n\n<p>Performance team contributor Bethany Chobanian Lang <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/#comment-43290\">said</a> AVIF is <a href=\"https://github.com/WordPress/performance/issues/11\">on their radar</a>, but its browser support is still lacking at less than 70% of the web. </p>\n\n\n\n<p>The conversation continues in the comments of the <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">update</a> and Silverstein also encouraged participation on the <a href=\"https://core.trac.wordpress.org/ticket/55443\">Trac ticket</a> for the revised approach. Performance team contributors aim to merge this change early in the 6.1 release cycle&nbsp;to get more testing.</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, 01 Jul 2022 19: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: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:54:\"Post Status: Open Secrets: Forced Updates 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:32:\"https://poststatus.com/?p=100202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/open-secrets-forced-updates-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"We\'ve seen forced updates become increasingly common and less controversial over time. But who decides, and how is that decision made? Are there unofficial channels and processes, like a decision tree, for escalating to a forced 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:\"Fri, 01 Jul 2022 14:56:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:73:\"Do The Woo Community: WooBits: WooCommerce Tutorials and an End of an Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://dothewoo.io/woobits-woocommerce-tutorials-and-an-end-of-an-era/\";s: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:431:\"<p>Awhile back I made the decision to not write anymore tutorials. Now I have taken that a step further and deleted all past tutorials.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woobits-woocommerce-tutorials-and-an-end-of-an-era/\">WooBits: WooCommerce Tutorials and an End of an Era</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jul 2022 09:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"Post Status: Coping With Downward Market Trends\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100168\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/coping-with-downward-market-trends/\";s: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:134:\"Post Status members discuss declining revenue — and how to offset it. How will the market slump affect acquisitions and sale prices?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jul 2022 09:01: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress Themes Team Releases New Plugin for Creating Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-themes-team-releases-new-plugin-for-creating-block-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3985:\"<img />photo credit: <a href=\"https://stocksnap.io/photo/paint-tube-YQBJGLGPPQ\">Artsy Crafty</a>\n\n\n\n<p>Two weeks ago, WordPress theme author Rich Tabor <a href=\"https://twitter.com/richard_tabor/status/1537397192549441536\">tweeted</a>, &#8220;Even with my theme developer hat on, I’m finding it easier and easier to create block themes ~ within ~ WordPress. I’m positive one day (soon) this will be the norm.&#8221; </p>\n\n\n\n<p>It looks like that day has arrived sooner than expected, as Automattic has had a team working on this capability for awhile. Today, a group of eight full-time sponsored Themes Team contributors <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">released</a> a plugin called <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> that can create standalone block themes and child themes inside the WordPress admin.</p>\n\n\n\n<p>The idea is that users can design their own themes using full-site editing features and then export their finished creation as a theme that can be installed on any other WordPress site. Ben Dwyer shared a video called <a href=\"https://automattic.design/2022/03/15/designing-a-theme-in-the-wordpress-editor/\">Designing a theme in the WordPress Editor</a> where designer Beatriz Fialho demonstrated the possibilities. She created a unique new theme using full-site editing features in just a couple of hours.</p>\n\n\n\n<p>The plugin offers a variety of exports for different use cases. Users can export their work in the following ways: </p>\n\n\n\n<ul><li>Export the active theme with user changes included</li><li>Export a child theme with the active theme as the parent theme</li><li>Export a clone a new theme based on the active theme with user changes</li><li>Overwrite the theme files to include the user changes as part of the theme</li><li>Export a blank theme into the site&#8217;s themes directory</li></ul>\n\n\n\n<p>All of these export options are available under <strong>Appearance &gt;&gt; Create Block Theme</strong>.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;This plugin is aimed at theme builders – both designers and developers,&#8221; Dwyer said in the announcement. &#8220;It is useful for sharing your designs between multiple sites or users. If you’re just building a site for yourself you probably don’t need it.&#8221;</p>\n\n\n\n<p>I tested the plugin with the child theme option and it worked as expected. I was able to install it on another site with its unique name and template changes instantly applied. The export screen allows users to give the theme a name, description, and author information, which is saved to the new theme&#8217;s style.css file.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;At the moment the UI of this plugin is totally separate from Gutenberg,&#8221; Dwyer said. &#8220;In time we expect more integration with the Site Editor UI, to make it easier to access these features.</p>\n\n\n\n<p>It would be helpful if the theme creation options allowed users to upload a unique screenshot that would be packaged with the theme download. I added this as an <a href=\"https://github.com/WordPress/create-block-theme/issues/74\">issue</a> on the plugin&#8217;s <a href=\"https://github.com/WordPress/create-block-theme\">GitHub repository</a>, where anyone is welcome to contribute.</p>\n\n\n\n<p>The Create Block Theme plugin makes designing and authoring a WordPress theme more approachable than ever before. It has the potential to rapidly increase the number of block themes available, if designers understand how to use it and submit their works to the Themes Directory. The Training Team is currently working on a course for <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> that will teach people how to create block themes using this plugin.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> was released under the WordPress.org plugins account and can be installed by searching for the plugin&#8217;s name in quotes.</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, 01 Jul 2022 00:39: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: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:118:\"Post Status: Exiting — and Reentry, Block Themes, GitHub Actions, and Assessing the Pandemic’s Impact on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://poststatus.com/exiting-and-reentry-block-themes-github-actions-and-assessing-the-pandemics-impact-on-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:488:\"The Post Status podcast picks of the week include two takes on selling businesses, going back to work for someone else, and then... Chris Coyier and Corey Maas tell their stories. • Daisy Olson has the lowdown on block themes. • <strong>Raquel Landefeld</strong> on the power of community. • <strong>Press the Issue</strong> launches a solidly journalistic WordPress podcast with <strong>Allie Nimmons</strong> investigating the pandemic\'s impact on WordCamps for the first episode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jul 2022 00:33: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: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: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:61:\"Post Status: Journaling Techniques That Will Change Your Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://poststatus.com/journaling-techniques-that-will-change-your-life/\";s: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:133:\"Kristen Wright, creator of “The Transformation Year” and two books on journaling explains how this practice can be life-changing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 23:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Gutenberg Times: Using Classic Widgets with Blocked-Based Themes: Introducing the Legacy Widget Block Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/using-classic-widgets-with-blocked-based-themes-introducing-the-legacy-widget-block-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3869:\"<p><em>What happens when a user activates a block theme while still relying on a widget from a third-party plugin?</em></p>\n\n\n\n<p>The answer is simple: the user no longer has access to that widget.</p>\n\n\n\n<p>That seemed to be a particular pain point in a <a href=\"https://wordpress.org/support/topic/not-widget-aware/\">one-star review of Twenty Twenty-Two</a>, WordPress&#8217; flagship theme for the year. The primary complaint was that it did not have built-in widget support. For those of us building with WordPress every day, this was the expected result. The theme is, after all, a block theme. It represents a new era that firmly splits itself from the old, shedding the weight of years of legacy baggage that existed with previous versions of WordPress. And, widgets are very much a part of that baggage.</p>\n\n\n\n<p>While I am often a fan of the &#8220;out with the old, in with the new&#8221; mantra, that is simply not the reality for the average WordPress users. Rebuilding their entire site is not something most do on a whim.</p>\n\n\n\n<p>My first thought while reading the review was that WordPress had a built-in Legacy Widget block. <em>Why not just use that?</em> Unbeknown to me at the time, or at least until I ran a quick test, this was never shipped outside of the block-based widgets editor. An earlier, pre-FSE <a href=\"https://github.com/WordPress/gutenberg/issues/24900\">decision scaled it back</a>. There are legitimate reasons to not include it by default in the other editing interfaces. Loading the extra widgets code does come at some performance cost. There are also no guarantees that all third-party widgets will play nicely within the block editor.</p>\n\n\n\n<p>At the time of the decision, the site editor did not exist, and widgets were never meant for use within post/page content. Perhaps we should reconsider the decision for the site editor if it becomes too much of a problem.</p>\n\n\n\n<p>In the meantime, I built a solution: <a href=\"https://wordpress.org/plugins/x3p0-legacy-widget/\">a plugin that enables the Legacy Widget block</a>.</p>\n\n\n\n<img />Adding the core Archives widget via the Legacy Widget block.\n\n\n\n<p>When I say I &#8220;built a solution,&#8221; what I really mean is that I copied the code from <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/#using-the-legacy-widget-block-in-other-block-editors-advanced\">existing documentation in the Developer Handbook</a> and turned it into a plugin. Thank you to whoever wrote the original snippets. All I needed to do was put a bit of custom CSS on top of things to smooth out some of the rougher parts of the UI. In particular, there was no clear separation of the widget options and the front-end output.</p>\n\n\n\n<p>I primarily tested the core widgets and those from old plugins of my own. However, it should work with most classic widgets. There are likely some exceptions where a specific widget has custom JavaScript that does not jive with the editor.</p>\n\n\n\n<p>The experience is not ideal. To work in an editor context, the Legacy Widget block is loaded via an iframe. Instead of widget options appearing in the editor toolbar or block inspector, they sit above the widget output, at least while the block is selected.</p>\n\n\n\n<p>Overall, this is more of a stopgap solution than a permanent one. The goal is for plugin authors to build block equivalents of their classic widgets (and shortcodes) as this new era of block themes arises.</p>\n\n\n\n<p>Unfortunately, I do not know if I helped the original user/reviewer. After a productive conversation that led to a potential fix for his issue, most of the topic replies were &#8220;archived&#8221; by one of the WordPress forum moderators. I can only hope that the user saw that the fix was live before that happened. If nothing else, maybe it helps someone else along 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, 30 Jun 2022 20:43: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: WordCamp US 2022 Tickets Now On Sale: Limited to 650 Attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-us-2022-tickets-now-on-sale-limited-to-650-attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1805:\"<p><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> will be hosting its first in-person event since 2019 in San Diego this year. The three-day event will run from September 9-11 at <a href=\"https://us.wordcamp.org/2022/town-and-country-san-deigo-to-host-wcus/\">Town and Country Resort</a>.</p>\n\n\n\n<p>Tickets went on sale today and are still available but likely to sell out soon. Unlike previous years, which had attendees number in the thousands, WCUS 2022 will be capped at 650 tickets sold. Organizers said this is to allow for adequate social distancing and to give the team better flexibility in case changes are necessary.</p>\n\n\n\n<p>Tickets will include lunch on Friday and Saturday as well as entry to Contributor Day on Sunday. It also includes admittance to the Saturday night after party and a commemorative t-shirt. WCUS will feature more than 30 speaker presentations and six workshops. Attendees will have the opportunity to network with fellow WordPress enthusiasts and approximately three dozen sponsors.</p>\n\n\n\n<p>WordCamp US 2022 is requiring all attendees to be vaccinated or test negative within 24 hours of the event. Masks will be required indoors and organizers have hired a company to enforce proper mask wearing and verify vaccination and testing.</p>\n\n\n\n<p>WCUS has negotiated a hotel block with a reduced rate ($199/night) at the Town and Country Resort. A reservation link will be published July 7.</p>\n\n\n\n<p>There were only <a href=\"https://us.wordcamp.org/2022/tickets/\">50 tickets remaining</a> at the time of publishing. Speakers have not yet been announced. Volunteers and speakers will receive a free ticket but are advised to buy one just in case and will be able to receive a full refund. Sponsors and organizers do not need to purchase a ticket.</p>\n\n\n\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:\"Thu, 30 Jun 2022 17:58:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"WordPress.org blog: People of WordPress: Leo Gopal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s: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:9565:\"<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" />\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" />\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" /><em>Leo speaking at a WordCamp</em> Cape Town, 2016\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" /><em>Leo speaking at a WordCamp</em> Cape Town, 2019\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\"https://profiles.wordpress.org/leogopal/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>leogopal</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s: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:80:\"Do The Woo Community: Hosting and WooCommerce Perspectives with Daugirdas Jankus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/hosting-and-woocommerce-perspectives-with-daugirdas-jankus/\";s: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:440:\"<p>Daugirdas Jankus from Hostinger shares a bit of hosting history, thoughts on WooCommerce and the challenges that come with it.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/hosting-and-woocommerce-perspectives-with-daugirdas-jankus/\">Hosting and WooCommerce Perspectives with Daugirdas Jankus</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 09:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Post Status: Feedback Requested: Proposed Rollback Feature in 6.1, Performance Team Hosting Stats, and Recording Five for the Future Contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99938\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/feedback-requested-proposed-rollback-feature-in-6-1-performance-team-hosting-stats-and-recording-five-for-the-future-contributions/\";s: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:198:\"Get the scoop on planning for the WordPress 6.1 release, and help test its proposed plugin Rollback feature. There are also many calls for feedback from the Performance team and Five for the Future.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Jun 2022 22:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: WordPress Contributors Propose Improving Block Themes’ Visibility in the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-contributors-propose-improving-block-themes-visibility-in-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5609:\"<p>WordPress theme authors and contributors from the Themes team are exploring ways to make block themes more prominent on the official directory. These are themes that are specifically tagged with <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">support for full-site editing</a>. Despite WordPress having a block theme for its most recent default theme, authors have been slow to create more. There are currently only 86 themes that support the full range of WordPress site editing capabilities. </p>\n\n\n\n<p>A meta trac <a href=\"https://meta.trac.wordpress.org/ticket/6330\">ticket</a> opened five weeks ago proposes giving block themes priority in the directory. Themes Team contributor Sandilya Kafle kicked off the discussion with two ideas:</p>\n\n\n\n<ul><li>Add a new tab in the theme repository ( Popular, Latest, Block)</li><li>Change the popular themes algorithm and add 1 block theme in 1 out of 10 popular themes.</li></ul>\n\n\n\n<img />Proposal to add Block to the menu on the Themes Directory\n\n\n\n<p>&#8220;There might be some other way to encourage block theme authors to contribute more,&#8221; Kafle said.</p>\n\n\n\n<p>&#8220;We don&#8217;t need this always, but we can try this for at least one year and see how it will go. Block themes need some attention and encouragement. Only very few FSE themes are maintained properly.&#8221;</p>\n\n\n\n<p>The idea received immediate pushback from WordPress contributor Joy Reynolds.</p>\n\n\n\n<p>&#8220;If block themes are the future and are better and easier, they&nbsp;<strong>don&#8217;t</strong>&nbsp;need any extra promotion,&#8221; Reynolds said. &#8220;Since the WP software handles both, it is very disrespectful to the authors that followed all the rules to build up their placement in the repository, for WP to suddenly give the new type an advantage. (The site editor still has a &#8220;beta&#8221; label.) All themes should be treated equally.&#8221;</p>\n\n\n\n<p>Automattic-sponsored Themes Team contributor Sarah Norris was more amenable to the idea, <a href=\"https://meta.trac.wordpress.org/ticket/6330#comment:2\">noting</a> that block themes are &#8220;a different type of theme from classic themes and enable so many different features.&#8221; She said putting &#8216;Block&#8217; in the Themes Directory menu next to &#8216;Latest&#8217; would be &#8220;a good, small first step.&#8221;</p>\n\n\n\n<p>WordPress theme author Rich Tabor addressed the criticism of the proposal and reframed it to be more about improving the visibility of block themes.</p>\n\n\n\n<p>&#8220;I don&#8217;t think that <em>priority</em> is quite the correct context,&#8221; Tabor contended. &#8220;Block themes are categorically different than &#8216;classic&#8217; themes, because of the nature of the theme, the Site Editor experience, and Global Styles.</p>\n\n\n\n<p>&#8220;It&#8217;s not that we should prioritize block themes, but rather indicate that these are a new class of themes that diverge from the classic theme WordPress experience. If someone unknowingly switches from a block theme (like the default Twenty Twenty-Two theme) to a classic theme, they will lose the core WordPress functionality that they may be familiar with/reliant on.&#8221;</p>\n\n\n\n<p>Currently, the list of FSE themes is buried three clicks deep. These are the themes that work with all the latest capabilities of WordPress and they should not be this difficult to find. Users have to know to go to the &#8216;features filter&#8217; menu item, select &#8216;full-site editing,&#8217; and then click &#8216;apply.&#8217; Not everyone who uses the Themes Directory will understand the limitations of legacy themes when selecting a theme.</p>\n\n\n\n<p>&#8220;Last week in the FSE hangout, we also discussed the issue of block themes not getting featured in the theme repository,&#8221; theme and block developer Ellen Bauer <a href=\"https://meta.trac.wordpress.org/ticket/6330#comment:5\">commented</a> on the ticket. &#8220;As a result, users simply don&#8217;t know that WordPress is introducing these new themes along with Full Site Editing features. I don&#8217;t think this is beneficial for WordPress.&#8221;</p>\n\n\n\n<p>Bauer proposed an even more bold approach to featuring FSE themes, which mirrors the design in the Plugins Directory. This approach would prominently display block themes above classic themes at the top of the page.</p>\n\n\n\n<p>&#8220;We can add a similar second section on the theme page in the same fashion as on the plugin page with &#8216;Block-Enabled Plugins&#8217;,&#8221; she proposed. &#8220;So we could add &#8216;Block Themes&#8217; or &#8216;Full Site Editing-enabled Themes&#8217; above the regular theme list. This would add to a consistent experience between searching for plugins and themes, which make sense to me.&#8221; </p>\n\n\n\n<p>WordPress lead developer Dion Hulse weighed in on the technical challenges of the solutions proposed and concluded that re-doing the front page of the directory would likely be the best way to solve the needs communicated in the ticket. He updated the headers for the <a href=\"https://github.com/WordPress/theme-directory-env\">WordPress Theme Directory &#8211; Local development environment</a> and <a href=\"https://github.com/WordPress/theme-directory-env/blob/trunk/README.md#development\">added development notes to the readme</a> for getting started, if contributors want to work on the project.</p>\n\n\n\n<p>The <a href=\"https://meta.trac.wordpress.org/ticket/6330\">ticket</a> is still open for discussion for anyone who wants to add feedback or jump in on contributing to this improvement to the Themes Directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2022 21:16:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: #32 – Daisy Olsen on Why You Should Try Out Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=135658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/podcast/32-daisy-olsen-on-why-you-should-try-out-block-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37650:\"<p>On the podcast today we have <a href=\"https://daisyonwp.com/\">Daisy Olsen</a>.</p>\n\n\n\n<p>Daisy works for Automattic as a Developer Relations contributor on the WordPress Project. She’s been working with WordPress since 2007 and during that time has worn many hats, including speaking at WordCamps in New York City, Boston and Chicago, as well as helping to organise the first WordCamp Boston in 2010.</p>\n\n\n\n<p>I met up with Daisy at the recent WordCamp Europe to discuss the newly arrived block themes. She was giving a workshop there in which she taught attendees how to create a block theme from scratch. As you’ll hear in the podcast, it was a great success.</p>\n\n\n\n<p>We talk about what a block theme is and how it differs from the ‘classic’ themes that have been used in WordPress in recent years. What are the advantages of moving over to block themes, and what additional features and functionality do they present for WordPress websites?</p>\n\n\n\n<p>As block themes are new, we get into how there’s still a lot of work to be done to make the experience of working with them as easy as it might be, and where those improvements are most needed.</p>\n\n\n\n<p>We round off by talking about the new technologies that need to be learned, and whether or not you need new tools to get up and running with block themes.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://daisyonwp.com/\">Daisy&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/\">Block Editor Handbook</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/themes/\">Theme Handbook</a></p>\n\n\n\n<p><a href=\"https://fullsiteediting.com/\">Full Site Editing website</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Juke box is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the community, and in this case block-based themes.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you. And hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and fill out the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Daisy Olsen. Daisy works for Automattic as a developer relations contributor on the WordPress project. She&#8217;s been working with WordPress since 2007. And during that time has worn many hats, including speaking at WordCamps in New York City, Boston and Chicago, as well as helping to organize the first WordCamp Boston in 2010.</p>\n\n\n\n<p>I met up with Daisy at the recent WordCamp Europe to discuss the newly arrived block themes. She was giving a workshop there in which she was teaching how to create a block theme from scratch. As you&#8217;ll hear in the podcast, it was a great success. We talk about what a block theme is and how it differs from classic themes that have been used in WordPress&#8217;s recent past.</p>\n\n\n\n<p>What are the advantages of moving over to block themes and what additional features and functionality do they present for WordPress websites? As block themes are new, we get into how there&#8217;s still a lot of work to be done to make the experience of using them as easy as it might be. And where those improvements are most needed.</p>\n\n\n\n<p>We round off by talking about the new technologies that need to be learned and whether or not you need new tools to get up and running with block themes.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise. But that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air conditioning, and whilst the podcasts are certainly more than listable. I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. And there you&#8217;ll find all the other episodes as well. And so without further delay, I bring you Daisy Olsen.</p>\n\n\n\n<p>I am joined on the podcast today by Daisy Olson. Hello Daisy.</p>\n\n\n\n<p>[00:03:19] <strong>Daisy Olsen:</strong> Hello. So nice to be here with you today.</p>\n\n\n\n<p>[00:03:21] <strong>Nathan Wrigley:</strong> Thank you so much. Joining us in the Super Bock Arena, we&#8217;re actually at WordCamp EU 2022, and you&#8217;ve had a workshop or have?</p>\n\n\n\n<p>[00:03:32] <strong>Daisy Olsen:</strong> I had it yesterday, yes. Watch for that video to be made available at some point on WordPress TV.</p>\n\n\n\n<p>So I took a group of about 80 people that signed up for this workshop through the process of creating a very simple block theme from nothing. We created it from scratch.</p>\n\n\n\n<p>[00:03:52] <strong>Nathan Wrigley:</strong> Did you get some interesting insights?</p>\n\n\n\n<p>[00:03:54] <strong>Daisy Olsen:</strong> A few, yes. There are things yet to be worked out as far as making the process smooth. But we did indeed actually manage to get a working theme activated and installed on a site, in two hours.</p>\n\n\n\n<p>[00:04:09] <strong>Nathan Wrigley:</strong> Yeah, I wondered if it was a two way process. In other words, you were obviously trying to educate the audience, but also maybe there&#8217;s the reverse process where their failure or lack of failure, their success, that&#8217;s a better word, indicates to you that either things are working or need to be looked at in the future and you can feed back that to the relevant teams.</p>\n\n\n\n<p>[00:04:26] <strong>Daisy Olsen:</strong> Absolutely, and that&#8217;s a big part of my role is to, as a developer relations, and a developer advocate in the community is to work with the developers and also bring that feedback to the development team so that they can make it actionable.</p>\n\n\n\n<p>So if we find the same problem is coming up again and again, a pain point or maybe a workflow issue or a UI issue where people getting stuck, then that&#8217;s something that I can then bring back and figure out what&#8217;s next.</p>\n\n\n\n<p>[00:04:57] <strong>Nathan Wrigley:</strong> Eighty people as well. You must have been pleased with that.</p>\n\n\n\n<p>[00:05:00] <strong>Daisy Olsen:</strong> It sold out very quickly. I think a lot of attendees are quite interested in the topic.</p>\n\n\n\n<p>[00:05:04] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m imagining the reason for that is for the longest time, themes have been themes have been themes. There&#8217;s just been themes, variety of different themes, but they&#8217;ve all behaved in similar ways. Until very recently when a new theme type came on the horizon and we&#8217;ve got now a block based theme.</p>\n\n\n\n<p>I&#8217;m imagining that most of the people that are listening to this podcast have not come into contact with it. I could be wrong about that, but the listenership is fairly broad. So I think we need to do a job of saying what a block based theme is. So I&#8217;m gonna hand that over to you. What is a block based theme?</p>\n\n\n\n<p>[00:05:39] <strong>Daisy Olsen:</strong> All right, so you&#8217;re right, the themes, as we know them have stayed the same since around, I think it was 2005 that the themeing engine was introduced to WordPress. And before that we had, it was just a template effectively. Like you could hack it, and you could change the CSS, but it was effectively changing Core files.</p>\n\n\n\n<p>So we introduced the theme engine, which has remained basically the same ever since. So we have hooks and filters and actions and all of the things that we&#8217;re used to working with the PHP for WordPress. And you can take that first default theme that came with, it was called, I think it&#8217;s just called default, often referred to as Kubrick. You can still install it today and it&#8217;ll still work.</p>\n\n\n\n<p>So we have a long history of backward compatibility, but now we&#8217;re introducing this new way of considering themes as being blocks. So we work with blocks in our content and we&#8217;ve grown accustomed to that over the last five years, four years, something like that. And now we&#8217;re starting to move out of just the content area into the other parts of the site. So you hear a lot about full site editing. Block themes are in addition to that.</p>\n\n\n\n<p>So full site editing allows us to work within WordPress as our development tool to build the entire site, not only the content area. And this is really it&#8217;s really exciting, but it can also cause some nerves because it&#8217;s such a different paradigm from what we&#8217;ve had in the past. So instead of having a header and a footer file, well, now we will have something called template parts.</p>\n\n\n\n<p>we have had template parts, but they were an unofficial thing that was used frequently in theming. Now it&#8217;s really integral to the theme engine. If you want to have a sidebar, instead of having a sidebar that you register, as we have done in the past, now you would just have another template part that you would place in a sidebar or wherever else you wanted it to be.</p>\n\n\n\n<p>[00:07:38] <strong>Nathan Wrigley:</strong> Yeah. it&#8217;s quite a big change and whilst it&#8217;s not irreversible, it is toggleable. And what I mean by that is, if you go down the route of block themes, then you are gonna be using a block theme during the time you&#8217;ve got it switched on. There isn&#8217;t a, we&#8217;re gonna use the term classic theme. You can&#8217;t mix and match classic themes on the same site at the same time, but you certainly can use classic themes on a site and use the new block based themes, but you have to choose one or the other at any particular moment.</p>\n\n\n\n<p>[00:08:09] <strong>Daisy Olsen:</strong> Well, yes, however you can have what&#8217;s called a hybrid theme that will include both elements of the classic theme engine and also the block theme engine. So if you have a site that you wanted to adopt block theming gradually, there&#8217;s a mechanism to come in more slowly. You can do as little as adding a theme dot json file to activate the template editor, and then you can create full site templates for your site. So you, it&#8217;s a new way of creating custom pages.</p>\n\n\n\n<p>Or you can activate the site editor with a directory in your theme that&#8217;s called templates and then an index.html. The gotcha there, of course, is that you are then replacing your index dot PHP file with blocks. So that would be the first thing that you would convert. But all of your other PHP templates would remain intact until you replace them with an HTML file.</p>\n\n\n\n<p>So what it means is you can not have to go all in.</p>\n\n\n\n<p>[00:09:05] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:09:05] <strong>Daisy Olsen:</strong> You can adopt it gradually, which I think is a huge win because it&#8217;s hard to change your tooling and not all of your clients, if you&#8217;re working in an agency setting are going to be ready for a full redesign, but they might be ready to start to move in that direction.</p>\n\n\n\n<p>[00:09:20] <strong>Nathan Wrigley:</strong> So just to be clear, there is still, and there, as far as I&#8217;m aware, there always will be backwards compatibility. The theme that you&#8217;ve got last year will always work. So the sky is not falling in. Don&#8217;t worry.</p>\n\n\n\n<p>[00:09:32] <strong>Daisy Olsen:</strong> No, there is no plan to fully deprecate the existing theme engine.</p>\n\n\n\n<p>[00:09:37] <strong>Nathan Wrigley:</strong> So we can still use Kubrick? That&#8217;s all I needed to know. So, on a high level, give us the one or two advantages, which you&#8217;ve perceived over the last few years, not years, months, about going to block based themes. In other words, if I&#8217;m a regular WordPress user, I&#8217;ve got a theme it&#8217;s being updated. I&#8217;m happy with it. It&#8217;s secure. What are the compelling reasons why you would say, at least go and have a look, go and explore block based themes. Sell it to us.</p>\n\n\n\n<p>[00:10:02] <strong>Daisy Olsen:</strong> So I think the number one benefit would be rapid development. You can start really quickly. If you understand how to use the block editor in WordPress, you&#8217;re probably gonna be okay creating a theme because the majority of the work is actually done within WordPress. There is some other work still that you do manually in, theme dot json, and you may still end up using custom styles because you can&#8217;t do everything from a configuration file.</p>\n\n\n\n<p>But the majority of it is just creating your blocks. Not creating blocks, like the block would already exist on your site, but to use the blocks that are available to you in your site. And a big question often is, do I need to know React in order to do this? And you absolutely don&#8217;t If you&#8217;re going to work on Core WordPress and you&#8217;re gonna help create WordPress itself, then React is pretty useful. But you can actually do a lot without very much or any React knowledge, especially in the theming area.</p>\n\n\n\n<p>[00:11:01] <strong>Nathan Wrigley:</strong> You touched earlier upon the parts of a WordPress theme, classically, you mentioned the header and the footer, and whilst for developers, those are very much in play for most users., I imagine it was just a case of you picked a menu item and the theme chose where that would go and so on and so forth.</p>\n\n\n\n<p>Yeah. That&#8217;s all up for grabs now, because it&#8217;s block based, you can put it literally in the middle of the content, if you want. So you can put anything, anywhere and surround it by anything. You could put buttons above the menu, below the menu. Text here, there, and everywhere. In other words, it&#8217;s completely up to you, what you do with it.</p>\n\n\n\n<p>I don&#8217;t know if that point ever got through to me until I started playing with it. But just the idea that you could literally build your header with any block, put anything, anywhere. I mean, images in the header, who knows why, but you could do all of that.</p>\n\n\n\n<p>[00:11:48] <strong>Daisy Olsen:</strong> Yeah, in fact, so the theme we created yesterday was the 2010 theme. And it does have an image in the header. You can change it, but it is there. And. I don&#8217;t know, some people might like to have an image in their header.</p>\n\n\n\n<p>[00:12:02] <strong>Nathan Wrigley:</strong> Yeah. Yeah. Why not? But the point being that image could be anything else. Just imagine the array of blocks, which every time you open the block inserter, all of those can be into play, and I guess traditionally, you&#8217;re just gonna be going for something like a navigation block.</p>\n\n\n\n<p>Let&#8217;s talk about the UI. Where we&#8217;re at the moment. Because when I last played with block based themes, I was caught a little bit short by the way it was set up. Because we are very much used to the appearance menu item in the WordPress admin area. All that&#8217;s gone. Now we just have the option to edit the theme. We are left with all of those things that we&#8217;re familiar with, selecting menus and things like that. All gone.</p>\n\n\n\n<p>You now do it inside of the block editor. How do you feel all of that&#8217;s going? How do you feel that the UI for all of that is progressing? I know it&#8217;s a work in play. Today it will be different from next week, probably by the time this podcast goes out, there&#8217;ll have been changes made, but it feels like at the minute, almost like a more difficult thing to use than what we&#8217;ve got at the moment.</p>\n\n\n\n<p>[00:12:59] <strong>Daisy Olsen:</strong> I think that there are some benefits. I think that it&#8217;s coming a long way very quickly. There are some things that it takes a minute to figure out exactly how to work with it. Sometimes there&#8217;s a little frustration. It&#8217;s new. Anytime you have a new user interface, it&#8217;s going to take a little while to get used to it. And honestly, the design teams on the project are always working to make it more intuitive. To remove as much friction as possible.</p>\n\n\n\n<p>And I think that it&#8217;s come a long way. An example of that is if you&#8217;re not using this, you definitely should. The list view on any block editor screen to open that, and you can get a, like a tree view of where all of the blocks in your editor. And this is available in content areas. It&#8217;s available in the template editor. It&#8217;s available in the site editor. I use it always. It is how I select my blocks before I start working with them, so.</p>\n\n\n\n<p>[00:13:52] <strong>Nathan Wrigley:</strong> The muscle memory has now kicked in for me so that&#8217;s never closed. It just seems pointless not having it there. I guess the only constraint would be the width of the view that you&#8217;ve got at that particular moment. Cause it does consume, a fifth of a typical monitor or something.</p>\n\n\n\n<p>[00:14:05] <strong>Daisy Olsen:</strong> Yes, it does. It is fairly wide. And then if you also have the block side bar open then that takes up another bit of space.</p>\n\n\n\n<p>[00:14:12] <strong>Nathan Wrigley:</strong> So you build out things like the header. Let&#8217;s just describe the way that looks. Let&#8217;s go for the navigation block. If you drop the navigation block in, to enable the sitewide navigation, where you decide to put it, doesn&#8217;t really matter, but we&#8217;ve got it somewhere in the top. Let&#8217;s say it&#8217;s in the header. How do you actually construct what&#8217;s in the menu?</p>\n\n\n\n<p>[00:14:29] <strong>Daisy Olsen:</strong> You can add more blocks inside the navigation block. So what we have is if you&#8217;re familiar with group blocks or columns block, you can add more blocks inside of blocks. And that is basically the mechanism that we can use when working with the block editor to create really complex designs.</p>\n\n\n\n<p>Once you&#8217;re familiar with what&#8217;s available to you, you can do a lot with it. But there is a learning curve. You start to learn like when you should use a row block or a column block or a stack block, or just a group. And what controls are available to you to make it the design that you want. And then it&#8217;s all built with some responsivity built into it. So it will usually gracefully collapse down into a mobile view.</p>\n\n\n\n<p>[00:15:15] <strong>Nathan Wrigley:</strong> Have you noticed over time, I know that there&#8217;s a lot of flux and a lot of change. Do any of these blocks, have they changed periodically in ways which have broken things? In other words you&#8217;ve got a site today which is working and you view it a little bit later, things have updated, the block has updated now it&#8217;s not working in the theme in the way that you&#8217;d anticipated.</p>\n\n\n\n<p>[00:15:34] <strong>Daisy Olsen:</strong> Yeah. The correct way to change a block&#8217;s markup is to deprecate the markup from that block. So it still will translate into its new version and not give you errors.</p>\n\n\n\n<p>However, it is possible that a class has changed or something has changed that maybe a theme has tagged onto that could change the way that it appears. But theoretically, if the blocks are being modified in the correct way, and this is for both Core blocks and custom blocks, then they shouldn&#8217;t break on an update, but they might change an appearance a little bit if that sort of change happens. But for Core blocks, at least they make a really big effort to avoid that as much as possible.</p>\n\n\n\n<p>[00:16:14] <strong>Nathan Wrigley:</strong> Yeah, that was another thought on my radar was the idea of proprietary blocks, which are not Core whether or not that might disrupt things. There&#8217;s no oversight into how they will behave over time. Maybe you&#8217;ll need to be contacting their support to figure out if they break things.</p>\n\n\n\n<p>[00:16:28] <strong>Daisy Olsen:</strong> That is always a possibility. We do have best practices, but there&#8217;s nothing to say that they&#8217;re going to be followed.</p>\n\n\n\n<p>[00:16:33] <strong>Nathan Wrigley:</strong> Okay. So yesterday you mentioned these 80 people, did you get all of them up and running?</p>\n\n\n\n<p>[00:16:39] <strong>Daisy Olsen:</strong> I can&#8217;t say for sure. We didn&#8217;t exactly go around and check.</p>\n\n\n\n<p>[00:16:42] <strong>Nathan Wrigley:</strong> It felt good though?</p>\n\n\n\n<p>[00:16:43] <strong>Daisy Olsen:</strong> It felt good. Yeah. Yeah.</p>\n\n\n\n<p>[00:16:45] <strong>Nathan Wrigley:</strong> Okay, so the next question here is the 80 people in there are probably not the typical users, because they&#8217;ve turned up to WordCamp Europe. They&#8217;re fairly into WordPress. Let&#8217;s put it that way. Do you get any sort of feedback as to how this is going for the more typical user?</p>\n\n\n\n<p>And when I say the more typical user, what I actually mean is the non-technical user. The user who literally wants to log in, create a post, click publish, log out. It&#8217;s a business website. It&#8217;s something that they need to do, but they&#8217;re not necessarily interested in WordPress at all.</p>\n\n\n\n<p>[00:17:14] <strong>Daisy Olsen:</strong> Sure. So I think that the bar is lowered for that type of a user to then be able to adjust things in their site that they never would&#8217;ve been able to before. Now, there&#8217;s maybe sometimes when you don&#8217;t want to give that type of user that control. If you&#8217;re the one that created a beautiful website for a client, you might not want them to be able to edit the design. But if you are working with, we could maybe call them a power user. As far as content creation goes, I would say that they would be able then to go into their header and make a change and not have to contact a developer for that.</p>\n\n\n\n<p>But I think that most of the, like the ones that really want to just do their content, just write a blog post, they&#8217;re mostly using paragraph blocks and image blocks. They&#8217;re probably still gonna go back to their developer for a lot of those kinds of changes.</p>\n\n\n\n<p>[00:18:05] <strong>Nathan Wrigley:</strong> If people were keen to learn, do you communicate with the Learn team? Are there resources being made or resources in the pipeline to help with all of this?</p>\n\n\n\n<p>[00:18:13] <strong>Daisy Olsen:</strong> Absolutely. So there are a number of courses, workshops, videos, text based tutorials in the works. They are time consuming to create but they are in process.</p>\n\n\n\n<p>[00:18:24] <strong>Nathan Wrigley:</strong> And I&#8217;m guessing that&#8217;s completely in flux. That they need to be revisited fairly regularly.</p>\n\n\n\n<p>[00:18:28] <strong>Daisy Olsen:</strong> Yeah, things change. The Gutenberg plugin, which is what ultimately feeds into Core, updates every two weeks. So we have changes to things very frequently at that point. In Core, it changes every version, just like it always has, but it changes in batches in Core. So we see a lot of change all at once, but if you&#8217;ve been familiar with using the plugin, then you would see those changes more frequently and gradually.</p>\n\n\n\n<p>[00:18:53] <strong>Nathan Wrigley:</strong> Now you mentioned that a typical user doesn&#8217;t need to modify any tooling. There&#8217;s nothing complicated here. You don&#8217;t need to get your head into React and all of that kind of stuff. But let&#8217;s say that you are a themer who isn&#8217;t yet to explore all of this, and you really wanna push the boundaries. Are there any new things that need to be learned in order to really make it your own and to really modify things and make it unique, and, well, let&#8217;s say commercial.</p>\n\n\n\n<p>[00:19:17] <strong>Daisy Olsen:</strong> So if you really want to get started quickly and you could go and create all your files manually. It doesn&#8217;t actually take that many files to do it, but you need to know where to start. But if you&#8217;d like to get a little jumpstart on it, Carolina Nymark has created a tool to generate a theme. It&#8217;s pretty neat. And I believe that it&#8217;s at the um, URLs fullsiteediting.com.</p>\n\n\n\n<p>And you fill in a form and then it creates the theme for you. You download it. So then you can have a starting point. And, you know, you work from the files that it gives you, you get a feel for what makes it tick. And you can make it your own.</p>\n\n\n\n<p>[00:19:56] <strong>Nathan Wrigley:</strong> I&#8217;m guessing that you are in touch with the theming community pretty closely.</p>\n\n\n\n<p>[00:20:00] <strong>Daisy Olsen:</strong> Yes. Yeah.</p>\n\n\n\n<p>[00:20:01] <strong>Nathan Wrigley:</strong> So, how&#8217;s the feedback? Is there general excitement? Are we at that point where half of them are not sure half of them are excited? Where are we at now? I imagine a few months ago it was different. And a few months before that it was different and maybe the tide is going in one direction. I don&#8217;t know.</p>\n\n\n\n<p>[00:20:15] <strong>Daisy Olsen:</strong> Yeah. So I think they&#8217;re all trying to figure out where they need to be. Obviously if you&#8217;re in the commercial theme market, you&#8217;re trying to make sure that you&#8217;re gonna be where you need to be when things change. And so I have talked to a few people that have been like, should we do this now? I have a hundred themes commercially available.</p>\n\n\n\n<p>Should I be adopting block themes now? And my advice probably right now is to start working with them. Get familiar. It might not be quite ready to jump all in on it, but definitely be moving in that direction and you&#8217;ll be in good shape for when the tooling is a little more mature.</p>\n\n\n\n<p>[00:20:53] <strong>Nathan Wrigley:</strong> So why is that? Is it because their users are not yet at the point where they&#8217;re happy to do that? Or is it just too experimental?</p>\n\n\n\n<p>[00:21:01] <strong>Daisy Olsen:</strong> I would say that, so there is some effort being made into locking things down so that you are only giving access to the things that you want to give access to. This is particularly useful for agency work, where you might not want them to be able to go and do certain things. Like you might not want to allow them to use the color picker, for example. Or you might only want to give them access to certain colors in certain spaces. We can lock that. You might have block patterns, which are very cool. And if you don&#8217;t know about them, you should learn.</p>\n\n\n\n<p>And you can lock the position of the blocks so that they maybe can&#8217;t be moved or they can&#8217;t be removed from the pattern, once it&#8217;s been inserted. So there is a lot of really interesting things coming and, it&#8217;s a good time to get familiar and then try to keep up with it as it changes. you can build a block theme now and it would work perfectly fine.</p>\n\n\n\n<p>[00:21:56] <strong>Nathan Wrigley:</strong> How&#8217;s the theme directory shaping up with the new block themes. I know the numbers were very small and then more got added. I haven&#8217;t looked at it for weeks and weeks, so maybe it&#8217;s positive.</p>\n\n\n\n<p>[00:22:05] <strong>Daisy Olsen:</strong> I don&#8217;t actually know the current number, but it has definitely grown. And we&#8217;re seeing some prominent figures in the community start to add themes.</p>\n\n\n\n<p>[00:22:13] <strong>Nathan Wrigley:</strong> Yeah</p>\n\n\n\n<p>[00:22:13] <strong>Daisy Olsen:</strong> Which is pretty exciting to see.</p>\n\n\n\n<p>[00:22:16] <strong>Nathan Wrigley:</strong> What was your take on the default theme for WordPress? I think it was 5.9 becoming a block based theme. Some sort of pushback in the community. Suddenly there was this theme and if you installed a new version of WordPress, obviously the new default theme becomes the theme and that cognitive dissonance of logging into a website for the first time and, hang on where have all the items gone.</p>\n\n\n\n<p>Where&#8217;s all the bits and pieces. I guess, at some point that needed to occur, but there seemed to be some sort of outcry of couldn&#8217;t we have just had this as a choice, as opposed to a every version of WordPress by default from now on will be block based.</p>\n\n\n\n<p>[00:22:47] <strong>Daisy Olsen:</strong> I guess the choice is that you either drag it out or you just start. And they landed at just start. And I think there&#8217;s a lot to learn. I think that the theme that is default for WordPress is there in order to be a a learning tool. I mean, you can obviously use it as your design, but a lot of it is about demonstrating what can be done with your theme, almost like a playground.</p>\n\n\n\n<p>So you can open up the files and see what makes it work. I learned some things from the 2022 theme that I would never have come up with on my own, but it was a creative solution to a problem.</p>\n\n\n\n<p>[00:23:24] <strong>Nathan Wrigley:</strong> That&#8217;s a beautiful theme.</p>\n\n\n\n<p>[00:23:25] <strong>Daisy Olsen:</strong> It is beautiful. I love the birds and black, very nice. And there are some other color schemes in there. And the other thing is that with 6.0, we added some new features. And they were integrated into the default theme. So now it still looks the same, basically behaves the same, but maybe some of the mechanism used to do some of the work have shifted into the newer version. So it has already even been updated.</p>\n\n\n\n<p>[00:23:51] <strong>Nathan Wrigley:</strong> A little while ago, you talked about patterns and your eyes lit up. And the idea of patterns and themes is not one that necessarily occurred to me before. I&#8217;m thinking of, I ought to be throwing in just individual blocks and building on it myself. But of course the patterns could encompass all of the bits, preconfigured that you would need for a header say.</p>\n\n\n\n<p>And I&#8217;m guessing that&#8217;s a space, which is gonna mature and people are gonna come up with header patterns and footer patterns and typical use patterns, which might fit beautifully inside of a theme.</p>\n\n\n\n<p>[00:24:18] <strong>Daisy Olsen:</strong> Yes, so we have a pattern directory. That&#8217;s part of the wordpress.org network of sites. And these are users submitted patterns. You can create it using a block editor right on that site. They&#8217;re moderated, so we keep inappropriate content out of the system. And then others can use these patterns and it&#8217;s only Core blocks at this time. But if they want to use this pattern that someone else created, it&#8217;s very easy to pull it into their site.</p>\n\n\n\n<p>And you can actually use the block inserter, right from your own site to pull in any of the patterns that have been shared in this directory.</p>\n\n\n\n<p>[00:24:54] <strong>Nathan Wrigley:</strong> Yeah. I think that&#8217;s just a unique byproduct of the way I typically do things. I start with the blank canvas, and build it up myself, but the idea of short circuiting, that process. There&#8217;s a pattern looks good. Let&#8217;s try it out. Click the button. Nope. Next one. Try that. And you&#8217;ve just made a lot less work for yourself.</p>\n\n\n\n<p>[00:25:09] <strong>Daisy Olsen:</strong> Sure. And then if you find something that comes close.</p>\n\n\n\n<p>[00:25:12] <strong>Nathan Wrigley:</strong> Yep.</p>\n\n\n\n<p>[00:25:12] <strong>Daisy Olsen:</strong> You pull it in and you modify it a little bit because it&#8217;s yours at that point.</p>\n\n\n\n<p>[00:25:16] <strong>Nathan Wrigley:</strong> So the reason for using Core blocks is just so that everything is open, easy to use. I think in saying that any imagery as well is now gonna be coming from Openverse, so even that is admissible on a site, you don&#8217;t even have to think about, okay, let&#8217;s remove that and swap it out for something else.</p>\n\n\n\n<p>[00:25:28] <strong>Daisy Olsen:</strong> Right? Yeah. The imagery has traditionally been a big problem for demo content to make sure that you have something that was both visually appealing and also legal to use.</p>\n\n\n\n<p>[00:25:38] <strong>Nathan Wrigley:</strong> And just for the benefit of people listening to this, if you want to go and submit your photos, you can do that, at Openverse, I&#8217;m going to be submitting lots of pictures of WordCamp Europe.</p>\n\n\n\n<p>[00:25:46] <strong>Daisy Olsen:</strong> I&#8217;d I love to hear that. That&#8217;s wonderful.</p>\n\n\n\n<p>[00:25:49] <strong>Nathan Wrigley:</strong> Rich Tabor, who is a, he has been a very prominent themer over the years. He&#8217;s created some terrific work. He came up with this idea not so long ago of wouldn&#8217;t it be an interesting experiment? Would it be a good idea to just have one theme in the theme directory and he called it a base theme. The idea being that well, if there&#8217;s just a base theme, and everybody knows the base theme inside out, back to front.</p>\n\n\n\n<p>Everybody understands what it can do, how it works, and then patterns drop in for everything in the way that we&#8217;ve been describing. And it occurred to me on some level that was quite a good idea, just a very light framework and everything then that drops in is patterns. And there could be a pattern for literally everything. What are your thoughts on that idea?</p>\n\n\n\n<p>[00:26:36] <strong>Daisy Olsen:</strong> I have not had a great deal of time to think this through, but my hot take would be that in a way we are already doing that to some extent. Where the majority of our markup is being created by WordPress. So you could maybe think about it from the perspective that WordPress is creating that base theme.</p>\n\n\n\n<p>And we are just building a version of it in our block theme. So you are setting up defaults and settings and presets in your theme dot json file. You are creating HTML files to build out your templates and your headers and your footers, your template parts is what we refer to them as. And then you might be creating patterns in a patterns directory.</p>\n\n\n\n<p>Those are PHP files, but they&#8217;re quite simple, really to create. Most of it is actually HTML, but we still pull them in as PHP. Now we have a mechanism to actually register a block pattern from some header information in the file, and you don&#8217;t have to, it&#8217;s a simpler process. It&#8217;s more automated now.</p>\n\n\n\n<p>But I think one of the beauties of block themes is the ability to create very specific niche, websites and themes and designs. And be very targeted in how you would market that design. So when I worked in the theme world, the number one question that always came out in our support forums was, you have all these themes, which themes should I use for this site?</p>\n\n\n\n<p>And we always said well, you can use any theme because you make it your own, you add your own content and your own imagery and then it&#8217;s yours. But it was really not what people wanted to hear. They wanted to hear that this is the perfect theme.</p>\n\n\n\n<p>[00:28:20] <strong>Nathan Wrigley:</strong> Yeah. That theme&#8217;s got pictures of houses on it. So it must be for real estate.</p>\n\n\n\n<p>[00:28:24] <strong>Daisy Olsen:</strong> Exactly. So you can very easily market a theme, two different verticals pretty easily just by making a few changes, but having variations of that theme that might at its core, be the same one across the board, you&#8217;ve just changed the imagery, so it looks right for that market.</p>\n\n\n\n<p>[00:28:45] <strong>Nathan Wrigley:</strong> You&#8217;ve sold it to me. It&#8217;s an exciting time. I&#8217;m guessing that you would like as many people as possible to get in there and create their own themes and possibly even contact you and find out what you&#8217;re doing. What is the best way to discover about these new block themes? Where would you point them one or maybe two URLs?</p>\n\n\n\n<p>[00:29:04] <strong>Daisy Olsen:</strong> So I would start at the block editor handbook, and there are a couple of pages there about block themes as well as in the theme handbook. And these are all at developer.wordpress.org. These are a good place to get a primer.</p>\n\n\n\n<p>I would also greatly encourage going to the full site editing dot com site, where Carolina has created some really great instructional content for stepping through the process of creating one of these themes.</p>\n\n\n\n<p>[00:29:35] <strong>Nathan Wrigley:</strong> Thank you very much. It&#8217;s always nice to be at the beginning of something, seeing something starting and maturing over time. And, uh, you never know, maybe in sort of 10 years time, we&#8217;ll have a Kubrick moment when we move on to something else, but for now block based themes is the future. Thank you very much.</p>\n\n\n\n<p>[00:29:48] <strong>Daisy Olsen:</strong> Absolutely.</p>\n\n\n\n<p>[00:29:48] <strong>Nathan Wrigley:</strong> Thank you Daisy, for chatting to me today.</p>\n\n\n\n<p>[00:29:50] <strong>Daisy Olsen:</strong> Thank you so much.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"Do The Woo Community: WordCamps Moving Forward with Robert Windisch and Milan Ivanović\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/future-of-wordcamps/\";s: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:378:\"<p>Robert and Milan sit down for a friendly chat about WordCamp Europe and the future of WordCamps.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-wordcamps/\">WordCamps Moving Forward with Robert Windisch and Milan Ivanović</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2022 09:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Wei: A Free Minimalist WordPress Theme from Rich Tabor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135668\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wei-a-free-minimalist-wordpress-theme-from-rich-tabor\";s: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:3943:\"<p>Rich Tabor&#8217;s new <a href=\"https://wordpress.org/themes/wei/\">Wei theme</a> is one of the most well-designed contributions to hit WordPress.org&#8217;s free themes directory this month. Wei is a minimalist block theme that keeps things simple while offering users a range of artfully selected accent color combinations. It also includes support for full-site editing and Global Styles for a wider range of site customizations.</p>\n\n\n\n<img />\n\n\n\n<p>Wei joins WordPress.org&#8217;s collection of <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">86 full-site editing themes</a>.  The number of FSE themes is growing but it is a far sight behind the <a href=\"https://wptavern.com/wordpress-ramps-up-social-learning-events-on-full-site-editing-project-aims-for-500-block-themes-in-2022\">goal of 500 for 2022</a>, which WordPress Executive Director Josepha Haden Chomphosy set for the community. While the Themes Team <a href=\"https://wordpress.slack.com/archives/C02RP4Y3K/p1656428655757039\">discusses </a> ideas for making block theming easier for theme authors, a few trailblazers like Tabor are pushing forward with contagious enthusiasm and creative works that show what is possible in <a href=\"https://richtabor.com/a-new-era/\">the new era of block themes</a>.</p>\n\n\n\n<p>Wei is a follow-up to Tabor&#8217;s popular <a href=\"https://wptavern.com/unearthing-hidden-treasures-in-the-wabi-wordpress-block-theme\">Wabi theme</a>. The name was selected to highlight its simplicity as a supporting tool in the user&#8217;s publishing workflow.</p>\n\n\n\n<p>&#8220;It’s derived from &#8216;Wu wei,&#8217; which has a lot of meanings, but I lean towards the &#8216;effortless/actionless&#8217; bit,&#8221; he said. &#8220;I wanted to build a theme that lets you effortlessly publish — and looks really creative/inspiring as well.&#8221;</p>\n\n\n\n<p>Tabor said Wei took him less time to make than any traditional legacy theme he created in the past.</p>\n\n\n\n<p>&#8220;I started, and nearly finished, Wei on the flight back from WordCamp Europe,&#8221; he said. &#8220;A couple years ago, this would have taken weeks — at least.&#8221; </p>\n\n\n\n<p>Tabor&#8217;s expert curation of dynamic accent colors is the highlight of this theme. Since most people are not designers, Wei offers four different overall styles that users can browse inside the Site Editor and enable with one click.</p>\n\n\n\n<img />\n\n\n\n<p>Depending on what theme style you select in the Site Editor, the post editor will display a different set of accent colors. These options are unique to each style and all of them are aesthetically pleasing combinations that can be set based on the mood of each individual post. </p>\n\n\n\n<img />\n\n\n\n<p>Tabor&#8217;s Wei theme <a href=\"https://richtabor.com/wei/\">announcement post</a> includes an image with all the style variations included. He selected colors that are AAA contrasting for all available styles.</p>\n\n\n\n<img />\n\n\n\n<p>One of the most magical things Wei does is seamlessly blend the background with the featured image on the single post template. The template includes a Cover block that fetches the post&#8217;s featured image and applies the duotone from the color scheme assigned to the post. This just works in the background and users don&#8217;t have to do anything to enable it.</p>\n\n\n\n<img />\n\n\n\n<p>Wei does not include any custom patterns, but everything in the theme is a block and can be easily manipulated. Users can change the headers, footers, change the layout on single post templates, add blocks to the homepage, edit template parts, and anything else supported by the latest full-site editing features.</p>\n\n\n\n<p>Check out the <a href=\"https://kaxije.us3.instawp.xyz/\">demo</a> to see the theme in action with different color schemes assigned to each post. <a href=\"https://wordpress.org/themes/wei/\">Wei is available for free</a> on WordPress.org and requires WordPress version 6.0 or later.</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, 28 Jun 2022 21:22: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: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:88:\"Do The Woo Community: CI/CD, Continuous Integration and Deployment with Maciek Palmowski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/continuous-integration-and-deployment/\";s: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:394:\"<p>Integration, testing and deployment. An in-depth developer chat on WordPress and WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/continuous-integration-and-deployment/\">CI/CD, Continuous Integration and Deployment with Maciek Palmowski</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jun 2022 08: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: ClassicPress On the Rocks: Directors Resign, New Leadership Installed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135633\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/classicpress-on-the-rocks-directors-resign-new-leadership-installed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4890:\"<p>Recent turbulence in the <a href=\"https://www.classicpress.net/\">ClassicPress</a> community has resulted in the directors resigning and new leadership installed. The WordPress fork is run under a non-profit organization called the ClassicPress Initiative. It supports work on a pared back version of WordPress, based on version 4.9, that uses the TinyMCE classic editor as the default option with no block editor.</p>\n\n\n\n<p>The project appeared to be on the rocks a week ago when its directors <a href=\"https://forums.classicpress.net/t/next-steps-for-classicpress/4163\">published</a> their resignation with a call for replacements.</p>\n\n\n\n<p>&#8220;Over the last few days it has become crystal clear that the community feels that the Directors of the ClassicPress Initiative are now hindering the progress of the ClassicPress Project,&#8221; former director Wade Striebel said.</p>\n\n\n\n<p>&#8220;As such, Michelle and I have decided to resign our positions as part of the non-profit organization that oversees the ClassicPress community, the ClassicPress Initiative. This will allow others to step in and move the ClassicPress Project forward.</p>\n\n\n\n<p>&#8220;Both Michelle and I have been here since the beginning of ClassicPress, back almost four years ago. While it is sad to be leaving the community we saw grow and evolve over time to be the most successful fork of WordPress in years, it is time for a new direction under new governance.&#8221;</p>\n\n\n\n<p>ClassicPress&#8217; monthly costs in 2021 averaged $99.74 USD with donations averaging $10.34 per month. When the directors announced their intention to resign, there was $352 in the bank account. The project published its <a href=\"https://forums.classicpress.net/uploads/short-url/sTCePzqcRAAUyc9sCZmIb1gwFTS.pdf\">2021 profit/loss statement from its 2021 taxes</a>.</p>\n\n\n\n<p>Over the weekend Striebel identified Viktor Nagornyy, William Patton, and Tim Kaye as the initiative&#8217;s new directors.</p>\n\n\n\n<p>Community financial support for the project does not seem strong, but the prospect of getting people to do the work of maintaining the fork in addition to managing its administrative overhead has been a greater challenge.</p>\n\n\n\n<p>&#8220;We’ve had committees with elected members, we had team leads, and we ended up here because they failed to work, people failed to do the work they said they would, and disappeared,&#8221; new diretor Nagornyy <a href=\"https://forums.classicpress.net/t/follow-up-on-next-steps/4188/6\">said</a>. &#8220;We reached this point after grueling four years, including pandemic.</p>\n\n\n\n<p>&#8220;If we do the same thing again, we will end up with the same results. Nobody wants that. We want CP to succeed, so we need to make changes with community’s support and input. We don’t want to do it alone, we need community’s support. It’s a community project.&#8221;</p>\n\n\n\n<p>Nagornyy <a href=\"https://forums.classicpress.net/t/classicpress-initiative-and-project-plan/4195\">published a new project plan</a> today, confirming that the Classic Press Initiative will continue to be the owner of the project infrastructure. </p>\n\n\n\n<p>&#8220;This ownership model eliminates any one individual from being in charge and prevents egos from getting in the way,&#8221; he said. &#8220;This model also provides limited liability to everyone involved.&#8221;</p>\n\n\n\n<p>As the project is barely scraping by financially, Nagornyy identified fundraising as its top priority, along with cutting expenses, and simplifying server infrastructure. He was also adamant about not having the full responsibility of running the project fall on the directors again.</p>\n\n\n\n<p>&#8220;We are not in favor of having a rigid committee (or &#8216;council) structure,&#8221; Nagornyy said. &#8220;ClassicPress did try the &#8216;committee&#8217; approach between 2018-2020. Unfortunately, it did not work out as expected and caused frequent disagreements between the members. Voting on issues became divisive and was one of the primary reasons for project stalling.</p>\n\n\n\n<p>&#8220;As members left or became less active with the pandemic in full swing, the committees were dissolved, and directors took on the responsibilities no one wanted to keep the project alive.&#8221;</p>\n\n\n\n<p>ClassicPress appears to be in a tenuous position as its new directors assume responsibility for the organization. The project is struggling to get people to contribute and will need to hit its fundraising goals fairly aggressively to ensure individual members do not become financially responsible for its support.</p>\n\n\n\n<p>&#8220;History should not repeat itself, and we must learn from it,&#8221; Nagornyy said. &#8220;Making decisions is worthless if those decisions cannot or are not acted upon. It is instead much more important that we focus on encouraging and facilitating people to actually contribute.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 21:21: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: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:85:\"WPTavern: Help Test the Rollback Update Failure Feature Plugin Ahead of WordPress 6.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:30:\"https://wptavern.com/?p=135614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/help-test-the-rollback-update-failure-feature-plugin-ahead-of-wordpress-6-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:3021:\"<img />&#8220;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/25031723@N06/9334224981\" target=\"_blank\">Life-buoy in harbour</a>&#8221; by <a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/25031723@N06\" target=\"_blank\">Ashley Coates</a> is licensed under <a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.\n\n\n\n<p>The developers of the <a href=\"https://wordpress.org/plugins/rollback-update-failure/\">Rollback Update Failure</a> feature plugin put out a <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">call for testing</a> over the weekend, with the aim of getting it included in WordPress 6.1. The goal of the plugin is to offer a safety mechanism in core for when updates or auto-updates fail. Instead of leaving the user&#8217;s site in a broken state, the rollback update failure feature will restore the site to a usable state.</p>\n\n\n\n<p>Successful updates are the default experience for most WordPress users. The auto-updates team embraced the challenge of creating a fallback for users who experience the most common issues with updates, which include having a plugin folder&#8217;s content be get deleted and the plugin being no longer active, along with the scenario where a plugin cannot completely update, resulting in a PHP fatal message or &#8220;white screen of death.&#8221;</p>\n\n\n\n<p>For the past 19 months, Andy Fragen, Colin Stewart, and Paul Biron have been leading development and testing. They settled on a solution that is awaiting feedback from core committers. </p>\n\n\n\n<p>&#8220;It was determined that copying the current plugin to an alternate location and in the event of an update failure, copying it back into <code>wp-content/plugins</code>, would be the least resource intensive method,&#8221; Fragen said. &#8220;This does require one additional plugin copying operation and two if there is a update failure.&#8221;</p>\n\n\n\n<p>The auto-updates team needs broad testing and feedback from people using different hosting companies at all price ranges. The process involves setting up a test environment with the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin set to <em>Bleeding edge</em> and <em>Nightlies</em>, and the Rollback Update Failure plugin installed. Testers will then download old versions of a bunch of plugins and test single and bulk updates. A filter is available for forcing an update failure. Testers will be asked to record the time required to perform plugin updates.</p>\n\n\n\n<p>More testing details and instructions are available in the <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">call for testing post</a>, with a few example results in the comments for reference. If the feature plugin gets enough broad testing, it may finally have the right timing and momentum to be committed for WordPress 6.1.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 19:31:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WordPress.org blog: WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s: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:8518:\"<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br /></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"Do The Woo Community: An SEO Chat at WordCamp Europe with Ronald Gijsel and Marieke van de Radt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://dothewoo.io/an-seo-chat-at-wordcamp-europe-with-ronald-gijsel-and-marieke-van-de-radt/\";s: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:486:\"<p>Ronald was able to have a short chat with Marieke about some Woo SEO and a bit of an inside look at how Yoast keeps things running internally.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/an-seo-chat-at-wordcamp-europe-with-ronald-gijsel-and-marieke-van-de-radt/\">An SEO Chat at WordCamp Europe with Ronald Gijsel and Marieke van de Radt</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 09:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Gutenberg Times: WordPress 6.1 Planning, FSE Studio and more — Weekend Edition 220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://gutenbergtimes.com/wordpress-6-1-planning-fse-studio-and-more-weekend-edition-220/\";s: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:13339:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s good to be home again. As much as I enjoyed spending time with WordPressers in Porto, and with my family and long-time friends in Germany, it&#8217;s good to be back, too. It&#8217;s easier to work when there are less distractions. </p>\n\n\n\n<p>Isn&#8217;t it an odd way of putting things? We are trying to find the sweet spot between working remotely from anywhere in the world, be it the home town where parents live or a new city, like Porto. There are always temptations and more fun things to do, or people to see, that make it hard to focus on work. If you work remotely, how are you dealing with it? </p>\n\n\n\n<p>Anyway, speaking of distractions, there were some rumblings in the WordPress space, that took away some focus from WordPress 6.1, Gutenberg and the block editor and other cool things that are happening around the open-source project. You can read all about it on the <a href=\"https://wptavern.com\">WPTavern </a>or this week&#8217;s issue of <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE0OSwiYWYyMTVmNTBmNTBiIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3IiwzMTQsMF0\">The Repository</a>.</p>\n\n\n\n<p>Back to the usual programming &#8230; </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: Don&#8217;t forget to <a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">reserve your seat for the upcoming Gutenber Live Q &amp; A.</a> I can hardly wait to talk about the cool block things happening at Pew Research Center! </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong> with lead developer Seth Rubenstein and head of digital strategy, Michael Piccorossi <br />on July 22, at 11am EDT / 15:00 UTC</p>\n\n\n\n\n<div class=\"wp-container-2 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">WordPress Release Information</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-13-5\">Gutenberg 13.5 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">WordPress 6.0.1 and 6.1 scheduled</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Themes for FSE and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">WordPress Social Learning Spaces</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">WordPress Release Information</h2>\n\n\n\n<h3 id=\"1-gutenberg-13-5\">Gutenberg 13.5 </h3>\n\n\n\n<p><strong>Anne McCarthy</strong> was the lead for this week&#8217;s Gutenberg plugin release and in her post <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>What’s new in Gutenberg 13.5?</strong></a> she highlighted: &#8220;The 13.5 release comes with 12 enhancements and 15&nbsp;bug&nbsp;fixes, with an improved&nbsp;featured image&nbsp;UX, expanded design tools for the Post Navigation Link&nbsp;block, a few solid&nbsp;accessibility&nbsp;fixes, and some nice quality of life improvements.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> over at WPTavern has more detail in her article <a href=\"https://wptavern.com/gutenberg-13-5-adds-featured-image-placeholder-support-for-cover-block-cleaner-pasting-to-other-apps\"><strong>Gutenberg 13.5 Adds Featured Image Placeholder Support for Cover Block, Cleaner Pasting to Other Apps</strong></a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><em>Mary Job and I will bundle the changelog of Gutenberg 13.5 and 13.6 together in our next episode of Gutenberg Changelog</em>, which will be recorded around July 7th, 2022. If you have questions for us or  Gutenberg developer send us an email to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<div class=\"wp-container-3 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-68-wordcamp-europe-gutenberg-13-4-and-wordpress-6-1/\">Gutenberg Changelog #68 –  WordCamp Europe, Gutenberg 13.4 and WordPress 6.1</a> with Birgit Pauli-Haack and Mary Job, and special guest: Dave Smith </p>\n</div></div>\n\n\n\n<h3 id=\"2-word-press-6-0-1-and-6-1-scheduled\">WordPress 6.0.1 and 6.1 scheduled</h3>\n\n\n\n<p>The core team identified the team for the minor release 6.0.1 and proposed to schedule the RC for July 5th, 2022 and the final release a week later on July 12th,2022. <strong>Sergey Biryukov</strong> and <strong>Adam Zielinsky</strong> will coordinate the release. Anne McCarthy posted more details on tickets and PRs in her post <a href=\"https://make.wordpress.org/core/2022/06/25/wordpress-6-0-x-release-team-and-6-0-1-schedule/\"><strong>WordPress 6.0.x release team and 6.0.1 schedule</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hector Prieto</strong> shared in his post <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>WordPress 6.1 Planning Roundup</strong></a> the proposal schedule for the next major WordPress release, 6.1 and added a call for contributors to join the release team. If you are intested, leave a comment on the post. Proposed Release date is October 25, 2022 with Feature Freeze and first Beta on September 20, 2022. ICYMI, <strong>Matias Ventura</strong> posted a the <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">Roadmap for 6.1 (block editor edition)</a> a few weeks ago. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Themes for FSE and WordPress</h2>\n\n\n\n<p>On WordPress TV, the <a href=\"https://wordpress.tv/2022/06/23/anatomy-of-a-block-theme/\">Anatomy of a Block Theme</a> was published. &#8220;You quickly learn the key components of what makes up a block theme.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ramon James Dodd</strong>, Contributor to Gutenberg, posted an update on <a href=\"https://make.wordpress.org/core/2022/06/24/block-editor-styles-initiatives-and-goals/\"><strong>initiatives and goals around Block editor styles</strong></a>. &#8220;The purpose of this post is to highlight ongoing initiatives targeted at addressing these issues, and to outline longer-term ambitions to output more readable, efficient and extensible frontend styles.&#8221; </p>\n\n\n\n<p>Dodd divided his post into three sections: First he highlights the recurring challenges for theme developers to style blocks, then he offers a three part strategy to tackle those challenges, and then he outlines how the contributors could get there, admitting: &#8220;Style nirvana might well be out there, however the path comprises individual stepping stones, discovering how individual parts contribute to the whole, and balancing compatibility and stability with innovation.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>Mike McAlister</strong>, creator of Atomic Blocks in the early days, and now product designer and principal software enginieer at WPEngine announced on Twitter the<a href=\"https://twitter.com/mikemcalister/status/1539622809390956544\"> <strong>alpha phase of FSE Studio</strong></a>, a &#8220;developer tool to make building full-site editing themes faster and easier to manage.&#8221; McAlister and Phil Johnston also shared a YouTube video of a first <a href=\"https://www.youtube.com/watch?v=LmvPkQkjq9I\"><strong>FSE Studio walk-through</strong></a>. It reminds me a little bit of Carolina Nymark&#8217;s Theme Generator and of David Gwyers ThemeGen App, both have a different goal in mind.  From little I saw of the FSE Studio in the video, I like the one page list to check or uncheck the various design tools for users, and I am also intriged by the built in pattern creation tool. It promises &#8220;to streamline the theme building process and make theme management a breeze&#8221;. Can&#8217;t wait to see the alpha version. You can do, as they are looking for alpha testers. <em><a href=\"https://twitter.com/mikemcalister/status/1539622813933469696\">Connect  with Mike McAlister via Twitter DM</a> </em></p>\n\n\n\n<p>If you can&#8217;t wait for the tool to go public, I wrote about four other block theme generators  before. </p>\n\n\n\n<ul><li>In Weekend edition 215 <a href=\"https://gutenbergtimes.com/three-block-theme-generators-gutenberg-13-2-coupons-with-blocks-and-more-weekend-edition-215/#0-block-theme-generators\">we listed <strong>three generators</strong></a>, </li><li>Last week in #219, you learned about the  <a href=\"https://wordpress.org/plugins/create-block-theme/\"><strong>Create-Block Theme</strong></a> plugin.</li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Also this week, the <strong>WPWatercooler</strong> gang hosted Brian Gardner, creator for the theme Frost and developer advocate at WPEngine in their show about Full Site editing and Block Theme. Listen in on <strong><a href=\"https://wpwatercooler.com/wpwatercooler/ep422-wordpress-themes-block-it-like-its-hot/\">WordPress Themes Block It Like Its Hot</a></strong>. Brian Gardner also talked about his new theme <a href=\"https://twitter.com/bgardner/status/1540145921714946056\">he just announced via Twitter</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">WordPress Social Learning Spaces</h2>\n\n\n\n<p>June 27, 2022 &#8211; 1 pm EDT /  17:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286560368/\">Hello Blocks! Coding a custom block</a></strong> with Ryan Welcher</p>\n\n\n\n<p>June 30, 2022 &#8211; 5:00 PM EDT / 21:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286759294/\"><strong>My First Recipe Blog</strong></a> with Destiny Kanno </p>\n\n\n\n<p>July 4, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286558681/\"><strong>Using Block Patterns</strong></a> with Wes Theron</p>\n\n\n\n<p>July 12, 2022, 5 pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286603818/\">Explore the Block Directory</a></strong> with Wes Theron</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://wordpress.org/photos/photo/334623ab09/\">Technology old circuit boards </a>by Jennifer Bourn via WordPress Photos</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jun 2022 22:30: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: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: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:49:\"BuddyPress: BP Rewrites 1.3.0 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=325126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2022/06/bp-rewrites-1-3-0-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:931:\"<p>Immediately available is&nbsp;<a href=\"https://downloads.wordpress.org/plugin/bp-rewrites.1.3.0.zip\">BP Rewrites 1.3.0</a>. This maintenance release fixes two bugs and brings BP Rewrites compatibility to <a href=\"https://bbpress.org\">bbPress</a>. For details on the changes, please read the&nbsp;<a href=\"https://github.com/buddypress/bp-rewrites/blob/trunk/CHANGELOG.md#130\">1.3.0 release notes</a>.</p>\n\n\n\n<p>Update to BP Rewrites 1.3.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/bp-rewrites/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"many-thanks-to-1-2-0-contributors\">Many thanks to 1.3.0 contributors&nbsp;<span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/shawfactor\">shawfactor</a>&nbsp;&amp;&nbsp;<a href=\"https://profiles.wordpress.org/imath/\">imath</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jun 2022 08:51: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:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"WPTavern: GoDaddy Responds to Mullenweg’s Accusations: “We All Have the Same Goal”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/godaddy-responds-to-mullenwegs-accusations-we-all-have-the-same-goal\";s: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:7234:\"<p>In a recent Twitter storm, Matt Mullenweg characterized GoDaddy as &#8220;a parasitic company,&#8221; that is &#8220;<a href=\"https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future\">an existential threat to WordPress&#8217; future.</a>&#8221; In a series of tweets that were subsequently deleted, Mullenweg contended that GoDaddy is lacking support for WordPress and WooCommerce, relative to how much the company is benefiting from the projects. He also said the company&#8217;s investment in proprietary website and store products is at odds with how much it gives back to WordPress.org.</p>\n\n\n\n<p>This sparked a heated discussion across Twitter, the Advanced WordPress Facebook group, blog comments, and Post Status Slack. The most outspoken people were those who felt Mullenweg was arbitrarily disparaging one company&#8217;s contributions while commending another. There was also a significant group of people who vehemently agreed with his assessment.</p>\n\n\n\n<p>&#8220;I think parasitic is the right word to apply to GoDaddy,&#8221; Boulder WordPress Meetup organizer Angela Bowman <a href=\"https://twitter.com/askwpgirl/status/1540337003589316608?t=F2XDzEXKwtQzgc6r-qFJxA&s=09\">tweeted</a>. &#8220;Taking something that is free and leveraging it for maximum profits by undercutting the very thing you are selling out of existence. Capitalism at its best, most ruthless, and short sighted.&#8221;</p>\n\n\n\n<p>Bowman distilled it into a more <a href=\"https://twitter.com/askwpgirl/status/1540343397210128385\">succinct example</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>GD:</strong> Why buy the cow when you can get the milk for free? </p><p><strong>MM:</strong> Well, we need to feed and house the cow. Provide medication when needed. Or the cow dies. </p><p><strong>GD:</strong> How long before it dies? How much $$$ can we make until it does?</p></blockquote>\n\n\n\n<p>I contacted GoDaddy to find out how many people the company sponsors and how much they spend on sponsoring events. </p>\n\n\n\n<p>&#8220;Our company contributes to open-source in a variety of ways, including through dedicated employee roles, specific projects on which these employees work, and many employees who have a passion for the WordPress community and give back whenever possible,&#8221; GoDaddy Director of Public Relations Nick Fuller said.</p>\n\n\n\n<p>The company declined to comment on specifics but pointed to its <a href=\"https://wordpress.org/five-for-the-future/pledge/godaddy/\">Five for the Future pledge page</a>, which shows that GoDaddy sponsors 34 contributors for a total of 217 hours per week across 15 teams. With 9,000 employees, this amounts to a relatively small number of hours compared to other hosting and product companies, like Automattic (4098 hrs/week) and Yoast (250 hrs/week). </p>\n\n\n\n<p>Compared to the other economy hosts listed on WordPress.org&#8217;s <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page, GoDaddy&#8217;s contributions are much smaller relative to its size:</p>\n\n\n\n<ul><li><strong>Bluehost</strong> (750 employees) sponsors <strong>6 contributors</strong> for a total of <strong>102 hours</strong> per week across <strong>4 teams</strong>.</li><li><strong>SiteGround</strong> (500 employees) sponsors <strong>12 contributors</strong> for a total of <strong>58 hours</strong> per week across <strong>7 teams</strong>.</li><li><strong>DreamHost</strong> (200 employees) sponsors <strong>3 contributors</strong> for a total of <strong>30 hours</strong> per week across <strong>4 teams</strong>.</li></ul>\n\n\n\n<p>While GoDaddy&#8217;s contributions may be smaller in terms of work hours, the company allocates hundreds of thousands of dollars for sponsoring WordCamps and related events. After another successful WordCamp Europe in the books, many attendees agreed that the value of these events cannot be overstated. Without corporate sponsors, WordCamps would not happen on the scale that they currently do.</p>\n\n\n\n<p>&#8220;Beyond contributions to open-source projects, GoDaddy is extremely active at various WordPress events,&#8221; Fuller said. &#8220;In 2022, our plan is to spend hundreds of thousands of dollars on WordCamp and other related events such as WordSesh and WordFest. Many of our employees will be active participants in these community events.&#8221;</p>\n\n\n\n<p>When asked to comment on the accusations of being a &#8220;parasitic company&#8221; and &#8220;an existential threat to WordPress&#8217; future,&#8221; Fuller would not address the complaints directly.</p>\n\n\n\n<p>&#8220;We all have the same goal, to make WordPress better each and every day,&#8221; he said. &#8220;Our team is passionate about making WordPress better, both for the community and for our customers, and we greatly appreciate the support expressed by many in the WordPress community in recent days.&#8221;</p>\n\n\n\n<p>Matt Mullenweg took to Post Status Slack today to clarify some of the opinions he voiced on Twitter yesterday. He hinted at strategies behind the scenes that even employees may not know about.</p>\n\n\n\n<p>&#8220;Keep in mind that people might not be aware of actions happening in other parts of the company, for example the pressure from their new activist investors,&#8221; Mullenweg said. &#8220;As an example: I 100% believe the good intentions of the Google folks who were working on AMP, and of course we learned later it was part of a larger strategy <em>they were unaware of</em> that, after being disclosed in litigation discovery, appears malicious.&#8221;</p>\n\n\n\n<p>Mullenweg also referenced the <a href=\"https://en.wikipedia.org/wiki/Free-rider_problem\">free-rider problem</a>, a type of market failure where those who benefit  from public goods do not pay or under-pay, which leads to over-consumption. This is similar to the <a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of Commons</a> situation he mentioned in the past as a fate that WordPress is tying to avoid with its Five for the Future program.</p>\n\n\n\n<p>&#8220;Failed open source projects usually succumb to the free rider trap — the parasites kill the host, which ultimately hurts the parasites as well but they can&#8217;t think beyond short-term,&#8221; Mullenweg said. &#8220;Successful open source projects escape the free rider problem, as WordPress has so far, largely because of awareness of it and people voting where to invest their talent and their dollars in organizations that contribute to the shared resource in a way that keeps it sustainable.&#8221;</p>\n\n\n\n<p>If looking solely at the definition of Five for the Future contributions, GoDaddy may constitute a free rider. They are not conforming to what the project has requested from companies in order to keep WordPress sustainable for generations to come. However, highlighting GoDaddy in this fashion may not be the best way to extract more contributions or inspire others to be part of this initiative. WordPress needs to find a better means of dealing with what it deems to be under-performing contributors, because many well-meaning individuals can get trampled underneath the heavy tread of social sanctioning.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jun 2022 00: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Awesome Motive Acquires WP Charitable Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wptavern.com/awesome-motive-acquires-wp-charitable-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4458:\"<p>Awesome Motive, makers of popular plugins like OptinMonster, WPForms, and MonsterInsights, <a href=\"https://www.wpbeginner.com/news/welcome-wp-charitable-to-the-wpbeginner-family-of-products/\">acquired WP Charitable</a> this week. The<a href=\"https://wordpress.org/plugins/charitable/\"> plugin</a> is used by more than 10,000 non-profits for creating fundraising campaigns and collecting online donations. It does not charge any transaction fees and currently has a 4.9/5-star average rating on WordPress.org.</p>\n\n\n\n<p>&#8220;Wes and I launched Charitable in 2015 because we were tired of seeing non-profits use hosted fundraising platforms that charge hefty fees and strip them of the ability to brand and control their donation pages,&#8221; WP Charitable co-founder Eric Daams said in his <a href=\"https://www.wpcharitable.com/charitable-is-joining-the-awesome-motive-family/\">farewell post</a>.</p>\n\n\n\n<p>&#8220;After being a small team splitting our time on the product as well as our agency business for the last 7 years, we are ready to pass the reins to someone who shares the same passion and has the resources to make Charitable even better than it is today.&#8221;</p>\n\n\n\n<p>Awesome Motive CEO Syed Balkhi said the company&#8217;s non-profit users had long been requesting a beginner-friendly donations plugin. They could either acquire one or build one from scratch. WP Charitable&#8217;s timing to sell coincided with Awesome Motive&#8217;s next move on expanding tools for non-profit customers.</p>\n\n\n\n<p>&#8220;As you know, at Awesome Motive, our mission is to help small businesses grow and compete with the big guys,&#8221; Balkhi said. &#8220;Our software today powers over 20 million websites and helps shape the web for billions worldwide.</p>\n\n\n\n<p>&#8220;Along with our core mission, we believe that companies should be forces for good.</p>\n\n\n\n<p>&#8220;The WP Charitable plugin allows us to use our knowledge, experience, and resources to empower those who are changing the world for good.&#8221;</p>\n\n\n\n<p>WP Charitable&#8217;s chief competitor is <a href=\"https://wordpress.org/plugins/give/\">GiveWP</a>, a donation plugin and fundraising platform with more than 100,00 users. While WP Charitable doesn&#8217;t collect any transaction fees whatsoever, one of the big differences with GiveWP is that it collects a 2% fee on Stripe donations taken via the company&#8217;s free Stripe integration with GiveWP core. There are no fees for GiveWP&#8217;s commercial Stripe add-on.</p>\n\n\n\n<p> Demonstrating one of the more endearing aspects of the WordPress ecosystem where competitors often support each other, GiveWP co-founder Matt Cromwell congratulated WP Charitable on the acquisition. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">6 years ago I gave a shout-out to the makers of <a href=\"https://twitter.com/wpcharitable?ref_src=twsrc%5Etfw\">@wpcharitable</a> for their 1st year of success. <br /><br />Today <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /> on the acquisition by <a href=\"https://twitter.com/wpbeginner?ref_src=twsrc%5Etfw\">@wpbeginner</a>!<br /><br />BONUS: I have a new nemesis for GOOD in <a href=\"https://twitter.com/dimensionmedia?ref_src=twsrc%5Etfw\">@dimensionmedia</a> <br /><br />Here\'s to doing more GOOD than we can accomplish alone. <a href=\"https://t.co/dYtTLunq3P\">https://t.co/dYtTLunq3P</a> <a href=\"https://t.co/GFNdt4oejO\">pic.twitter.com/GFNdt4oejO</a></p>&mdash; :Cromwell: <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/262e.png\" alt=\"☮\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6b8.png\" alt=\"🚸\" class=\"wp-smiley\" />Do Something (@learnwithmattc) <a href=\"https://twitter.com/learnwithmattc/status/1539611643012939777?ref_src=twsrc%5Etfw\">June 22, 2022</a></blockquote>\n</div>\n\n\n\n<p>WP Charitable co-founders said current users can expect &#8220;business as usual&#8221; without any interruptions. They will be helping the transition process but moving on to their own new endeavors. David Bisset will be leading product development moving forward with Awesome Motive. Balkhi said he has an &#8220;an extensive list of ideas and a feature roadmap&#8221; that the company will begin working on with the plugin&#8217;s new team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jun 2022 15:48:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Do The Woo Community: WooBits: Pondering a WooCommerce Conference IRL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72057\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://dothewoo.io/future-woocommerce-conference/\";s: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:414:\"<p>It\'s been several years since WooCommerce had their last WooConf, aside from the fact of Covid. Is it time again? What would that look like?</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-woocommerce-conference/\">WooBits: Pondering a WooCommerce Conference IRL</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jun 2022 09: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: WordPress Podcast and Video Picks for the Week of June 19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=99453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-june-19/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"A chat with Matt at WCEU • Glam That Plugin • BlackPress Slack meetup • SSG vs. WordPress for landing pages • The Web Designer\'s Tech Stack • A Medeiros rant on the WordPress vibe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Jun 2022 05:52: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:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:127:\"WPTavern: Matt Mullenweg Identifies GoDaddy as a “Parasitic Company” and an “Existential Threat to WordPress’ Future”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future\";s: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:4959:\"<p>On Thursday Matt Mullenweg responded to an inquiry on Twitter from Jeff Matson, a Pagely employee, about whether Automattic&#8217;s <a href=\"https://newspack.pub/\">Newspack</a> platform had all open open source components or some proprietary elements. In his response, he formally identified GoDaddy as &#8220;an existential threat to WordPress&#8217; future.&#8221; </p>\n\n\n\n<img />\n\n\n\n<p>The response raised more than a few eyebrows on Twitter as it seemed unrelated to the topic of discussion, which was Amazon&#8217;s expansion of its proprietary digital publishing technology. </p>\n\n\n\n<p>The conversation following this statement grew more heated and escalated, as GoDaddy employees felt this statement <a href=\"https://twitter.com/scottkclark/status/1540048404683931650\">disparaged their contributions</a> and careers dedicated to WordPress.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Working for a company where I\'m trying to do good and advocate for open source &#8212; that is actively getting hostility from prominent people in WP who I really respect and have supported me in the past is really hard. <a href=\"https://t.co/cRFR3bNBkM\">https://t.co/cRFR3bNBkM</a></p>&mdash; SKC <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3f3-fe0f-200d-1f308.png\" alt=\"🏳️‍🌈\" class=\"wp-smiley\" /> (@scottkclark) <a href=\"https://twitter.com/scottkclark/status/1540048402737774593?ref_src=twsrc%5Etfw\">June 23, 2022</a></blockquote>\n</div>\n\n\n\n<p>Mullenweg elaborated on why he sees GoDaddy as an existential threat in a series of tweets that have now been deleted but were preserved in screenshots below. He urged GoDaddy employees to examine how many people are contributing to WordPress and WooCommerce, two open source projects from which the company makes what he estimates to be hundreds of millions of dollars, versus  the company&#8217;s investment in proprietary website and store products. &#8220;How much did GoDaddy put back into .org vs spend on cPanel licenses?&#8221; he asked. </p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>In response to a <a href=\"https://twitter.com/allie_nimmons/status/1540050387759239169\">tweet</a> from WordPress digital producer Allie Nimmons, Mullenweg said that although GoDaddy employs some great people, they are &#8220;unfortunately overshadowed by massive corporate actions made many levels above them.&#8221; </p>\n\n\n\n<p>&#8220;Those who care about the future of WordPress should spend their dollars with less parasitic companies,&#8221; Mullenweg said.</p>\n\n\n\n<p>He commended Bluehost for its support of WordPress and its ecosystem since 2003.</p>\n\n\n\n<p>Citing GoDaddy&#8217;s market dominance, revenue estimates, and 25% of its commerce customers using GoDaddy Payments, the concern seemed more strongly aimed at  preserving WooCommerce and the its ability to benefit the rest of the ecosystem. </p>\n\n\n\n<p>Some speculated that GoDaddy is more likely an existential threat to WooCommerce and WordPress.com than it is to the WordPress project. </p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Would WooCommerce cease to exist? No. Would it damage it if GoDaddy managed to have 100% of all WooCommerce sites on its platform using their payment solution that circumvents Woo’s deals with Stripe/PayPal/etc.? Absolutely.</p>&mdash; Carl Hancock <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f7.png\" alt=\"🇨🇷\" class=\"wp-smiley\" /> (@carlhancock) <a href=\"https://twitter.com/carlhancock/status/1540109413083582464?ref_src=twsrc%5Etfw\">June 23, 2022</a></blockquote>\n</div>\n\n\n\n<p>&#8220;What I&#8217;m worried about is the future of WordPress if GoDaddy succeeds and suffocates the rest of the ecosystem,&#8221; Mullenweg said.</p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>In a strange turn of events that would have been unimaginable years ago, many in the WordPress community took to Twitter to defend GoDaddy, even though the company has historically been criticized for its poor performance and predatory sales practices. GoDaddy has been working to improve its tarnished reputation  by sponsoring open source contributors and events. Representatives from GoDaddy have not yet responded to a request for comment.</p>\n\n\n\n<p>&#8220;People have contributed some really great work to the WordPress ecosystem over the years while employed by Godaddy,&#8221; Mullenweg told the Tavern. &#8220;I wish the company great success and many happy returns.&#8221;</p>\n\n\n\n<p>Although the tweets were ultimately deleted, fragmenting the resulting conversation, it is clear that Mullenweg perceives GoDaddy as lacking support for the WordPress project and WooCommerce, relative to how much the hosting company is benefiting in revenue. He also sees GoDaddy&#8217;s support for proprietary solutions at grave odds with its purported support for 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:\"Fri, 24 Jun 2022 04:57: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: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:44:\"Post Status: An Operating System for 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98871\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/an-operating-system-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:285:\"What if WordPress, growing as an operating system for the web, spawns distributions and spins, like Linux? What do nine years of Jetpack teach us about Automattic and WordPress — the project and the dot-com? Rethinking how we think about SaaS, hosting, and the WordPress ecosystem...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Jun 2022 03:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:111:\"WPTavern: Gutenberg 13.5 Adds Featured Image Placeholder Support for Cover Block, Cleaner Pasting to Other Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/gutenberg-13-5-adds-featured-image-placeholder-support-for-cover-block-cleaner-pasting-to-other-apps\";s: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:4048:\"<p><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">Gutenberg 13.5</a> is now available. The release comes two weeks after the plugin introduced support for button elements in theme.json, axial spacing in the Gallery block, and a redesigned Publish popover in <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4.</a> The latest release includes 12 enhancements and 15&nbsp;bug&nbsp;fixes with the most notable changes landing in the Cover block. </p>\n\n\n\n<p>Prior to 13.5, the Cover block&#8217;s support for using a featured image had a more confusing UI with&nbsp;a separate button in the block toolbar. The featured image toggle has now been <a href=\"https://github.com/WordPress/gutenberg/pull/41476\">relocated to the media replace flow</a>. The Cover block has also been updated to <a href=\"https://github.com/WordPress/gutenberg/pull/41460\">display a placeholder</a> when the featured image in use.</p>\n\n\n\n<img />image source: <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">Gutenberg 13.5 release post</a>\n\n\n\n<p>The Cover block&#8217;s overlay color and opacity controls have been <a href=\"https://github.com/WordPress/gutenberg/pull/41102\">moved into the inspector controls sidebar&#8217;s Color panel</a> for consistency to match the UI for other blocks.</p>\n\n\n\n<p>Gutenberg 13.5 also expands the design tools available to the Post Navigation block. Users can now set the link color and font family. This is one of those situations where contributors <a href=\"https://github.com/WordPress/gutenberg/pull/41378\">discussed</a> how much design control makes sense for users in this context. Automattic-sponsored contributor Jeff Ong made the case for instances where users may want to have post navigation use the heading font, instead of the body font.</p>\n\n\n\n<img />image credit: Jeff Ong &#8211; <a href=\"https://github.com/WordPress/gutenberg/pull/41378\">Gutenberg PR #41378</a>\n\n\n\n<p>One small update to the Publish date picker is that it now highlights today&#8217;s date, expanding on the <a href=\"https://github.com/WordPress/gutenberg/pull/41097\">popover design update</a> introduced in 13.4. </p>\n\n\n\n<p>Gutenberg users who frequently copy and paste between other writing apps may be pleased to learn that version 13.5 introduces a change that <a href=\"https://github.com/WordPress/gutenberg/pull/41366\">strips the HTML from copied block markup</a> for the text/plain version of the clipboard. Gutenberg engineer Andrei Draganescu explained the reasoning behind the change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Pasting into plain text editors should only paste the text we see on screen not the whole underlying markup.</p><p>This is an improvement in the experience of writing in a different app rather than in the WordPress editor itself, and then bringing over the content. Since one could move text content back and forth a few times, pasting block markup is annoying if not even prone to introducing problems.</p></blockquote>\n\n\n\n<p>Prior to this change, pasting from Gutenberg into another app looked something like this:</p>\n\n\n\n<img />\n\n\n\n<p>Stripping the HTML out of serialized data in the copy handler before placing it in the&nbsp;<code>text/plain</code>&nbsp;version results in a cleaner paste, as Draganescu demonstrated in a video:</p>\n\n\n\nVideo Source: <a href=\"https://github.com/WordPress/gutenberg/pull/41366\">Gutenberg PR #41366</a>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">release post</a> for a full list of changes in 13.5. If you don&#8217;t have the Gutenberg plugin installed, you will have to wait until the next major WordPress release to take advantage of these fixes and enhancements. WordPress 6.1&#8217;s release date was <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">announced</a> today as October 25, 2022, following a long alpha and two short beta periods.</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, 23 Jun 2022 20:36:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}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, 08 Jul 2022 20:12:17 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 08 Jul 2022 20:00:11 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:\"20211220193300\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(156, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1657354338', 'no'),
(157, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1657311138', 'no'),
(158, '_transient_timeout_dash_v2_01e18dead815ce736e3b9cccfbd773a5', '1657354338', 'no'),
(159, '_transient_dash_v2_01e18dead815ce736e3b9cccfbd773a5', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://br.wordpress.org/2022/05/26/wordpress-6-0-arturo/\'>WordPress 6.0 “Arturo”</a></li><li><a class=\'rsswidget\' href=\'https://br.wordpress.org/2022/05/18/wordpress-6-0-release-candidate-3/\'>WordPress 6.0 Release Candidate 3</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://cdn.poststatus.com/join-the-incident-response-team/\'>Post Status: Join the Incident Response Team</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/what-about-that-woo-builder-meetup/\'>Do The Woo Community: WooBits: What About That Woo Builder Meetup?</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/its-hard-to-cope-without-a-wordpress-lite/\'>Post Status: It’s Hard to COPE Without a WordPress Lite</a></li></ul></div>', 'no'),
(162, 'finished_updating_comment_type', '1', 'yes');

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

--
-- Estrutura da tabela `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Extraindo dados da tabela `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');

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

--
-- Estrutura da tabela `wp_posts`
--

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

--
-- Extraindo dados da tabela `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2022-07-08 17:11:47', '2022-07-08 20:11:47', '<!-- wp:paragraph -->\n<p>Boas-vindas ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!</p>\n<!-- /wp:paragraph -->', 'Olá, mundo!', '', 'publish', 'open', 'open', '', 'ola-mundo', '', '', '2022-07-08 17:11:47', '2022-07-08 20:11:47', '', 0, 'http://localhost/wordpress/siteVB/?p=1', 0, 'post', '', 1),
(2, 1, '2022-07-08 17:11:47', '2022-07-08 20:11:47', '<!-- wp:paragraph -->\n<p>Esta é uma página de exemplo. É diferente de um post no blog porque ela permanecerá em um lugar e aparecerá na navegação do seu site na maioria dos temas. Muitas pessoas começam com uma página que as apresenta a possíveis visitantes do site. Ela pode dizer algo assim:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Olá! Eu sou um mensageiro de bicicleta durante o dia, ator aspirante à noite, e este é o meu site. Eu moro em São Paulo, tenho um grande cachorro chamado Rex e gosto de tomar caipirinha (e banhos de chuva).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...ou alguma coisa assim:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A Companhia de Miniaturas XYZ foi fundada em 1971, e desde então tem fornecido miniaturas de qualidade ao público. Localizada na cidade de Itu, a XYZ emprega mais de 2.000 pessoas e faz coisas grandiosas para a comunidade da cidade.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como um novo usuário do WordPress, você deveria ir ao <a href=\"http://localhost/wordpress/siteVB/wp-admin/\">painel</a> para excluir essa página e criar novas páginas para o seu conteúdo. Divirta-se!</p>\n<!-- /wp:paragraph -->', 'Página de exemplo', '', 'publish', 'closed', 'open', '', 'pagina-exemplo', '', '', '2022-07-08 17:11:47', '2022-07-08 20:11:47', '', 0, 'http://localhost/wordpress/siteVB/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-07-08 17:11:47', '2022-07-08 20:11:47', '<!-- wp:heading --><h2>Quem somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>O endereço do nosso site é: http://localhost/wordpress/siteVB.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comentários</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Quando os visitantes deixam comentários no site, coletamos os dados mostrados no formulário de comentários, além do endereço de IP e de dados do navegador do visitante, para auxiliar na detecção de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Uma sequência anonimizada de caracteres criada a partir do seu e-mail (também chamada de hash) poderá ser enviada para o Gravatar para verificar se você usa o serviço. A política de privacidade do Gravatar está disponível aqui: https://automattic.com/privacy/. Depois da aprovação do seu comentário, a foto do seu perfil fica visível publicamente junto de seu comentário.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Mídia</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Se você envia imagens para o site, evite enviar as que contenham dados de localização incorporados (EXIF GPS). Visitantes podem baixar estas imagens do site e extrair delas seus dados de localização.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Ao deixar um comentário no site, você poderá optar por salvar seu nome, e-mail e site nos cookies. Isso visa seu conforto, assim você não precisará preencher seus  dados novamente quando fizer outro comentário. Estes cookies duram um ano.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Se você tem uma conta e acessa este site, um cookie temporário será criado para determinar se seu navegador aceita cookies. Ele não contém nenhum dado pessoal e será descartado quando você fechar seu navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Quando você acessa sua conta no site, também criamos vários cookies para salvar os dados da sua conta e suas escolhas de exibição de tela. Cookies de login são mantidos por dois dias e cookies de opções de tela por um ano. Se você selecionar &quot;Lembrar-me&quot;, seu acesso será mantido por duas semanas. Se você se desconectar da sua conta, os cookies de login serão removidos.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Se você editar ou publicar um artigo, um cookie adicional será salvo no seu navegador. Este cookie não inclui nenhum dado pessoal e simplesmente indica o ID do post referente ao artigo que você acabou de editar. Ele expira depois de 1 dia.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Mídia incorporada de outros sites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Artigos neste site podem incluir conteúdo incorporado como, por exemplo, vídeos, imagens, artigos, etc. Conteúdos incorporados de outros sites se comportam exatamente da mesma forma como se o visitante estivesse visitando o outro site.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Estes sites podem coletar dados sobre você, usar cookies, incorporar rastreamento adicional de terceiros e monitorar sua interação com este conteúdo incorporado, incluindo sua interação com o conteúdo incorporado se você tem uma conta e está conectado com o site.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Com quem compartilhamos seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Se você solicitar uma redefinição de senha, seu endereço de IP será incluído no e-mail de redefinição de senha.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Por quanto tempo mantemos os seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Se você deixar um comentário, o comentário e os seus metadados são conservados indefinidamente. Fazemos isso para que seja possível reconhecer e aprovar automaticamente qualquer comentário posterior ao invés de retê-lo para moderação.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Para usuários que se registram no nosso site (se houver), também guardamos as informações pessoais que fornecem no seu perfil de usuário. Todos os usuários podem ver, editar ou excluir suas informações pessoais a qualquer momento (só não é possível alterar o seu username). Os administradores de sites também podem ver e editar estas informações.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Quais os seus direitos sobre seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Se você tiver uma conta neste site ou se tiver deixado comentários, pode solicitar um arquivo exportado dos dados pessoais que mantemos sobre você, inclusive quaisquer dados que nos tenha fornecido. Também pode solicitar que removamos qualquer dado pessoal que mantemos sobre você. Isto não inclui nenhuns dados que somos obrigados a manter para propósitos administrativos, legais ou de segurança.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Para onde seus dados são enviados</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Comentários de visitantes podem ser marcados por um serviço automático de detecção de spam.</p><!-- /wp:paragraph -->', 'Política de privacidade', '', 'draft', 'closed', 'open', '', 'politica-de-privacidade', '', '', '2022-07-08 17:11:47', '2022-07-08 20:11:47', '', 0, 'http://localhost/wordpress/siteVB/?page_id=3', 0, 'page', '', 0),
(4, 1, '2022-07-08 17:12:13', '0000-00-00 00:00:00', '', 'Rascunho automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2022-07-08 17:12:13', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/siteVB/?p=4', 0, 'post', '', 0);

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

--
-- Estrutura da tabela `wp_termmeta`
--

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

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

--
-- Estrutura da tabela `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Extraindo dados da tabela `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0);

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

--
-- Estrutura da tabela `wp_term_relationships`
--

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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Extraindo dados da tabela `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

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

--
-- Estrutura da tabela `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Extraindo dados da tabela `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

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

--
-- Estrutura da tabela `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Extraindo dados da tabela `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'VBvoipdobrasil'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"5fea28cefd3ace8319eac47ff86348e1edc87633fe379bdd34ef154ffe46fb6f\";a:4:{s:10:\"expiration\";i:1657483930;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657311130;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4');

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

--
-- Estrutura da tabela `wp_users`
--

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

--
-- Extraindo dados da tabela `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'VBvoipdobrasil', '$P$BLRLKPFAjPkCVHtLn/.Uaqp8.nfHqc1', 'vbvoipdobrasil', 'luana.santos@voipdobrasil.com.br', 'http://localhost/wordpress/siteVB', '2022-07-08 20:11:46', '', 0, 'VBvoipdobrasil');

--
-- Índices para tabelas despejadas
--

--
-- Índices para tabela `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices para tabela `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Índices para tabela `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Índices para tabela `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Índices para tabela `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices para tabela `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Índices para tabela `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices para tabela `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Índices para tabela `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Índices para tabela `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Índices para tabela `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices para tabela `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT de tabelas despejadas
--

--
-- AUTO_INCREMENT de tabela `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=163;

--
-- AUTO_INCREMENT de tabela `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de tabela `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de tabela `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT de tabela `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
