/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.11.13-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: adminulen -- ------------------------------------------------------ -- Server version 10.11.13-MariaDB-0ubuntu0.24.04.1 /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `adminulen` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `adminulen` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */; USE `adminulen`; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Bir WordPress yorumcusu','wapuu@wordpress.example','https://tr.wordpress.org/','','2025-09-22 13:30:38','2025-09-22 10:30:38','Merhaba, bu bir yorumdur.\nYorum yönetimine başlamak, düzenlemek ve silmek için lütfen Başlangıç ekranındaki yorumlar bölümüne gidin.\nYorumcuların avatarları Gravatar üzerinden alınır.',0,'1','','comment',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_jetpack_sync_queue` -- DROP TABLE IF EXISTS `wp_jetpack_sync_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_jetpack_sync_queue` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `queue_id` varchar(50) NOT NULL, `event_id` varchar(100) NOT NULL, `event_payload` longtext NOT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`ID`), KEY `event_id` (`event_id`), KEY `queue_id` (`queue_id`), KEY `queue_id_event_id` (`queue_id`,`event_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_jetpack_sync_queue` -- LOCK TABLES `wp_jetpack_sync_queue` WRITE; /*!40000 ALTER TABLE `wp_jetpack_sync_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_jetpack_sync_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_jetpack_waf_blocklog` -- DROP TABLE IF EXISTS `wp_jetpack_waf_blocklog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_jetpack_waf_blocklog` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `rule_id` bigint(20) NOT NULL, `reason` longtext NOT NULL, PRIMARY KEY (`log_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_jetpack_waf_blocklog` -- LOCK TABLES `wp_jetpack_waf_blocklog` WRITE; /*!40000 ALTER TABLE `wp_jetpack_waf_blocklog` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_jetpack_waf_blocklog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) 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) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=8599 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'cron','a:19:{i:1758927526;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1758927561;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1758929046;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1758929437;a:1:{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;}}}i:1758929439;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:1758930242;a:1:{s:18:\"w3_pgcache_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"w3_pgcache_cleanup\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1758931237;a:1:{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;}}}i:1758932719;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1758933037;a:1:{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:1758933293;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1758969038;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1758969076;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1758969078;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1758975813;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1758975849;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759141892;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759228239;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759753446;a:1:{s:28:\"jetpack_recommend_videopress\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','on'), (2,'siteurl','https://adminulan.com','on'), (3,'home','https://adminulan.com','on'), (4,'blogname','Atarlı IT'ci (şimdilik 1 kişi)','on'), (5,'blogdescription','Alacağınız backup’ı sikim...','on'), (6,'users_can_register','0','on'), (7,'admin_email','tech@adminulan.com','on'), (8,'start_of_week','1','on'), (9,'use_balanceTags','0','on'), (10,'use_smilies','1','on'), (11,'require_name_email','1','on'), (12,'comments_notify','1','on'), (13,'posts_per_rss','10','on'), (14,'rss_use_excerpt','0','on'), (15,'mailserver_url','mail.example.com','on'), (16,'mailserver_login','login@example.com','on'), (17,'mailserver_pass','','on'), (18,'mailserver_port','110','on'), (19,'default_category','1','on'), (20,'default_comment_status','open','on'), (21,'default_ping_status','open','on'), (22,'default_pingback_flag','1','on'), (23,'posts_per_page','10','on'), (24,'date_format','j F Y','on'), (25,'time_format','H:i','on'), (26,'links_updated_date_format','j F Y H:i','on'), (27,'comment_moderation','0','on'), (28,'moderation_notify','1','on'), (29,'permalink_structure','/%postname%/','on'), (30,'rewrite_rules','a:94:{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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";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:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'), (31,'hack_file','0','on'), (32,'blog_charset','UTF-8','on'), (33,'moderation_keys','','off'), (34,'active_plugins','a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:25:\"cloudflare/cloudflare.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:33:\"w3-total-cache/w3-total-cache.php\";}','on'), (35,'category_base','','on'), (36,'ping_sites','https://rpc.pingomatic.com/','on'), (37,'comment_max_links','2','on'), (38,'gmt_offset','3','on'), (39,'default_email_category','1','on'), (40,'recently_edited','','off'), (41,'template','didi-lite','on'), (42,'stylesheet','didi-lite','on'), (43,'comment_registration','0','on'), (44,'html_type','text/html','on'), (45,'use_trackback','0','on'), (46,'default_role','subscriber','on'), (47,'db_version','60421','on'), (48,'uploads_use_yearmonth_folders','1','on'), (49,'upload_path','','on'), (50,'blog_public','1','on'), (51,'default_link_category','2','on'), (52,'show_on_front','posts','on'), (53,'tag_base','','on'), (54,'show_avatars','1','on'), (55,'avatar_rating','G','on'), (56,'upload_url_path','','on'), (57,'thumbnail_size_w','150','on'), (58,'thumbnail_size_h','150','on'), (59,'thumbnail_crop','1','on'), (60,'medium_size_w','300','on'), (61,'medium_size_h','300','on'), (62,'avatar_default','mystery','on'), (63,'large_size_w','1024','on'), (64,'large_size_h','1024','on'), (65,'image_default_link_type','none','on'), (66,'image_default_size','','on'), (67,'image_default_align','','on'), (68,'close_comments_for_old_posts','0','on'), (69,'close_comments_days_old','14','on'), (70,'thread_comments','1','on'), (71,'thread_comments_depth','5','on'), (72,'page_comments','0','on'), (73,'comments_per_page','50','on'), (74,'default_comments_page','newest','on'), (75,'comment_order','asc','on'), (76,'sticky_posts','a:0:{}','on'), (77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), (78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), (79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), (80,'uninstall_plugins','a:0:{}','off'), (81,'timezone_string','','on'), (82,'page_for_posts','0','on'), (83,'page_on_front','0','on'), (84,'default_post_format','0','on'), (85,'link_manager_enabled','0','on'), (86,'finished_splitting_shared_terms','1','on'), (87,'site_icon','0','on'), (88,'medium_large_size_w','768','on'), (89,'medium_large_size_h','0','on'), (90,'wp_page_for_privacy_policy','3','on'), (91,'show_comments_cookies_opt_in','1','on'), (92,'admin_email_lifespan','1774089037','on'), (93,'disallowed_keys','','off'), (94,'comment_previously_approved','1','on'), (95,'auto_plugin_theme_update_emails','a:0:{}','off'), (96,'auto_update_core_dev','enabled','on'), (97,'auto_update_core_minor','enabled','on'), (98,'auto_update_core_major','enabled','on'), (99,'wp_force_deactivated_plugins','a:0:{}','on'), (100,'wp_attachment_pages_enabled','0','on'), (101,'initial_db_version','60421','on'), (102,'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;}}}','on'), (103,'fresh_site','0','off'), (104,'WPLANG','tr_TR','auto'), (105,'user_count','1','off'), (106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"

Son Yazılar

\";}i:4;a:1:{s:7:\"content\";s:224:\"

Son yorumlar

\";}i:5;a:1:{s:7:\"content\";s:147:\"

Arşivler

\";}i:6;a:1:{s:7:\"content\";s:151:\"

Kategoriler

\";}s:12:\"_multiwidget\";i:1;}','auto'), (107,'sidebars_widgets','a:7:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:13:\"array_version\";i:3;}','auto'), (108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.2\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'), (126,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1758537508;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'), (127,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"6ce40d4cdf6181df6e066e5e0e1ba4fd\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'), (135,'_site_transient_timeout_browser_3ade46e10ab46df1d7d395ddaa715a24','1759141877','off'), (136,'_site_transient_browser_3ade46e10ab46df1d7d395ddaa715a24','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"140.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";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;}','off'), (137,'_site_transient_timeout_php_check_c185e55df4b0a6736edc9cab5f777a2c','1759141878','off'), (138,'_site_transient_php_check_c185e55df4b0a6736edc9cab5f777a2c','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'), (139,'can_compress_scripts','0','on'), (140,'_transient_timeout_feed_868981a74fb045e2d866f14ee0dbf978','1758580284','off'), (141,'_transient_feed_868981a74fb045e2d866f14ee0dbf978','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Türkiye\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"https://www.wp-tr.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:31:\"WordPress Türkiye Resmi sitesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Jul 2024 22:41:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"tr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=6.8.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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordCamp Avrupa 2024’ün Kısa Özeti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://www.wp-tr.org/wordcamp-avrupa-2024un-kisa-ozeti/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Jul 2024 08:40:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20531\";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:498:\"Bu yıl 12. düzenlenen WordCamp Avrupa, 2.584 kişinin katılımıyla, Lingotto Konferans ve Sergi Salonu‘nda, Torino, İtalya’da gerçekleşti. Etkinliği sizlere aktarabilmek için Güzel Hosting sponsorluğunda WordPress Türkiye olarak oradaydık. 13-15 Haziran 2024 tarihleri arasında, dünyanın bir çok ülkesinden Torino’ya akın eden WordPress severler, dünyanın en popüler web platformunu keşfetmek ve kutlamak için bir araya geldiler. Gönüllülerden […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:13757:\"\n

Bu yıl 12. düzenlenen WordCamp Avrupa, 2.584 kişinin katılımıyla, Lingotto Konferans ve Sergi Salonu‘nda, Torino, İtalya’da gerçekleşti.

\n\n\n
\n
\"WordCamp
WordCamp Avrupa 2024’ü kutlamak için aydınlatılan Torino’daki Mole Antonelliana.
\n\n\n

Etkinliği sizlere aktarabilmek için Güzel Hosting sponsorluğunda WordPress Türkiye olarak oradaydık. 13-15 Haziran 2024 tarihleri arasında, dünyanın bir çok ülkesinden Torino’ya akın eden WordPress severler, dünyanın en popüler web platformunu keşfetmek ve kutlamak için bir araya geldiler. Gönüllülerden oluşan 250 kişilik bir ekip, kıdemli WordCamp organizatörleri Wendie Huis in ‘t Veld, Juan Hernando ve Takis Bouyouris yönetiminde etkinliği düzenlediler.

\n\n\n\n

Katılımcı Günü’nün Büyük Etkisi

\n\n\n\n

Katılımcı Günü, WordPress’i geliştirmek ve desteklemek için 25 ekipte toplam 726 katılımcıyı bir araya getirdi. Katılımcılar 29 dilde 79.059 metnin çevrilmesi, yaklaşan 6.6 sürümü için belgelerin güncellenmesi, destek forumlarında etkinlik, test ekipleri için yeni katılımcıların ekibe katılması ve eklenti güvenliğini artırma yollarının belirlenmesi gibi çok çeşitli alanlarda çalışmalar sağladı.

\n\n\n
\n
\"WCEU
WCEU 2024 Katkı Günü’nde toplanan katılımcılar.
\n\n\n

Sürdürülebilir Açık Kaynak Gelecektir

\n\n\n
\n
\"Açılış
Açılış konuşması sunucuları, Joost de Valk and Juliette Reinders Folmer
\n\n\n

Joost de Valk ve Juliette Reinders Folmer, açık kaynak yazılım projelerinin sürdürülebilirliğini konu alan açılış konuşmasını yaptılar. Konuşmalarında açık kaynak projelerinin finansmanı, kod dışındaki katkılar ve ticari işletmelerde, müşterileri açık kaynağın tescilli platformlara uygun bir alternatif olduğuna ikna etme konularını ele aldılar.

\n\n\n\n

İki Gün Süren İlgi Çekici Oturumlar

\n\n\n\n

Cuma ve Cumartesi günlerinde, üç ayrı kolda toplam 60 sunum ve atölye çalışması gerçekleştirildi. Konular arasında WordPress geliştirme, erişilebilirlik, tasarım, iş dünyası, topluluk, yapay zeka ve siber güvenlik yer aldı.

\n\n\n\n
\n
\n
\"\"
Hızlı Oluşturma Oturumu
\n\n\n\n
\n
\"Bağlantı
Bağlantı Serisi
\n
\n\n\n\n

Gençlik atölyesi, genç katılımcılara WordPress siteleri oluşturma, yeni teknolojileri keşfetme ve internet güvenliği hakkında bilgi edinme fırsatları sundu. Bu arada, sağlıklı yaşam temalı bir kolda, yoga dersleri ve Torino’da yürüyüş turları içeriyordu; katılımcıları ekranlarından uzaklaşmaya ve bu yılın ev sahibi şehrinin güzelliklerini keşfetmeye teşvik etti.

\n\n\n\n

Yıl Ortası Proje Güncellemesi

\n\n\n\n

WordPress’in kurucu ortağı Matt Mullenweg, WordPress ile ilgili yıl ortası proje güncellemesini paylaştı ve sunumunu, Gutenberg aşamalarından WordPress Playground’a kadar çeşitli konularda seyircilerden gelen soruları yanıtlayarak ve bir hata düzeltme talebinin hızlandırılmasını kabul ederek tamamladı.

\n\n\n\n

Matt’in sunumu, katılımcı mentorluk programının ve WCEU Katılımcı Günü’nün başarısını vurguladı, Canlı Çeviri’yi tanıttı ve Veri Özgürlüğü girişimi hakkında bir güncelleme paylaştı.

\n\n\n\n

Matt ayrıca WordPress Playground ile ilgili en son yenilikleri ele aldı, performans kazanımlarını vurguladı ve otomatik güncellemeler için geri alma ve uzaktan görüntüleme gibi gelecekteki sürümlerde beklenen özelliklerin önizlemesini yaptı.

\n\n\n
\n
\"WordPress
WordPress kurucu ortağı Matt Mullenweg
\n\n\n

WordPress topluluğunda heyecan verici yeni bir trende dikkat çeken Mullenweg, WordPress uzmanlarının gerçek zamanlı olarak web siteleri oluşturduğu, ipuçlarını, kısayolları ve en iyi uygulamaları sergilediği “hızlı oluşturma yarışmaları”ndan bahsetti. Bu tür bir etkinlik WCEU oturumlarından birinde gerçekleşti ve Matt’in sunumunun soru-cevap bölümünde, böyle bir etkinliğe katılması için bir meydan okumayı kabul etti!

\n\n\n\n

Matt, 2003’te Mike Little ile birlikte ilk sürümü başlattığından bu yana WordPress’in 21. yıldönümüne ulaşmasını değerlendirdi. WordPress’in önümüzdeki on yıllar boyunca sürdürülebilir kalmasını sağlamak için 11 önemli maddeyi paylaştı:

\n\n\n\n\n\n\n\n
\n\n
WordPress Yaz Güncellemesi
\n\n\n\n

Kapanış Konuşmaları

\n\n\n\n

Kapanış konuşmalarında, etkinlik organizatörleri Avrupa Parlamentosu, Torino şehri ve bölgesel turizm kurulu Turismo Torino’nun destekleri için teşekkürlerini ifade ettiler. Gönüllüler ekibi, etkinliği üretmedeki özverili çalışmaları nedeniyle kutlandı.

\n\n\n\n

Üç günlük yoğun bir programı sonlandıran organizasyon ekibi, WordCamp Europe 2025’in 5-7 Haziran 2025 tarihleri arasında Basel, İsviçre’de düzenleneceğini duyurdu. Duyuru büyük alkışlarla karşılandı ve bir yıl sonra tekrar buluşma planları yapıldı.

\n\n\n
\n
\"\"
WCEU grup fotoğrafı
\n\n\n
\n\n\n\n

Bu yazı https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/ adresindeki yazının Türkçe’ye çevrilmiş ve editöryel olarak elden geçirilmiş sürümüdür.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Sayılarla Güzel Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://www.wp-tr.org/sayilarla-guzel-hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jun 2024 13:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20526\";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:486:\"Sayılarla WordCamp Avrupa 2023 yazımızda geçen yıla ait istatistikler paylaşmıştık. Bu yazımızda sponsorumuz olan Güzel Hosting ile ilgili çeşitli istatistikleri paylaşacağız. Güzel Hosting, 2008 yılından bu yana “en uygun ücretlerle en iyi hizmeti sunabilmek” anlayışıyla faaliyet göstermektedir. Bu anlayış sayesinde sektörde 16 yılı aşkın süredir öncü bir konuma gelmiş bulunmaktadır. Müşterilerinin iş ve web sitelerinin […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:2825:\"\n

Sayılarla WordCamp Avrupa 2023 yazımızda geçen yıla ait istatistikler paylaşmıştık. Bu yazımızda sponsorumuz olan Güzel Hosting ile ilgili çeşitli istatistikleri paylaşacağız.

\n\n\n\n
\"\"
\n\n\n\n

Güzel Hosting, 2008 yılından bu yana “en uygun ücretlerle en iyi hizmeti sunabilmek” anlayışıyla faaliyet göstermektedir. Bu anlayış sayesinde sektörde 16 yılı aşkın süredir öncü bir konuma gelmiş bulunmaktadır. Müşterilerinin iş ve web sitelerinin öneminin bilincinde olarak, 365 gün 7/24 çalışmakta ve her soruna en hızlı şekilde müdahale etmekteler. Paylaşımlı sunucuların sürekli takibi yapılarak olası sorunlara en kısa sürede müdahale edebiliyorlar, böylece %99 uptime garantisini aşan bir hizmet sunmaktalar.

\n\n\n\n

2024 Haziran verilerine göre Güzel Hosting’in, toplam 150.853 aktif müşteri hesabı bulunmakta olup, VPS/VDS ve sunucu hizmetleri hariç yaklaşık 192.859 web sitesi sunucularında barınmakta. Ayrıca, verilen alan adı bayilikleri hariç, 97.983 aktif alan adı kayıtlıdır. Kurumsal mail hizmetlerinde ise toplam 35.491 posta kutusunda 92.000.478 adet e-posta saklanmaktadır. Bu veriler, Güzel Hosting’in sektördeki büyüklüğünü ve müşteri memnuniyetine verdiği önemi göstermektedir.

\n\n\n\n

Güzel Hosting, Türkiye’nin yerli sermayeye sahip en çok web sitesi barındıran web hosting şirketi olmanın sorumluluğu ile sektörün lideri olmaya devam ediyor. Her gün altyapı güçlendirmeleri ve geliştirmeler yaparak, müşterilerine daha iyi hizmet sunmak için aralıksız çalışıyorlar.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20526\";s: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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Katılımcı gününün ardından\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://www.wp-tr.org/katilimci-gununun-ardindan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jun 2024 08: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20521\";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:490:\"Her yıl, WordCamp Avrupa başlamadan önce (ya da bazen sonra) bir günlük katılımcı günü etkinliği düzenleniyor. WordPress’e gönül vermiş kişiler bir araya gelerek, bir günlük süre içerisinde WordPress’e olabildiğince katkıda bulunmaya çalışıyorlar. Bu yıl katılımcı gününe katılım o kadar fazlaydı ki, katılımcı sayısını sınırlandırmak ve bilet ile katılım yaptırmak durumunda kalındı. 700’ü aşkın gönüllü 24 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:3552:\"\n

Her yıl, WordCamp Avrupa başlamadan önce (ya da bazen sonra) bir günlük katılımcı günü etkinliği düzenleniyor. WordPress’e gönül vermiş kişiler bir araya gelerek, bir günlük süre içerisinde WordPress’e olabildiğince katkıda bulunmaya çalışıyorlar.

\n\n\n\n
\"\"
\n\n\n\n

Bu yıl katılımcı gününe katılım o kadar fazlaydı ki, katılımcı sayısını sınırlandırmak ve bilet ile katılım yaptırmak durumunda kalındı. 700’ü aşkın gönüllü 24 farklı grupta tüm gün boyunca WordPress’e katkı sağladılar.

\n\n\n\n

Gruplar

\n\n\n\n

Bu yılki gruplar aşağıdaki gibiydi;

\n\n\n\n\n\n\n\n
\"\"
\n\n\n\n

Uzaktan katılımın da sağlandığı günün sonunda bir çok grup harika işler başardılar. Biz de çeviri konusunda çalışarak günün sonunda bir çok farklı tema ve eklentisinin çevirisini yaparak, 6.000’in üzerinde dizenin çevirisini tamamladık.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20521\";s: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sayılarla WordCamp Avrupa 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://www.wp-tr.org/sayilarla-wordcamp-avrupa-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Jun 2024 12:35:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s: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:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20518\";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:504:\"WordCamp Avrupa 2023, 94 ülkeden 2.545 WordPress meraklısını Atina’da bir araya getiren, büyük bir WordPress etkinliğiydi. Özellikle pandemi sonrası fiziksel etkinliklerin tekrar hız kazandığı bir dönemde, küresel erişimini ortaya serecek nitelikle görkemli bir etkinlik oldu. WordCamp Avrupa ilham verici ve bilgilendirici bir etkinlik olduğunu kanıtlarcasına WordPress topluluğunu güçlendirirken, trendler, yeni yaklaşımlar ve gelecekteki değişikliklere kapı […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:4105:\"\n

WordCamp Avrupa 2023, 94 ülkeden 2.545 WordPress meraklısını Atina’da bir araya getiren, büyük bir WordPress etkinliğiydi. Özellikle pandemi sonrası fiziksel etkinliklerin tekrar hız kazandığı bir dönemde, küresel erişimini ortaya serecek nitelikle görkemli bir etkinlik oldu.

\n\n\n\n

WordCamp Avrupa ilham verici ve bilgilendirici bir etkinlik olduğunu kanıtlarcasına WordPress topluluğunu güçlendirirken, trendler, yeni yaklaşımlar ve gelecekteki değişikliklere kapı araladı.

\n\n\n\n

Tamamen şeffaf bir etkinlik oluşturma mottosunu koruyarak, verileri inceledik ve bilmek istediğiniz sayıları sizler için derledik.

\n\n\n\n

Katılımcılar

\n\n\n\n\n\n\n\n

Gönüllüler

\n\n\n\n\n\n\n\n

Organizatörler

\n\n\n\n\n\n\n\n

Medya

\n\n\n\n\n\n\n\n

Fotoğraf

\n\n\n\n\n\n\n\n

Konuşmacılar

\n\n\n\n\n\n\n\n

Temsil edilen ülkeler

\n\n\n\n\n\n\n\n

Sponsorlar

\n\n\n\n\n\n\n\n

Katılımcı Günü

\n\n\n\n

658 Katılımcı
144 Yeni katılımcı
23 Takım

\n\n\n\n

Sonuç

\n\n\n\n

Rakamlar bir araya geliyor ve sayıları oluşturuyorlar. Etkileyici bir hikaye anlatıyor olabilirler, ancak olayı dikkat çekici kılan insanlardır. Her sayının arkasında anlatacak bir WordPress hikayesi olan bir kişi yatar.

\n\n\n\n

Gerçek sihir, insanlar birbirleriyle bağlantı kurduğunda, paylaştığında ve etkileşime geçtiğinde gerçekleşir.

\n\n\n\n

WordCamp Avrupa 2023’ün unutulmaz bir an olmasına yardımcı olan herkese teşekkürler.

\n\n\n\n
\n

Bu yazı Wordcamp Avrupa 2023 sitesinde yayınlanmış olan WCEU 2023 in Numbers yazısının çevirisidir.

\n
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20518\";s: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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/wordcamp-avrupa-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Jun 2024 07: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20514\";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:493:\"WordCamp Avrupa, gündelik kullanıcılardan çekirdek geliştiricilere kadar WordPress meraklılarının bir araya geldiği, gayri resmi ve topluluk tarafından organize edilen bir buluşmadır. Farklı ülke ve şehirlerde düzenlenen etkinlik her sene 3.000 civarında katılımcıyla üç gün sürüyor. WordCamp Avrupa’da ne yapılır? WordCamp Avrupa’da çok fazla etkinlik gerçekleşir ve bu yılki etkinlik de geçtiğimiz yıllardan farklı olmayacaktır. Üç […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:3008:\"\n

WordCamp Avrupa, gündelik kullanıcılardan çekirdek geliştiricilere kadar WordPress meraklılarının bir araya geldiği, gayri resmi ve topluluk tarafından organize edilen bir buluşmadır. Farklı ülke ve şehirlerde düzenlenen etkinlik her sene 3.000 civarında katılımcıyla üç gün sürüyor.

\n\n\n\n

WordCamp Avrupa’da ne yapılır?

\n\n\n\n

WordCamp Avrupa’da çok fazla etkinlik gerçekleşir ve bu yılki etkinlik de geçtiğimiz yıllardan farklı olmayacaktır. Üç gün boyunca gerçekleşecek birçok konuşma, birçok uygulamalı oturum ve atölye çalışması ile katılımcılar kendilerini eğitme şansına ve diğer katılımcılarla ağ kurma fırsatına sahip olacaklar.

\n\n\n\n

Son yıllarda etkinliğin hayli büyümesiyle beraber konuşmalar birden çok sahnede yer almaya başladılar. Bu yıl üç ayrı sahnede bir çok konuşmacı, konuşmalarını sunacaklar. Programı resmi siteden inceleyebilirsiniz.

\n\n\n\n

Sahnelere ek olarak, fuaye alanında stand açmış olan büyük şirketlerden küçük niş şirketlere kadar bir çok sponsor da renkli anlar oluşturabiliyor. Bu şirketlerin çalışanlarıyla tanışabilir, ürün tanıtımlarına katılabilir ve sohbet edebilirsiniz. Eğlenceli mini oyunlar ve hediyeler de cabası.

\n\n\n\n

Diğer katılımcılarla sohbet ederek WordPress topluluğunun diğer üyelerini tanıma fırsatını yakalamak belki de bu etkinliğin en önemli konularından biri. Twitter’da takip ettiğiniz biriyle, kullanıcı gruplarında tanıştığınız biriyle veya önceki bir WordCamp’ten tanıdık bir yüzle karşılaşabilirsiniz. WCEU, eski ve yeni arkadaşlarla tanışmak için harika bir yer.

\n\n\n\n

Katkıda Bulunma

\n\n\n\n

Konferansa ek olarak, ilk gün Katılımcı Günü adıyla hem yeni, hem de deneyimli topluluk üyelerinin bir araya gelip WordPress projesine katılmanın farklı yollarını öğrendiği özel bir gün düzenleniyor.

\n\n\n\n

Katılımcı Günü herkese açık olmasına rağmen, yoğun talep nedeniyle bu yıl kayıt olanlarla sınırlandırıldı. Yine de 700 civarında WordPress sever katılımcı günü için kaydolmuş durumda!

\n\n\n\n

WordPress Türkiye olarak ne yapıyoruz?

\n\n\n\n

Geçmiş yıllarda olduğu gibi, bu yıl da WordCamp Avrupa etkinliği ile ilgili haberleri size taşımaya çalışıyoruz. Bu yıl WordPress Türkiye ekibinden Emre Erkan, Güzel Hosting sponsorluğunda etkinliğe katılacak ve izlenimlerini paylaşacak. Blog yazılarımızı ve sosyal medya hesaplarımızı takip etmeyi unutmayın. Sponsorumuzun küçük sürprizleri olacak!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20514\";s: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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp Avrupa’da neler oluyor?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://www.wp-tr.org/wordcamp-avrupada-neler-oluyor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Jun 2023 07:05: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20449\";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:448:\"Bu yıl Atina’da düzenlenen WordCamp Avrupa etkinliği Atina’nın en büyük konferans merkezi olan Megaron Atina Uluslararası Konferans Merkezinde (Megaron Athens International Conference Centre – MAICC) düzenleniyor. Şehrin merkezinde yer alan konferans merkezi toplamda 143.000 metrekarelik bir alana sahip, 18 adet toplantı alanı ile birlikte geniş bir sergi ve fuaye alanıyla da hizmet veriyor. Sadece sergi […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:5157:\"\n

Bu yıl Atina’da düzenlenen WordCamp Avrupa etkinliği Atina’nın en büyük konferans merkezi olan Megaron Atina Uluslararası Konferans Merkezinde (Megaron Athens International Conference Centre – MAICC) düzenleniyor. Şehrin merkezinde yer alan konferans merkezi toplamda 143.000 metrekarelik bir alana sahip, 18 adet toplantı alanı ile birlikte geniş bir sergi ve fuaye alanıyla da hizmet veriyor. Sadece sergi ve fuaye alanları toplamda 12.000 metrekarelik bir alana sahip. WordCamp Avrupa etkinliği de bu geniş alanı en güzel şekilde kullanıyor.

\n\n\n
\n
\"\"
\n\n\n

Etkinliğe Avrupa’nın bir çok ülkesinden 1.500’ün üzerinde katılımcı katılıyor. Üç konferans salonunda konuşmalar devam ederken iki konferans salonu da atölye çalışmaları için ayrılmış durumda. Ayrıca bir salon da aile olarak gelmiş katılımcıların çocukları için ayrılmış durumda ve mini bir WordCamp de burada devam ediyor.

\n\n\n\n

Konferans salonlarının hemen dışında, fuaye alanında ve koridorlarda etkinliğe sponsor olan firmaların standları yer alıyor. Oldukça fazla sayıda sponsor olduğu için bu alanlar bir pazar alanı havası taşıyor.

\n\n\n\n
\"\"
\n\n\n\n

Birçok firma, ürünlerini tanıtmak ve katılımcılarla bağ kurmak amacıyla çeşitli çekilişler ve hediyeler düzenliyor. Katılımcılar hem WordPress ekosistemini daha yakından tanıma fırsatı buluyor hem de yeni işbirlikleri için adımlar atabiliyorlar. WordCamp ekibi de etkileşimi en üst düzeyde tutabilmek, insanların daha kolay birbirleriyle iletişime geçebilmelerini sağlamak için bir oyun eklemiş. Kayıtta size dört adet kartpostal veriliyor. Dördü de birbirinin aynı. Fakat başka katılımcılarda farklı tasarıma sahip kartpostallar var. Konuşup, tanışıp kartpostal takası yapabiliyorsunuz. İletişimi başlatmak için harika bir strateji. Ayrıca kartpostal olmaları da uzaklarda yaşayan sevdiklerinize küçük bir sürpriz yapmanız için sizi tetikliyor.

\n\n\n\n
\"\"
\n\n\n\n

Her bir konferans salonunda devam eden etkinliklerin listesine buradan, etkinlikleri canlı olarak seyretmek isterseniz de canlı yayın listesine buradan ulaşabilirsiniz.

\n\n\n
\n
\"\"
\n\n\n

Etkinliğe katılım, bu bilgileri size aktarmamızı sağlayan sponsorumuz Güzel Hosting’e bir kere daha teşekkür ederiz. Twitter‘da ve Facebook’da devam eden iki ayrı çekiliş ile WP-Mini paketi kazanma fırsatı devam ediyor.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20449\";s: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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Yeniden WordCamp Avrupa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://www.wp-tr.org/yeniden-wordcamp-avrupa/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jun 2023 10:12:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20445\";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:458:\"Tekrar Merhaba! Ben Emre Erkan. 2005 yılından beri aktif olarak WordPress kullanıyor ve 2008 yılından beri WordPress Türkiye ekibini yönetiyorum. Türkçe paketin hazırlanması, topluluk yönetimi, etkinliklerin düzenlenmesi, WordPress.org ile iletişim gibi bir çok alanda gönüllü olarak çalışıyorum. WordCamp Avrupa 2023 bugün başlıyor. Geçen yıllarda olduğu gibi bu yıl da üç gün sürecek etkinliği WordPress Türkiye […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:8560:\"\n
\"\"
\n\n\n\n

Tekrar Merhaba!

\n\n\n\n

Ben Emre Erkan. 2005 yılından beri aktif olarak WordPress kullanıyor ve 2008 yılından beri WordPress Türkiye ekibini yönetiyorum. Türkçe paketin hazırlanması, topluluk yönetimi, etkinliklerin düzenlenmesi, WordPress.org ile iletişim gibi bir çok alanda gönüllü olarak çalışıyorum.

\n\n\n\n

WordCamp Avrupa 2023 bugün başlıyor. Geçen yıllarda olduğu gibi bu yıl da üç gün sürecek etkinliği WordPress Türkiye takipçilerine aktarmak için Güzel Hosting sponsorluğunda Atina’da olacağım. Blog yazıları, Facebook üzerinden canlı yayınlar ve sosyal medya paylaşımları ile elimden geldiğince etkinliği sizlere aktarmaya çalışacağım.

\n\n\n\n\n\n\n\n

Sponsorumuzu tanıyalım

\n\n\n
\n
\"\"
\n\n\n

Güzel Hosting, 2008’den beri en uygun ücretlerle en iyi hizmeti sunma anlayışıyla sektörde öncü bir şirket olarak faaliyet göstermektedir. Müşterilerinin işleri ve web sitelerinin ne kadar önemli olduğunun farkında olan Güzel Hosting, 365 gün 24 saat çalışarak her soruna en hızlı şekilde müdahale etmekte ve %99 uptime garantisini aşan bir oranda çalışmayı sağlamaktadır. Şeffaf ve özverili yaklaşımları, müşterilerin güvenini kazanmada en önemli faktörlerdir. Güzel Hosting, sürekli olarak geleceğe yatırım yaparak altyapısını güçlendirmekte ve müşterilerine daha iyi hizmet sunabilmek için kendilerine özgü sistemler ve yazılımlar geliştirmektedir. Her geçen gün ekibini de büyüterek sürekli gelişmeyi hedeflemektedir.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20445\";s: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:63:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Türkçe 5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://www.wp-tr.org/wordpress-turkce-5-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Aug 2020 09:43: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:14:\"Güncellemeler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Haberler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.wp-tr.org/?p=20331\";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:518:\"İşte burada! Billy Eckstine anısına “Eckstine” olarak isimlendirilmiş bu son ve harika WordPress sürümünü indirebilir ya da panelinizden güncelleme yapabilirsiniz. Hız Geç yüklenen görseller sayesinde yazı ve sayfalarınız daha hızlı hissedilecek. Görseller hikayelerinizde harika bir etki yaratabiliyor fakat bazen sitenizi yavaşlatabiliyor. WordPress 5.5 ile görseller tarayıcının görünür alanına kaydırıldıklarında görünür oluyorlar. Bu olayın teknik karşılığı […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:48:\"https://s.w.org/images/core/5.5/auto-updates.mp4\";s:6:\"length\";s:6:\"238264\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://s.w.org/images/core/5.5/block-patterns.mp4\";s:6:\"length\";s:7:\"3518792\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\";s:6:\"length\";s:7:\"3145140\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Emre Erkan\";s: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:13889:\"\n

İşte burada! Billy Eckstine anısına “Eckstine” olarak isimlendirilmiş bu son ve harika WordPress sürümünü indirebilir ya da panelinizden güncelleme yapabilirsiniz.

\n\n\n\n
\"\"
\n\n\n\n
\n

WordPress 5.5 karşınızda.

\n\n\n\n

WordPress 5.5 sitenizin üç ana alanda yeni güçlere kavuşmasını sağlayacak:
hız, arama ve güvenlik..

\n
\n\n\n\n
\n
\n\n\n\n
\n

Hız

\n\n\n\n

Geç yüklenen görseller sayesinde yazı ve sayfalarınız daha hızlı hissedilecek.

\n\n\n\n

Görseller hikayelerinizde harika bir etki yaratabiliyor fakat bazen sitenizi yavaşlatabiliyor.

\n\n\n\n

WordPress 5.5 ile görseller tarayıcının görünür alanına kaydırıldıklarında görünür oluyorlar. Bu olayın teknik karşılığı ‘geç yükleme’.

\n\n\n\n

Mobilde, geç yükleme diğer cihazlar için yüklenmesi planlanan dosyalardan da koruma sağlar. Bu da okuyucularınızın veriye daha az ücret ödemesine — ve daha az pil tüketimine yol açar.

\n\n\n\n

Arama

\n\n\n\n

Yeni site haritanıza merhaba deyin.

\n\n\n\n

WordPress siteleri arama motorlarıyla uyumlu çalışır.

\n\n\n\n

Artık varsayılan olarak WordPress 5.5, arama motorlarının yayına girdiğiniz andan itibaren en önemli sayfalarınızı keşfetmesine yardımcı olan bir XML site haritası içerir.

\n\n\n\n

Böylece daha fazla kişi sitenizi daha erken bulur, bu sayede onları meşgul etmek, elde tutmak ve abonelere, müşterilere veya başarı tanımınıza uyan her şeye dönüştürmek için daha fazla zaman tanır.

\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Güvenlik

\n\n\n\n
Artık eklenti ve temalarınızı otomatik güncelleyebileceksiniz. Hem de bu işlemi her zaman kullandığınız alışık olduğunuz ekranlar üzerinden ayarlayacaksınız.
\n\n\n\n

Eklentiler ve temalar için otomatik güncellemeler

\n\n\n\n

Artık, WordPress yönetim ekranından, eklentileri ve temaları otomatik olarak güncellenecek veya güncellenmeyecek şekilde ayarlayabilirsiniz. Böylece her zaman sitenizin mevcut en son kodu çalıştırdığını bilirsiniz.

\n\n\n\n

Ayrıca her bir eklenti ya da tema için otomatik güncellemeleri açıp, kapatabilirsiniz — hepsi hali hazırda kullandığınız ekranlara eklendi.

\n\n\n\n

ZIP dosyaları yükleyerek güncelleme

\n\n\n\n

Eğer eklenti ve temaları kendiniz yüklemeyi seviyorsanız, artık bu da kolay — sadece ZIP dosyasını yükleyin.

\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Blok düzenleyicide öne çıkanlar

\n\n\n\n

En son WordPress sürümü bir kez daha blok düzenleyici için heyecan verici yeni özelliklerin uzun bir listesini içeriyor. Örneğin:

\n\n\n\n
\n\n\n\n
\n
\n

Blok desenleri

\n\n\n\n

Yeni blok desenleri, hikayenize uyacak şekilde karıştırıp eşleştirebileceğiniz metin ve ortam kombinasyonlarını kullanarak karmaşık, güzel düzenler oluşturmayı basit ve eğlenceli hale getirir.

\n\n\n\n

Ayrıca blok desenlerini geniş bir eklenti ve tema seçkisinde bulabilirsiniz, ki zaman içinde daha çoğu da gelecek. İstediğinizi tek bir yerden seçin — tıklayın ve ilerleyin!

\n
\n\n\n\n
\n

Yeni blok dizini

\n\n\n\n

Artık ihtiyacınız olan bloğu bulmak her zamankinden kolay. Yeni blok dizini blok düzenleyici içinde gömülü durumda, böylece düzenleyiciyi terk etmeden sitenize yeni bloklar ekleyebileceksiniz.

\n\n\n\n

Satır içi görsel düzenleme

\n\n\n\n

Fotoğraflarınızı doğrudan görsel bloğundan kırpın, döndürün ve yakınlaştırın. Görsellere çok fazla zaman harcıyorsanız, bu size zaman kazandırabilir!

\n
\n
\n\n\n\n
\n\n\n\n

Ve çok daha fazlası.

\n\n\n\n

Yukardakiler yüklemiş olduğunuz yeni blok düzenleyici özelliklerinin küçük bir parçası. Blok düzenleyiciyi açın ve keyfini çıkarın!

\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Erişilebilirlik

\n\n\n\n

Her dağıtım erişilebilir yayımlama deneyimine katkıda bulunuyor, ve bu WordPress 5.5 içinde geçerliliğini koruyor.

\n\n\n\n

Artık ortam ekranlarında ve modal pencerelerde bir satır metni seçmek yerine tek bir tuş ile bağlantıları kopyalayabilirsiniz.

\n\n\n\n

Meta kutularını tuş takımı ile de taşıyabilirsiniz, ve görsel düzenleyici içindeki yönergeleri size okuyabileceği için yardımcı cihazınız ile WordPress içinde görselleri düzenleyebilirsiniz.

\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Geliştiriciler için

\n\n\n\n

5.5 ayrıca geliştiriciler için büyük bit dğeişiklik kutusu getiriyor.

\n\n\n\n
\n
\n

REST API içinde sunucu taraflı kayıtlı bloklar

\n\n\n\n

Blok tipi uç noktalarının eklenmesi demek, JavaScript uygulamalarının (blok düzenleyici gibi) sunucuda kayıtlı herhangi bir blok ile ilgili tanımları alabilmesini sağlıyor.

\n\n\n\n

Ortamları tanımlama

\n\n\n\n

WordPress artık sitenin ortam tipine ait standardize edilmiş bir tanıma (test, canlı vb.) sahip. wp_get_environment_type() ile bu tanımı edinin ve sadece gerekli kodu çalıştırın.

\n\n\n\n

Panel simgeleri

\n\n\n\n

Panel simgeleri 5.5 ile beraber son bir güncelleme aldı. 26 simge ve 29 blok düzenleyici simgesi eklendi.

\n\n\n\n

Şablon dosyalarına veri aktarma

\n\n\n\n

Şablon yükleme işlevleri (get_header(), get_template_part() vb.) artık yeni bir $args argümanına sahip. Böylece o şablonlara dizi olarak tonla veri aktarabilirsiniz. .

\n
\n\n\n\n
\n

Geliştiriciler için daha fazla değişiklik

\n\n\n\n
  • PHPMailer kütüphanesi büyük bir güncelleme aldı, 5.2.27 sürümünden 6.1.6 sürümüne geçti.
  • Aertık redirect_guess_404_permalink() için çok daha incelikli bir kontrole sahipsiniz.
  • PHP OPcache kullanan siteler daha güvenilir önbellek geçersizleştirme sonuçları alacaklar, bu da güncellemeler sırasında kullanılacak yeni wp_opcache_invalidate() işlevi sayesinde (eklentiler ve temalar dahil).
  • Kategori sınıflandırması ile ilişkilendirilmiş özel yazı tipleri artık desteklenen varsayılan terime dahil olabilir.
  • register_taxonomy() içindeki özel sınıflandırmalar için varsayılan terimler artık belirtilebiliyor.
  • REST API artık resmi olarak register_meta() üzerinden varsayılan meta verileri için değerler belirlenebilmesini destekliyor.
  • Şu tümleşik paketlenmiş kütüphanelerin güncellenmiş sürümlerini bulacaksınız: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, ve clipboard.js.
\n
\n
\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Ekip

\n\n\n\n

Bu sürüme liderlik edenler: Matt MullenwegJake Spurlock, ve David Baumwald. Ayrıca kendilerine aşağıdaki dağıtım ekibi de büyük bir coşkuyla destek verdiler:

\n\n\n\n\n\n\n\n

Ayrıca yukardaki ekibe 805 kişilik gönüllü kaıtılımcıları da eklememiz lazım, ki bu katılımcılar 523‘den fazla bildirimi Trac üzerinden ve 1660’den fazla çekme isteğini GitHub üzerinden yaparak katkı sağladılar.

\n\n\n\n

Destek forumlarında gönüllü olarak katkıda bulunan tüm gönüllülere teşekkürler. Dünyanın her yerinden insanların sorularına cevap veriyorlar. İstek WordPress ile ilk kez tanışmış olun, ister uzun zamandır çözemediğiniz bir problem olsun… Bu dağıtımlar onlar sayesinde çok daha başarılı!

\n\n\n\n

Son olarak, WordPress 5.5 sürümünün 50’den fazla dilde kullanıcılara ulaşmasını sağlayan çevirmenlere de büyük bir teşekkür. Bu yazı yazılırken daha bir çok dil de kullanıma hazır hale getiriliyordu.

\n\n\n\n

Eğer daha fazlasını öğrenmek ve WordPress’e katkıda bulunmak isterseniz Make WordPress ya da çekirdek geliştirici blogunu ziyaret edebilirsiniz.

\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20331\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.9.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:45:\"https://www.wp-tr.org/wordpress-turkce-4-9-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Feb 2018 10:24:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"4.9.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"WordPress Türkçe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.9.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:30:\"https://www.wp-tr.org/?p=20207\";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:481:\"Merhaba arkadaşlar, WordPress Türkçe 4.9.4 şu an indirilebilir durumda. 4.9.3 sürümünde ortaya çıkan bir hata nedeniyle WordPress otomatik güncelleme sistemi çalışmaz duruma geldi ve bunun için 4.9.4 sürümü çıkartıldı. Ne var ki bir önceki sürümü etkileyen bu hata nedeniyle siteniz otomatik olarak 4.9.4 sürümüne güncellenemeyecektir. Sitenizin yönetim panelinde Başlangıç > Güncellemeler bölümünden 4.9.4 sürümüne güncelleme […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:2119:\"

\"\"

\n

Merhaba arkadaşlar,

\n

\"WordPressWordPress Türkçe 4.9.4 şu an indirilebilir durumda.

\n

4.9.3 sürümünde ortaya çıkan bir hata nedeniyle WordPress otomatik güncelleme sistemi çalışmaz duruma geldi ve bunun için 4.9.4 sürümü çıkartıldı. Ne var ki bir önceki sürümü etkileyen bu hata nedeniyle siteniz otomatik olarak 4.9.4 sürümüne güncellenemeyecektir. Sitenizin yönetim panelinde Başlangıç > Güncellemeler bölümünden 4.9.4 sürümüne güncelleme yapabilirsiniz.

\n

Son olarak

\n

WordPress.org üzerindeki resmi 4.9.4 duyurusuna da buradan ulaşabilirsiniz. Teknik detaylar ile ilgili çekirdek ekibin makalesine buradan ulaşabilirsiniz.

\n

Yine her zaman olduğu gibi yükseltme yapmadan önce mutlaka veritabanınızın ve dosyalarınızın yedeğini almanızı öneriyoruz. Sürüm yükseltmeyle ilgili olarak sizi sürüm yükseltme belgemize yönlendirebiliriz.

\n

Yeni sürümle ilgili sorunlarınızı facebook ya da twitter üzerinden paylaşabilir, Türkçe pakette bulduğunuz çeviri hatalarını ve çeviri hakkında önerilerinizi bize bildirebilirsiniz.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20207\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://www.wp-tr.org/wordpress-turkce-4-8-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:30: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:4:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"WordPress Türkçe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20193\";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:469:\"Merhaba arkadaşlar, WordPress Türkçe 4.8.1 şu an indirilebilir durumda. 4.8 sürümünün 13 milyondan fazla kez indirilmesinden sonra bir bakım sürümü olarak 4.8.1’i duyurmaktan mutluluk duyuyoruz. Bu dağıtım 29 bakım düzeltmesi ve iyileştirmesinin yanı sıra, zengin metin bileşeninde düzeltmeler ve yeni Özel HTML bileşenini de içeriyor. Tüm değişiklikler için dağıtım notlarını inceleyebilir ya da değişiklik listesine […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Emre Erkan\";s: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:1925:\"

\"WordPress

\n

Merhaba arkadaşlar,

\n

\"WordPressWordPress Türkçe 4.8.1 şu an indirilebilir durumda.

\n

4.8 sürümünün 13 milyondan fazla kez indirilmesinden sonra bir bakım sürümü olarak 4.8.1’i duyurmaktan mutluluk duyuyoruz.

\n

Bu dağıtım 29 bakım düzeltmesi ve iyileştirmesinin yanı sıra, zengin metin bileşeninde düzeltmeler ve yeni Özel HTML bileşenini de içeriyor. Tüm değişiklikler için dağıtım notlarını inceleyebilir ya da değişiklik listesine bir göz atabilirsiniz.

\n

Son olarak

\n

WordPress.org üzerindeki resmi 4.8.1 duyurusuna da buradan ulaşabilirsiniz.

\n

Yine her zaman olduğu gibi yükseltme yapmadan önce mutlaka veritabanınızın ve dosyalarınızın yedeğini almanızı öneriyoruz. Sürüm yükseltmeyle ilgili olarak sizi sürüm yükseltme belgemize yönlendirebiliriz.

\n

Yeni sürümle ilgili sorunlarınızı forumda paylaşabilir, Türkçe pakette bulduğunuz çeviri hatalarını ve çeviri hakkında önerilerinizi bize bildirebilirsiniz.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20193\";s: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:27:\"https://www.wp-tr.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"67772354\";s:7:\"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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:4:\"vary\";s:46:\"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site\";s:12:\"feedburnerv2\";s:0:\"\";s:13:\"last-modified\";s:29:\"Tue, 26 Aug 2025 12:07:12 GMT\";s:13:\"cache-control\";s:46:\"no-cache, no-store, max-age=0, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Mon, 01 Jan 1990 00:00:00 GMT\";s:4:\"date\";s:29:\"Mon, 22 Sep 2025 10:31:24 GMT\";s:23:\"content-security-policy\";s:243:\"script-src \'report-sample\' \'nonce-IWtL-l0-YEdOG0-Z86wIQw\' \'unsafe-inline\';object-src \'none\';base-uri \'self\';report-uri /_/RaichuFeedServer/cspreport;worker-src \'self\', require-trusted-types-for \'script\';report-uri /_/RaichuFeedServer/cspreport\";s:18:\"permissions-policy\";s:174:\"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factors=*, ch-ua-platform=*, ch-ua-platform-version=*\";s:26:\"cross-origin-opener-policy\";s:11:\"same-origin\";s:28:\"cross-origin-resource-policy\";s:9:\"same-site\";s:9:\"accept-ch\";s:192:\"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factors, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version\";s:19:\"reporting-endpoints\";s:170:\"default=\"/_/RaichuFeedServer/web-reports?context=eJzj4tDikmJw0JBiEOLh-HPqyDE2gRmte5YzK1km5RfGJ5amZObrFpQm5WQWZ6QWFesCBXWLEjOTM0p101JTU4pTi8pSi-KNDIxMDSwNLfQMzOILDABiLBtr\"\";s:16:\"content-encoding\";s:4:\"gzip\";s:6:\"server\";s:3:\"ESF\";s:16:\"x-xss-protection\";s:1:\"0\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1758580284;s:23:\"__cache_expiration_time\";i:1758580284;}','off'), (142,'_site_transient_timeout_community-events-20f0d643bd84acd4845482d49818dc2a','1758580284','off'), (143,'_transient_timeout_feed_mod_868981a74fb045e2d866f14ee0dbf978','1758580284','off'), (144,'_site_transient_community-events-20f0d643bd84acd4845482d49818dc2a','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"82.118.250.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Skopje 2025\";s:3:\"url\";s:33:\"https://skopje.wordcamp.org/2025/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2025-10-18 00:00:00\";s:8:\"end_date\";s:19:\"2025-10-19 00:00:00\";s:20:\"start_unix_timestamp\";i:1760738400;s:18:\"end_unix_timestamp\";i:1760824800;s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Skopje, North Macedonia\";s:7:\"country\";s:2:\"MK\";s:8:\"latitude\";d:41.9981332;s:9:\"longitude\";d:21.4463715;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Sofia 2025\";s:3:\"url\";s:32:\"https://sofia.wordcamp.org/2025/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2025-11-29 00:00:00\";s:8:\"end_date\";s:19:\"2025-11-30 00:00:00\";s:20:\"start_unix_timestamp\";i:1764367200;s:18:\"end_unix_timestamp\";i:1764453600;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Sofia, Bulgaria\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:42.6851492;s:9:\"longitude\";d:23.3190108;}}}}','off'), (145,'_transient_feed_mod_868981a74fb045e2d866f14ee0dbf978','1758537084','off'), (146,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1758580285','off'), (147,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{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:112:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a: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:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Work With Music\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2025/09/work-with-music/\";s: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:908:\"

If you’re not playing music while you’re working, you’re missing out. It’s incredible how sounds can transform how our brain works. You can, on tap, put yourself into a different mode of being with music; you can change your drive, motivation, mood, and more. There are some apps that have started to hack this, such as Endel, which can generate music programmatically in a very Brian Eno-like way. I’ve been a fan and user of theirs since 2020. I also love the Lofi Girl. On your Sonos you can actually stream Focus @ Will, which is another attempt, and I have a subscription there. My favorite is Endel, though, so if you’re only going to try one, try that one.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Sep 2025 04:34: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Peter Wilson: I’m speaking at Web Directions Enqueue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://peterwilson.cc/?p=6715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://peterwilson.cc/im-speaking-at-web-directions-enqueue/\";s: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:1744:\"

I’m thrilled to be part of the line up for Web Directions Enqueue, co presented by The Code Company, on November 28, 2025. Enqueue is to be one of the first engineering focused WordPress conferences in Australia, and the line up includes some of the best engineering minds in WordPress today, including Jono Alderson, Tammie Lister, Isabel Brison, Cameron Jones and too many more to mention.

\n\n\n\n

I’ll be doing a deep dive into the performance improvements WordPress Contributors have added to the Query classes in recent years.

\n\n\n\n
\n

The WordPress Performance team was established in 2021 with the goal of improving the performance of WordPress Core. As a fundamental part of rendering each and every page of a WordPress site, the WP_Query class has received a lot of attention.

\n\n\n\n

In this talk, Peter will discuss how the performance of WP_Query and the WordPress Query component have been improved with increased caching, and how that can be taken full advantage of when building WordPress sites at scale.

\n
\n\n\n\n

There will also be talks about integrating WordPress with LLMs, accessibility and developer workflows.

\n\n\n\n

Enqueue is taking place in Sydney on November 28, 2025 in the beautiful Dr Chau Chak Wing Building at UTS (the paper bag building). It will also be streamed via Conffab if you’re unable to make it in person.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Sep 2025 10: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:12:\"Peter Wilson\";s: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:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Books on Grieving\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2025/09/books-on-grieving/\";s: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:844:\"

When my father passed unexpectedly, I was despondent. One thing I remember was the Amazon lovebomb I got from my high school girlfriend Sunaina Sondhi, five books to help me deal with the pain. Even a decade after we dated, books were her love language; in fact, she had given me my very first book about meditation when we were teenagers. I don’t recall what all the books were, but the two that really made a difference for me were Elisabeth Kübler-Ross’s and David Kessler’s posthumous book On Grief and Grieving, and the Tibetan Book of Living and Dying. Each allowed me to process and understand the emotions I was going through.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Sep 2025 02:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: MCP 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2025/09/mcp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1917:\"

MCP stands for Model Context Protocol. (The joke is the S in MCP stands for security, but that’s another post.) They say to think of it like “like a USB-C port for AI applications” because it allows interoperability between AI chatbots and other tools. Here’s some of the MCP stuff happening across the Automattic solar system:

\n\n\n\n\n\n\n\n

When nerds start connecting things, interesting stuff happens; that’s been my entire career, so while none of these have made it into a critical daily workflow for me, I’m curious to see what people come up with.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Sep 2025 01:41:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Gutenberg Times: Block commenting, fun with Telex, from classic to block theme—Weekend Edition 341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41913\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/\";s: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:21347:\"

Hi there,

\n\n\n\n

A month before Beta, is the time I get excited about a major release. Many new features—I see it all coming together via GitHub and Trac. The Source of Truth is in the works, but it will take a few more weeks to be published, as only when Release candidate 2 comes out I can be sure about what actually made it into the release.

\n\n\n\n

Until then, check out Automattic Telex for your personal block-building needs. Below you learn from others who went before you.

\n\n\n\n

Today the 190th Oktoberfest 2025 started in Munich. Should you be in town, give serendipity a chance and let me know. We could meet up.

\n\n\n\n

Enjoy the weekend regardless of where you are.

\n\n\n\n

Yours, \"💕\"
Birgit

\n\n\n
\n
\n
\n\n
\n\n\n

Developing Gutenberg and WordPress

\n\n\n\n
\n

\"🎙\" The latest episode is Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks with special guest Sarah Norris.

\n\n\n\n
\"\"
\n\n\n\n

If you are listening via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It’ll help with the distribution.

\n
\n\n\n\n

Block-level commenting is Gutenberg Phase 3 feature and in very active development. Although still experimental, it is worth testing now, as it heads to WordPress 6.9.

\n\n\n\n

Aki Hamano, core contributor to Gutenberg, has created the Block Commenting Data generator plugin to help him streamline his testing process for this feature. The plugin is available on GitHub, and it is not for use in a production environment. On activation it creates users, comments, and other data.

\n\n\n\n
\n\n\n\n

Gutenberg 21.7 Release candidate is now available for testing. It’ll be released on September 23, 2025. Block Commenting is a big part, as are DataForms improvements and write mode updates.

\n\n\n\n

As a side note: You don’t have to wait for the next Gutenberg release to test things. You can use the Gutenberg Nightly with Playground

\n\n\n
\n

Need a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.

\n\n\n\n

Now also available via WordPress Playground. There is no need for a test site locally or on a server. Have you been using it? Email me with your experience

\n
\n\n\n

Plugins, Themes, and Tools for #nocode site builders and owners

\n\n\n\n

Check out Wes Theron’s latest video where he shows you how to build one-of-a-kind page layouts in WordPress. He dives into crafting a clean, distraction-free landing page, promoting a special event, and even how to give a specific page its own unique header and footer. Custom templates are totally where it’s at!

\n\n\n
\n
\n\n
\n
\n\n\n
\n\n\n\n

Justin Tadlock updated his Progress Bar Block plugin to v 2.0. It now supports Core features like drop shadow, blockGap and layout controls. It’s a feature-rich block that feels at home in the block editor, using the known interface components in the sidebar.

\n\n\n\n
\"Justin
\n\n\n\n
\n\n\n\n

Dennis Buchwald, founder of the dbw-media agency in Germany, released his first plugin into the WordPress plugin directory, an infinite logo carousel block. You upload all the logos into the media library and into the block editor, and it displays a logo carousel with customizable speed, spacing, and hover-pause. A great way to display client, partner, or sponsor logos scrolling over your website. You can even control the overlay at the two sides. This one is a slight pink. It’s also on brand for dbw-media.

\n\n\n\n

Welcome to the open-source community of WordPress plugin developers, Dennis Buchwald at dbw-media.de \"🎉\"

\n\n\n\n
\"infinite
\n\n\n\n

Building blocks with Telex

\n\n\n\n

Automattic Telex is like the next big thing in block building, all thanks to natural language! Just tell it what you’re dreaming up, and Telex will whip up the code, package it as a plugin, and you can test it out right away. It’s still experimental, but honestly, there’s no better time to start making your ideas into real WordPress blocks!

\n\n\n\n

Not everyone who’s tried and shared their journey has hit the jackpot. Jamie Marsland totally had a blast, as he shared over on X (formerly Twitter)!

\n\n\n\n
\n\n\n\n

Jeff Paul also gave it whirl and shared his experience in Pong Block: A Fun New WordPress Plugin (and a Nod to Telex). He wrote, “That simplicity is why I’d recommend Telex to anyone curious about experimenting with block plugin creation. It feels like a fast way to explore an idea and get it live.” His plugin already landed in the WordPress repository, and you can add some playfulness to your site.

\n\n\n\n\n\n
\n\n\n\n

JuanMa Garrido, developer advocate at Automattic, also took Telex for a spin. You can read about this journey in his post Playing with Telex: Building a Mermaid Diagram Block in Just a Few Prompts. Mermaid Diagrams can be created via Markdown notation and then displayed on the front end.

\n\n\n\n
\"Block
\n\n\n\n
\n\n\n\n

Marco Ivanovic, designer at Automattic, built a plugin called Space Dots with Telex. A fun block to display a bunch of moving dots that will react to your mouse movements.

\n\n\n\n
\"\"
\n\n\n\n

Nick Hamze shared his Telex creations on X (formerly known as Twitter), like this flash card block. He also promised to submit his best 10 creations to the WordPress repository.

\n\n\n\n
\"\"
\n\n\n\n
\n\n\n\n

Are you ready to try it too? In his post on wp-content.co, Automattic Launches Telex: An AI Tool That Turns Prompts into Custom WordPress Blocks, Nithin Sreeraj shares some more voices around the community and then walks you through what to expect when engaging with the AI interface and what happens when the first version is available in the Playground-based interface. It’s well described.

\n\n\n\n

Theme Development for Full Site Editing and Blocks

\n\n\n\n

Mary Ann Aschenbrenner, first-time speaker at WCUS 2025, was interviewed by Nathan Wrigley for the WPTavern podcast. #185 – Mary Ann Aschenbrenner on Switching Clients From Classic to Block Themes. They discussed the differences between classic and block themes, with Mary Ann offering practical advice for switching to modern block-based themes. She shared why to make the switch, potential challenges, and client conversion stories. Perfect for anyone wanting to understand how block themes make site building more accessible.

\n\n\n
\n
\n\n
\n
\n\n\n
\n\n\n
\n

“Keeping up with Gutenberg – Index 2025”
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. 2024 on. Updated by yours truly. The previous years are also available: 2020 | 2021 | 2022 | 2023 | 2024

\n
\n\n\n

Building Blocks and Tools for the Block editor.

\n\n\n\n


Ryan Welcher has been on the quest to build the Core Icon block, inspired by Nick Diego’s Icon Block plugin and has been livestreaming his adventures with all kinds of tribulations. He dedicated two live stream sessions to this task.

\n\n\n\n\n\n\n\n
\n\n\n\n

Brian Coords, developer advocate with WooCommerce, asked, Are you down with MCP? because he initially didn’t get the hype—why waste AI tokens on simple tasks you could do faster manually? But after building a custom WordPress plugin for his wife’s bakery to track ingredient costs, he realized MCP’s power isn’t just data connection; it’s combining that with AI’s natural language interface to replace clunky forms with conversational commands.

\n\n\n\n
\n\n\n\n

This week, JuanMa Garrido tackled in his livestream REST API Authentication. Together with ChatGPT, he took a deep dive into WordPress REST API authentication methods, starting with the basics of how REST APIs work and setting up WordPress with proper permalinks. Then Garrido walked through WordPress’s core authentication systems, showing how cookie authentication works in the block editor by examining network requests and cookie headers. He explained WordPress’s built-in CSRF protection using nonces and demonstrated creating custom REST endpoints with permission callbacks. The tutorial also covers application passwords as an alternative to cookies, comparing them to JSON Web Tokens and discussing security considerations for token storage. Finally, Garrido explored more advanced topics like implementing JWT workflows with proxy servers and OAuth2 authentication for third-party apps.

\n\n\n\n
\n\n\n\n

Questions? Suggestions? Ideas?
Don’t hesitate to send them via email or
send me a message on WordPress Slack or Twitter @bph.

\n\n\n\n
\n\n\n\n

For questions to be answered on the Gutenberg Changelog,
send them to changelog@gutenbergtimes.com

\n\n\n\n
\n\n\n
\n

Featured Image: Oktoberfest Munich photo by Birgit Pauli-Haack

\n\n\n\n
\n\n\n\n

Don’t want to miss the next Weekend Edition?

\n\n\n

We hate spam, too, and won’t give your email address to anyone
except Mailchimp to send out our Weekend Edition

Thanks for subscribing.
\n\n\n
\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Sep 2025 23:40:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Open Channels FM: Agentic AI: The Next Evolution for WordPress Websites?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://openchannels.fm/agentic-ai-the-next-evolution-for-wordpress-websites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"In 2025, agentic AI revolutionizes WordPress, enabling context-aware automation and seamless integration across tools, enhancing workflows and empowering users without deep technical knowledge.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Sep 2025 08:58:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Open Channels FM: Best Practices for Asynchronous Communication in Remote Teams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://openchannels.fm/best-practices-for-asynchronous-communication-in-remote-teams/\";s: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:104:\"Asynchronous communication. Over-communicate, use emojis cautiously, and know when to talk face-to-face.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Sep 2025 12:10: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:7;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Every 6 Minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2025/09/every-6-minutes/\";s: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:1550:\"

I’m at a dinner tonight and they have these old magazines on the table, including some old copies of WIRED, which, if you can imagine, as a kid in Houston in the 90s, was a portal to the amazing world of the internet and technology. I flipped through, and there is an entire web hosting classifieds section! Hiway Technologies wants you to know that every 6 minutes, someone hosts with Hiway.

\n\n\n\n
\"\"
\n\n\n\n

Every six minutes, so they were doing 240 signups a day. 100,000 sites! Last month WordPress.com created a new site about every 3 seconds. Hiway was founded by Scott Adams, same name but not the Dilbert guy or the game designer, who apparently played football in Florida and the company “was sold in 1999 for $352 million. Adams was 35.

\n\n\n\n

There was also this guy, who has a website, but do you?

\n\n\n\n
\"\"
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Sep 2025 06:57:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: #185 – Mary Ann Aschenbrenner on Switching Clients From Classic to 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=199566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/podcast/185-mary-ann-aschenbrenner-on-switching-clients-from-classic-to-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:45586:\"
Transcript
\n

[00:00:19] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.

\n\n\n\n

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, switching clients from classic to block themes.

\n\n\n\n

If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.

\n\n\n\n

If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.

\n\n\n\n

So on the podcast today we have Mary Ann Aschenbrenner. Mary Ann has been the president of Waterlink Web, a digital agency specializing in WordPress web design, since 2014. Her experience includes e-commerce and membership websites, websites for local nonprofit organizations, and starter websites for small businesses As a lifelong learner, Mary Ann likes to keep pace with the latest innovations in WordPress. She is a fan of block themes, and particularly the WordPress default themes.

\n\n\n\n

We start by discussing the differences between classic and block themes, with Mary Ann offering practical step-by-step advice for anyone considering a move from a classic theme to a modern block-based theme. She talks about why you might want to make the switch, potential challenges to look out for, and stories from her own experience converting client sites.

\n\n\n\n

We also chat about the evolution of WordPress, the diminishing need for third party page builders, the importance of client education, and the ongoing improvements in the block editor. Plus Mary Ann shares insights from her WordCamp presentation, and her experiences collaborating with the WordPress community.

\n\n\n\n

Whether you’re a seasoned WordPresser or just starting out and keen to know how block themes are making site building more accessible for everyone, this episode is for you.

\n\n\n\n

If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.

\n\n\n\n

And so without further delay, I bring you Mary Ann Aschenbrenner.

\n\n\n\n

I am joined on the podcast by Mary Ann Aschenbrenner. Hello.

\n\n\n\n

[00:02:54] Mary Ann Aschenbrenner: Hello. Nice to be here.

\n\n\n\n

[00:02:56] Nathan Wrigley: Very nice to have you with us. Thank you so much. You are the first interview that I’m carrying out at WordCamp US in Portland in the year 2025.

\n\n\n\n

The endeavour here is to talk about classic themes and block themes. You are doing a presentation. I don’t suppose you’ve done it yet, because we’re right at the beginning of the main conference.

\n\n\n\n

[00:03:12] Mary Ann Aschenbrenner: I do it this afternoon at 2:15pm, yes.

\n\n\n\n

[00:03:15] Nathan Wrigley: Okay. Good luck with that. Let’s just first of all find out a little bit about you. So if you don’t mind, would you just give us your biography, your potted biography, if you like. Who you are, what you do.

\n\n\n\n

[00:03:24] Mary Ann Aschenbrenner: I’m from Portland, born and raised here. And the reason I got into website design is kind of a fluke and kind of really related to my whole ethos as a citizen of this great city.

\n\n\n\n

Well, Pier Park is a North Portland park and it’s where my kids learned to swim. It’s where a lot of kids learned to swim. It was in a fairly low income neighborhood. And in 2005, the City of Portland decided to close the outdoor pool that was open in the summers. Just funding issues. And I worked with some other North Portland people and we gathered 700 signatures, which I don’t know if you know this, it’s a lot of work to get 700 signatures. And we took them down to City Hall, and we presented them and we talked about why Pier Pool needed to stay open.

\n\n\n\n

And Sam Adams at the time said, we can find money for these folks. He was on the city council. And lo and behold, they decided to keep Pier Pool open.

\n\n\n\n

Well, about a month later, I’m at a City Bureau meeting and was told that the reason they decided to close Pier Pool at the time, instead of Buckman Pool was because Buckman had a website. This was 2000 and five. I was like, oh, it can’t be that hard to get a website. I’ve collected 700 signatures, websites have to be easier. So Friends of Pier Park has had a website ever since and we, of course, keep our pool open with it. And that’s the long story short of how I got into it.

\n\n\n\n

[00:04:58] Nathan Wrigley: That’s nice. That’s a real sort of philanthropic community endeavour that got you started on the road to WordPress. I’m guessing you built that site with WordPress.

\n\n\n\n

[00:05:05] Mary Ann Aschenbrenner: I got someone else to do it because I knew nothing about building websites. In 2012, I had the opportunity to go back to school, and I actually went to PCC and studied web design. And I’ve been building websites, I started my own company shortly after that, and I’ve been doing it ever since with Water Link Web.

\n\n\n\n

[00:05:21] Nathan Wrigley: Yeah, you’ve been in the weeds for a fairly long time.

\n\n\n\n

[00:05:24] Mary Ann Aschenbrenner: Yeah, well over a decade. 14 years or something like that.

\n\n\n\n

[00:05:27] Nathan Wrigley: You’re obviously keeping up to date with all the different bits and pieces in the WordPress space, because the content of your presentation later today is, well, the title is Moving a Website from Classic to Block themes. Some examples, some live and learns. And so I’m guessing you’re going to be instructing people on, if they wish to make the move, how to go from what we call a classic theme.

\n\n\n\n

[00:05:45] Mary Ann Aschenbrenner: It will be like the real step by step. This is what you do this first, you do this second, this is what it’s going to look like, these are the problems you may come into, and this is how to fix them. And voila, it’s going to be great.

\n\n\n\n

[00:05:58] Nathan Wrigley: And so from your perspective, what’s the sort of, the single, well, maybe not single, maybe there’s a few things that you can mention, what are the most compelling reasons that you would ever want to move away from a classic theme?

\n\n\n\n

Let’s say that I’ve got a website, it’s working perfectly fine. There’s nothing wrong with it, but I’m kind of curious. I want to explore the option. What are the big ticket items why you would wish to move?

\n\n\n\n

[00:06:19] Mary Ann Aschenbrenner: Well, a couple of reasons. Often the plugins that might be associated with your old theme may no longer being maintained. So there’s one situation where I mentioned in the presentation, they’re not being maintained, you won’t be able to update the PHP on your server and you could have a site that’s open to hacking and be slower therefore, because it’s running on a lower grade PHP.

\n\n\n\n

So that’s one reason to do it. Another is once you start using the block theme editor, you don’t want to go back. And so, you know, I’ve always maintained my skills with WordPress. I’ve been active in the WordPress community. I’ve continued to learn. And, yes, I’ll admit when the block editor first came out, I was a little trepidatious. I didn’t use it that first year. But the second year I did, and the third year I did. And I have been using the latest theme every year, ever since when I build my client’s websites.

\n\n\n\n

So I just don’t like going back to the classic and then like, okay, how do we do this? It just isn’t as intuitive. And as well, it’s easy to maintain, you don’t have as much opportunity to make changes as you do in the new block editor. So I’m just gradually updating my clients.

\n\n\n\n

[00:07:33] Nathan Wrigley: Do you have a background in code or are you more of a kind of mouse driven builder?

\n\n\n\n

[00:07:38] Mary Ann Aschenbrenner: Do I have a background in code? I did a little HTML. I understand CSS and I certainly use that a lot with the classic theme, CSS especially. But that isn’t really where I trained in.

\n\n\n\n

Really where my skill lies is working with my clients and creating a website that is unique to them. Every website I do is original. And I look at what colours they want, what values they want to display. And we design based on that.

\n\n\n\n

And my clients love me. I mean, I’ve had clients over a decade. Still same clients, still working with me. And they trust me and I know it’s like, it’s time to upgrade your website and then we do that.

\n\n\n\n

[00:08:20] Nathan Wrigley: I think one of the things about the classic themes was that having a deep knowledge of the code and the templating hierarchy in WordPress and those kind of things meant that it was available to some, but not necessarily to everybody.

\n\n\n\n

Whereas the block based themes, the more modern WordPress, if you like, there is much more opportunity to get into the weeds. To do your templates and template parts and things like that with a visual editor.

\n\n\n\n

So long as you can understand the UI, and where to find the menus, and where to construct the different parts of your website. And that promise of democratising publishing seems to be something that is being delivered, despite the fact that, you know, it’s a bit of a jump to go from classic to full site.

\n\n\n\n

[00:08:58] Mary Ann Aschenbrenner: It is, absolutely. My daughter’s wedding photographer contacted me. She’d had a website on Squarespace, and she found out after 10 years of working as a wedding photographer in southern Oregon, she was only on page five of search results. And that’s ridiculous, but it’s because of where she had her website.

\n\n\n\n

So she switched it over to WordPress and was confused, what do I do next? She had bought a photographer theme, and so it was going to work perfect for her. And I said, you know what? You see those three lines at the top of the page when you go to edit the page, hit them. And she did.

\n\n\n\n

And then it was like, oh, the light went on. So she’s going to contact me again when she’s got that built out. But now she understands what to do. All she needed to learn was those three lines because then she knows she can edit every single block in there, and knows what to do.

\n\n\n\n

[00:09:49] Nathan Wrigley: If you were to look at the growth of WordPress over the last, I’m going to say sort of 10 years, something like that, the uptick in WordPress usage up to kind of 40 plus percent, whatever it is now, I think there’s been a lot of page builders responsible for that uptick. So for example, the likes of Elementor or what have you.

\n\n\n\n

And it was curious that in the blurb that went with your presentation, you particularly pointed out, I think the quote was, no page builder is needed, or something that. Is that a big part of it for you, that you don’t need to rely on any third party tool, often which have a fee attached to them for an annual or a recurring license or something like that? Is like that a big part of it?

\n\n\n\n

[00:10:22] Mary Ann Aschenbrenner: I’ve never used page builders. And I have friends in the industry who love page builders, rely on page builders, and I have happy clients and I’ve never used a page builder. And the site is unique to them. I don’t feel like adding on another layer.

\n\n\n\n

I’ve had to change over websites where a page builder was used, and it was very heavy, and slow because there was so much code. And back in the day, an individual who was vision impaired couldn’t use it because the web reader that they were using couldn’t read through all this extra code. I just never used it for that reason.

\n\n\n\n

But I’m sure they’re better now. I do believe that, but you don’t need them. When you have the block editor, you don’t need a page builder.

\n\n\n\n

[00:11:06] Nathan Wrigley: Are there any situations in which you wouldn’t ascribe the necessity to move over to a more modern, block based theme? In other words, is there any scenario where you look at somebody that’s on a classic theme and you say, you know what, just stay where you are, everything’s fine? Or are you always keen to promote people to move in this direction?

\n\n\n\n

[00:11:25] Mary Ann Aschenbrenner: I’m not always keen to promote people. So I have a client who, oh gosh, she was part of the second wave feminist movement, and has a really great website people love. I built it for her in like 2015 and it’s still working fine. She can stay on it. She’s comfortable with it. You know, there’s no reason really, if it starts being an issue with the PHP levels and so forth, then I’ll talk to her about it.

\n\n\n\n

[00:11:51] Nathan Wrigley: Yeah, I suppose there’s also, given the trends in graphic design and the way websites look, there’s always a moment in time where your website just begins to look stale on the front end.

\n\n\n\n

[00:11:59] Mary Ann Aschenbrenner: Or it looks retro, or it looks cool. And the others all look the same. So there’s always that.

\n\n\n\n

[00:12:05] Nathan Wrigley: So that, if you like, was more about the why of you may wish to move over to a, away from a classic theme.

\n\n\n\n

So let’s move into the sort of the how then because that I think is the crux of your presentation really, how to do it and you need to demonstrate on the screen and what have you. So let’s go through that process. What is the first thing that you do when you are looking to transfer somebody over?

\n\n\n\n

[00:12:25] Mary Ann Aschenbrenner: Well, the first thing you do is you set up a staging site. I’m not saying doing this live. Bring up a staging site on your server. It’s your same website and all it is is the new URL that says staging, dot, blah, blah, whatever.

\n\n\n\n

Then after your staging site is up, you activate your 2025 theme. You may want to use 2024. 2024 is a really good theme as well. I think the patterns in 2024 are maybe a little more geared toward business, and the patterns in 2025 may be a little more geared towards personal blogs and artists. But pick one.

\n\n\n\n

So you have now have the 2025 theme, and it’s going to look very plain because it’s just plain until you fix it. And the next thing I usually do is I go through and start editing the pages. So a lot of my old themes, I put in the classic editor plugin. Remember the classic editor plugin?

\n\n\n\n

[00:13:18] Nathan Wrigley: I do, yeah.

\n\n\n\n

[00:13:19] Mary Ann Aschenbrenner: Yeah, we were afraid of block editor so we all put classic editor on. And so it kind of keeps it looking classic. And, well, you deactivate that. And then when you go to a page or a blog post, you’ll see a little greyed block on the top of that content that says classic editor. You click it, and then it’ll say, convert to blocks. And this is where you just do it. You say, yes, I’m going to convert to blocks. You click it, and you got blocks.

\n\n\n\n

Now, where you are going to find problems? But first of all, most of it deploys really well. Paragraphs deploy, they’re still paragraphs. Headers deploy, they’re still headers, et cetera, et cetera. But where you have columns, your original theme may have used some sort of a short code for columns that’s different than a block editor. So that may not convert.

\n\n\n\n

Where you have embedded YouTube videos or something, you may decide to do them differently using the YouTube embed plugin instead of whatever code comes up. And you’ll get a little, if a paragraph doesn’t convert well or a block doesn’t convert well, it’ll say, you’ll know that.

\n\n\n\n

But you still have your live site. So you can go there and find the content and put it back in. You know, it would would be cut and paste if you may have to chase down a YouTube link to embed a YouTube video. But it is all very doable and it’s pretty fast. It doesn’t take that long. I had a website with 200, over 200 blog posts that I had to do that on. That took a little while. But it was 200 blog posts, more than that actually. But for just a standard website with a dozen or so pages, it’s not hugely time consuming.

\n\n\n\n

[00:14:54] Nathan Wrigley: I guess the only problems that may occur is if some part of the, well, let’s say theme, but it may be a plugin, but it may be part of the theme was injecting something somewhere. And in the classic editor you don’t see it, but it somehow surfaces on the front end. I don’t know, it may be the insertion of an ad or something like that. And then you may run into problems because you can’t see where that content’s coming from.

\n\n\n\n

But I suppose in your scenario, you’re just flicking backwards and forwards between the current live site, which is the classic one, and then you’ve got your staging site, which is the block based one. I guess it’s just a jigsaw puzzle really. You’re trying to figure out, okay, why is that missing? Where does that come from? How can I deploy it in blocks and go through that process? And hopefully on each iteration you get more and more back to what the original content was.

\n\n\n\n

[00:15:38] Mary Ann Aschenbrenner: Right, exactly. That’s how you do it.

\n\n\n\n

[00:15:40] Nathan Wrigley: Yeah. And so it’s a process of going through it kind of one at a time.

\n\n\n\n

Have you ever encountered something which you couldn’t solve in that scenario? Have you ever come across something where you just throw your hands in the air and think, what, where’s that?

\n\n\n\n

[00:15:50] Mary Ann Aschenbrenner: One time. So I had a website on a Studio Press theme, and I did the conversion. It all looked good to me. And then I realised when you were not logged into the site, the navigation didn’t show up properly. And I tried to figure that out and I redid the navigation. It looked good when you’re logged in, but when you’re just looking at the site not logged in, it wasn’t. So I ended up actually rebuilding that site entirely.

\n\n\n\n

[00:16:16] Nathan Wrigley: Oh, interesting.

\n\n\n\n

[00:16:17] Mary Ann Aschenbrenner: I just went ahead and brought up a whole new 2025 theme and copied and pasted content and brought it over.

\n\n\n\n

[00:16:23] Nathan Wrigley: Okay, so rather than having a staging site, well, you presumably did have a staging site, but it wasn’t a case of going into the posts or the pages and clicking the convert button. This more of a, okay, something’s broken here, I need to start from scratch.

\n\n\n\n

[00:16:34] Mary Ann Aschenbrenner: Something’s broken, I couldn’t figure it, I mean, I’m sure if I were a coder, I would’ve dug into the code. But it’s like, it’s going to take me hours, it’s going to be easier in this case. It didn’t have a ton of content. There was like six or eight pages and maybe four or five blog posts. So it wasn’t that hard to do. It was easier to just bring up the new 2025 theme and start fresh.

\n\n\n\n

[00:16:54] Nathan Wrigley: Yeah, in the scenario where you’ve only got a handful of pages, it probably is literally quicker to do it that way and copy and paste.

\n\n\n\n

[00:16:58] Mary Ann Aschenbrenner: Especially if you see an issue pop up immediately. It’s something, the navigation, I couldn’t figure out why that wasn’t working. But it was a Studio Press theme, so something was coming through from the old theme.

\n\n\n\n

[00:17:09] Nathan Wrigley: Okay. And you mentioned that this whole process where you, you go to your staging site and you go into a post or a page, and there’s this bar at the top. The content is missing essentially. And there’s this bar, it’s a grey bar and it looks.

\n\n\n\n

[00:17:23] Mary Ann Aschenbrenner: Well, the content is usually there.

\n\n\n\n

[00:17:24] Nathan Wrigley: Yeah, but it’s all in the wrong, it’s as it was essentially. So it’s not yet as blocks. And you click the button, wait a heartbeat, a moment, and the WordPress sort of process of migrating one to the other just sort of takes over. Paragraphs become paragraphs blocks, and on you go. I’ve yet to have that fail on me in a catastrophic way. It’s never done anything unexpected.

\n\n\n\n

[00:17:45] Mary Ann Aschenbrenner: It’s never failed catastrophically, not on me. And I’ve converted, even on that one website I just mentioned, the content converted great. It was just the navigation that was the issue. But I’ve used Canvas theme, which used to be produced by WooCommerce before it became a part of WordPress. And I’ve used, of course another theme on, that another website. So that content comes through actually, really easily.

\n\n\n\n

[00:18:09] Nathan Wrigley: You mentioned also that you are using the default theme in most cases. So you mentioned 2025, but also you said, I think perhaps try 2024 or something like that. Is that your kind of go-to? Do you explore the ecosystem of other themes that are out there in the environment, either the repo or possibly commercial themes, or you just heavily leaning into default themes?

\n\n\n\n

[00:18:28] Mary Ann Aschenbrenner: I just lean into the default theme.

\n\n\n\n

[00:18:29] Nathan Wrigley: Is there any particular reason for that? Because obviously, you know it’s going to be updated, which is really nice. You know that it’s a, well, it’s deployed on every WordPress website, a standard if you download a vanilla version of WordPress.

\n\n\n\n

[00:18:39] Mary Ann Aschenbrenner: It’ll be maintained for a long, long time. I know somebody who’s still in the 2015 theme and their site still works great.

\n\n\n\n

[00:18:47] Nathan Wrigley: Yeah, the backwards compatibility promise of WordPress is pretty remarkable.

\n\n\n\n

[00:18:51] Mary Ann Aschenbrenner: It’s pretty remarkable.

\n\n\n\n

[00:18:52] Nathan Wrigley: Yeah. Have you found limitations in those themes though? So one of the things that I think people wish were better would be, for example, things like navigation. You know, the options that you have in default blocks for navigation. Currently, there’s quite a lot of work going on to improve that as it happens. But are there any limitations that you’ve encountered where you thought, I wish it could do more?

\n\n\n\n

[00:19:12] Mary Ann Aschenbrenner: I haven’t with the 2025, not recently anyway. But with 2024, I used a little bit of CSS in the navigation block. So add a little CSS.

\n\n\n\n

[00:19:21] Nathan Wrigley: Yeah, just tweak it a little bit. There’s a lot of requirements for maybe, I don’t know, mega menus, things like that, adaptations to the mobile menu that are not available in the blocks. And as we’re leaning more into kind of like a no code environment with block based themes.

\n\n\n\n

[00:19:35] Mary Ann Aschenbrenner: I have used a plugin for mega menus on one of my clients.

\n\n\n\n

[00:19:37] Nathan Wrigley: Okay. So you take care of that in a different way by using plugins? Yeah, okay. That kind of makes sense.

\n\n\n\n

Okay, so that’s the bits and pieces perhaps about the sort of how you do it.

\n\n\n\n

[00:19:46] Mary Ann Aschenbrenner: And the reason I used the mega menu plugin for that client was he had very specific ideas of how he wanted his navigation to look on cell phone.

\n\n\n\n

[00:19:54] Nathan Wrigley: Yeah, because it is fairly limited what you get out of the box. There’s not too many options and think the community is possibly moving towards having something a little bit better in the, yeah, a bit more full featured, let’s put it that way.

\n\n\n\n

It’s a curious question, do you see any need for more than a single theme in the WordPress space anymore? So in other words, now that we’re leaning into an era where all of the bits and pieces that would’ve been handled by the theme is now handled by the interface of the block-based theme. So, for example, all of your templates is within the UI of full site editing and what have you. Do we even need a whole bunch of themes?

\n\n\n\n

Could we just have a single theme which did the bare bones, maybe headers, footers, menus, that kind of thing. And then all of it is done by patterns or templates, which can be pointed on and clicked in, in the interface?

\n\n\n\n

[00:20:44] Mary Ann Aschenbrenner: Well, I think that it’s good to have themes, and I’ll tell you why. My daughter’s wedding photographer. She is not a website designer. You know, she was used to using Squarespace, realised that the SEO on it sucked and decided to go to WordPress and found a great photography theme from a good maker of themes. I had no problem with it. I looked at it. And all she needed was a little tip on how to see where her blocks were and what the block is. She’s just going to be able to go with that.

\n\n\n\n

Now if she was starting from scratch with no theme to work with, and just trying to figure it out, I think it’d be a lot harder for her. But having a template that’s like, here’s your photography template, she can put her own pictures in there. She understands the concept, and she’ll be able to build her own website with it.

\n\n\n\n

[00:21:36] Nathan Wrigley: Do you find it’s easier for your clients then to work with the block based themes than it was with the classic themes?

\n\n\n\n

[00:21:43] Mary Ann Aschenbrenner: Yes.

\n\n\n\n

[00:21:44] Nathan Wrigley: I find sometimes it’s difficult to kind of work out where you are in the UI. You know, you’ve clicked on a bunch of things and you can’t figure out how to get back to where you were, things like that. But then if I weigh that up against how difficult it was with classic themes, where you had to basically have a code editor open at some point and be editing template, PHP files, and things like this. Although it’s a bit confusing navigating around the UI, I think even the people developing WordPress would say, yes, there’s a bit of work to be done on the UI. I think on the whole, it’s much easier, but I don’t know what your clients think.

\n\n\n\n

[00:22:13] Mary Ann Aschenbrenner: You know how I explained to my clients, I said, if you use Mac, can you put together a Pages document and maybe add some images, can you do that? And they say, yes. I said, well, if they’re using Microsoft, can you do the same thing? Yes, I can. Well, then you can use the block theme.

\n\n\n\n

Because once it’s set up, I mean, I think that there’s certain areas that are a little more tricky and for our clients, I’ll say, look, don’t get into the editor. Do not do full site editing. Let me do that. If you want to add something to the navigation, just tell me, I’ll edit it. It’s not a big deal. It takes me five minutes. They’re going to have to figure it out, because it’s only something they’re going to do once in a while when they change their navigation.

\n\n\n\n

But for any of their pages, you know, they know how to hit the three lines, see what block they’re in, click it, it lights up the block on the right hand side, and then they can do the editing to the right of that. They can do it.

\n\n\n\n

[00:23:03] Nathan Wrigley: Do you lean into the feature of locking blocks? Because it sounds like you’ve got a fairly close relationship with your clients. You’re probably able to get on the phone with them and things like that, have that communication. So you can just say, don’t touch that, leave that alone, and that’s fine.

\n\n\n\n

But obviously in different scenarios where, I don’t know, it might be more corporate, that kind of thing, the capacity within native WordPress to exclude the client from being able to edit that.

\n\n\n\n

So as an example, yeah, you can change the text on that block, but it’s a cover block, but we’re not going to allow you to change the background image. Or conversely, you can change the background image, but you can’t change the text, those kind of things. So these are sort of new features which have crept in over time, and I’m not sure how many people use those, whether or not that would be of interest to you and your clients.

\n\n\n\n

[00:23:45] Mary Ann Aschenbrenner: You know, it’s their website. They may be on my servers that I’m hosting, but it’s their website and if they really want to mess it up, they can. And I can fix it. But really, it’s not a problem.

\n\n\n\n

There’s been a few times, I have one client who adds content and he happened to add it all in tables. I don’t know why or how. I had to fix it on one of his pages. But, you know, I fixed it and the content is there down and it’s not in a table.

\n\n\n\n

[00:24:10] Nathan Wrigley: Do you build into your process, when you have converted something from classic to block base, do you have like an education piece in the middle there somewhere?

\n\n\n\n

[00:24:18] Mary Ann Aschenbrenner: Oh, yes.

\n\n\n\n

[00:24:19] Nathan Wrigley: So time to show the client how to use it. Because obviously they may be very familiar with classic editing, or it may be something that they’re not really dabbling in that much. Either way, it’s not at all like the new thing. And how do you do that? Do you allocate time? Do you have videos prepared or just sit next to them in their offices?

\n\n\n\n

[00:24:35] Mary Ann Aschenbrenner: You know, we usually do it as like a Zoom call. They share their screen. Well, actually, during the process, there’ll be times when I’m on the phone in a Zoom call with the client or a Google Meet call with the client, and I’m showing them what I’m doing on my end. So that’s part of the education process.

\n\n\n\n

And we talk about, okay, do you like this font? No, I don’t like this one. Okay, well, how about this one? They see me change things back and forth. I put up content and they say, oh, we want to edit that. We want to rephrase it like this.

\n\n\n\n

So if we’re doing it on a Zoom call, it’s going back and forth, they see how I’m working. And I make a point, oh, see how I hit these three lines, and we can edit this paragraph block, let’s put a background on this paragraph block. Here’s how you do it. So they learn how to do that, just kind of as we’re building it.

\n\n\n\n

And then when it’s done, I will definitely show them how, anything they want to change. And I’ll walk through them how to add a blog post, for example. Usually the pages are pretty dialed in by the time we go live, it’s exactly where they want. So they might need to learn how to add blog posts. And I’ll introduce them to the blocks I think they’re going to use. They don’t need to know how to do every single block because there’s so many blocks.

\n\n\n\n

[00:25:46] Nathan Wrigley: Yeah. Do you switch some of them off, make them unavailable? I don’t know, there’s things like the Animoto Block, which goodness knows whoever was using that, I don’t know. But it’s there. I think most clients don’t need them. And having the capacity to switch some blocks off, quite a nice idea.

\n\n\n\n

[00:26:00] Mary Ann Aschenbrenner: You can. I haven’t done that.

\n\n\n\n

[00:26:01] Nathan Wrigley: No, okay. And are there any common gotchas? When you’ve gone through this process multiple times, is there anything which comes out the other end which is reliably strange to the client? You know, okay every client’s reporting back either, nothing, this is brilliant, it’s a hundred percent, I’m all on board. Or do you have common things which you have to explain over and over again to the different clients because it’s just quirky?

\n\n\n\n

[00:26:21] Mary Ann Aschenbrenner: There’s a couple clients that are boards, nonprofit boards, and so then I have to explain it over and over again.

\n\n\n\n

[00:26:29] Nathan Wrigley: And is that because of the nature of.

\n\n\n\n

[00:26:31] Mary Ann Aschenbrenner: Because the person I’m talking to changes.

\n\n\n\n

[00:26:33] Nathan Wrigley: Oh, okay.

\n\n\n\n

[00:26:34] Mary Ann Aschenbrenner: Sometimes clients will want something I don’t really feel like I can deliver. So I have a client who wants full with image, with content on top of it, and wants it to be a slider. So there’ll be a full width image with content and a button, and then another full width image with content and a button. It’s a slider. So I created this.

\n\n\n\n

And then when it was done, they were like, well, I want the whole image to show on a cell phone. I had to explain, if that entire image gets so narrow that it shows on a cell phone and it’s not very tall, your content won’t fit in it. And it was really hard to accept. So that kind of thing can occur.

\n\n\n\n

[00:27:12] Nathan Wrigley: Yeah, I mean, it’s not for everybody, but I feel at this point, this is the future of WordPress. This is the way it’s going to go. This is what most people are talking about and what have you. Just getting into your presentation later, firstly, good luck with it. I hope it goes well.

\n\n\n\n

[00:27:26] Mary Ann Aschenbrenner: Thank you.

\n\n\n\n

[00:27:27] Nathan Wrigley: How are you tackling this subject? Are you going to be doing slides? Because it’ll be curious, the audience, presumably in front of you are, well, we’re at WordCamp. Presumably they are a bunch of WordPressers. I’m curious to know at what level you are pitching it.

\n\n\n\n

[00:27:39] Mary Ann Aschenbrenner: You know, I think somebody who’s fairly new to WordPress will be able to get a lot out of this. I think it’s geared towards somebody with a little bit of experience, not a lot.

\n\n\n\n

I’m going to talk about three different websites. One of them was actually built in 2006 on Blogger. I wasn’t the one that built it. And two other websites. And I’m going to talk a little bit about the City of Portland, so people who come to this, even if they know everything I’m talking about will learn a little bit about the City of Portland.

\n\n\n\n

[00:28:05] Nathan Wrigley: And this is all filmed as well, which is kind of nice. And these days those videos tend to get turned around pretty quickly. Long gone is the day that you would attend a WordCamp and then six months, a year later, the video would still be stuck in somebody’s hard disk.

\n\n\n\n

Hopefully by the time this podcast episode drops, that will be out and we’ll be able to watch your presentation. I think I’ve asked everything that I wish to ask. Is there anything that you think that we didn’t touch during our conversation?

\n\n\n\n

[00:28:31] Mary Ann Aschenbrenner: There is.

\n\n\n\n

[00:28:31] Nathan Wrigley: Go for it.

\n\n\n\n

[00:28:32] Mary Ann Aschenbrenner: While I was building the site with 200 blog posts, I discovered a little, what I thought was a glitch. And it turns out it’s a feature. But if you were a developer, you think it’s a feature. So in the 2025 theme, when you go to templates, you go to your website editor and you go to patterns, and then you have the header, the footer, and the page templates.

\n\n\n\n

For the blog page, I pick a page template for the blog page, just that one. And then I can go in and I can select the style of my query loop. So if I want a query loop that’s just a picture on the left and content on the right for that blog page, and then people can scroll through and see all the different blog posts.

\n\n\n\n

I picked one that was different than that. So I picked it, and then I deployed it, and then I went to the blog page and looked at it and it looked great. Except when I hit next page, it returned to the same page. It never was advancing to all these other 200 blog posts. And I was like, what happened here?

\n\n\n\n

So I went back to the template, page, templates, blog page, picked a different query loop. Same thing. Picked a third query loop. Ah, this one worked. I could advance to the next pages. So then I was curious, why is this?

\n\n\n\n

So I went back to that template, hit the three line dropdown arrow, looked at every single block in there and saw a pagination block that had not been in the others at the bottom of the group. So then I copied that and I put it in. And voila, my original one worked, I was very happy with it.

\n\n\n\n

So I went yesterday to the Contributor Day and I sat at the Core Performance table, and normally not where I would belong, and said, this is your issue, it’s got to be fixed. And they looked at it, and a couple more people looked at it, and then they explained to me that not all query loops are used on the blog page. Some might be used on a landing page. And you may not want a next pages on every one of your query loops, so it’s not there on everyone.

\n\n\n\n

[00:30:53] Nathan Wrigley: It’s kind of interesting that it got there on one of them. And I think this is something that can be quite confusing, things like that, which in the old world, you would’ve dropped in as a short code. And in order to get that short code, you would’ve gone into some other UI and configured it all, and then the short code would’ve been spat out with the correct parameters to do what you wanted. So there might have been a toggle for show pagination, take pagination off, and what have you. And then the short code would ultimately do that.

\n\n\n\n

In the block editor, this kind of thing happens fairly frequently in that there are nested blocks. And if you don’t deploy the nested blocks, so for example, if you didn’t know that pagination was a separate block, which usually sits outside of the query loop, usually below it in the same group or something like that, it’s easy to think, well, it ought to be there. Why isn’t it there? And sometimes you have to go find that pagination block, insert it in the right place and what have you.

\n\n\n\n

Yeah, so things like that, if you don’t see it, you don’t see it. It’s not intuitive to think that it ought to be there. And I can think of probably dozens of examples of that kind of thing where blocks that you may rely on are in fact nested blocks of other blocks, and they may not come in automatically.

\n\n\n\n

So, yeah, it’s a process of figuring that out, and maybe a toggle inside the query loop block saying, just enable pagination, turn it off, or something like that.

\n\n\n\n

[00:32:11] Mary Ann Aschenbrenner: That might be helpful. But I was able to fix it, and I realise now that it actually is a feature because they can, you can go to those query loops and look at all sorts of query loops that you might use elsewhere on your website. So I thought it was great to go to Contributor Day. I contributed and I learned.

\n\n\n\n

[00:32:28] Nathan Wrigley: Yeah, that’s really nice. And people were able to explain it to you. Yeah, definitely a thing if you come to a WordCamp, certainly of this magnitude, attend the Contributor Day. And it’s not just a process of contributing, it can be a process of sitting next to people who are working and asking them questions and thereby upping your own knowledge.

\n\n\n\n

[00:32:44] Mary Ann Aschenbrenner: And I don’t think that they were aware of it until I pointed it out.

\n\n\n\n

[00:32:47] Nathan Wrigley: Yeah, they’re in the weeds of deploying it, and they may not consider all the use cases. And in this case, you had one in which it didn’t work as expected. I guess from their point of view, everything that they said is probably true. You know, it may be deployed in this way, it may not, and so we built it in such a way that you can have the pagination or not, but nevertheless, you kind of needed it right away.

\n\n\n\n

Well, that’s brilliant. Thank you so much Mary. Appreciate you chatting to me today.

\n\n\n\n

Where can we find you if people would like to reach out about anything you’ve talked about? Where’s the best places?

\n\n\n\n

[00:33:14] Mary Ann Aschenbrenner: On my website is waterlinkweb.com. You can find me there. I’m on Instagram at Water Link Web. I have a LinkedIn, Mary Ann Aschenbrenner at LinkedIn. And I think that does it.

\n\n\n\n

[00:33:28] Nathan Wrigley: Well, thank you very much. I’ll make sure all those bits and pieces get into the show notes. So head to wptavern.com, search for the episode with Mary Ann Aschenbrenner. I will hopefully speak to you another time. Thank you very much for chatting to me.

\n\n\n\n

[00:33:40] Mary Ann Aschenbrenner: Thank you very much, Nathan.

\n
\n\n\n\n

On the podcast today we have Mary Ann Aschenbrenner.

\n\n\n\n

Mary Ann has been the President of Waterlink Web, a digital agency specialising in WordPress web design since 2014. Her experience includes e-Commerce and membership websites, websites for local nonprofit organisations, and starter websites for small businesses. As a life-long learner, Mary Ann likes to keep pace with the latest innovations in WordPress. She is a fan of block themes and particularly the WordPress default themes.

\n\n\n\n

We start by discussing the differences between classic and block themes, with Mary Ann offering practical, step-by-step advice for anyone considering a move from a classic theme to a modern block-based theme. She talks about why you might want to make the switch, potential challenges to look out for, and stories from her own experience converting client sites.

\n\n\n\n

We also chat about the evolution of WordPress, the diminishing need for third-party page builders, the importance of client education, and the ongoing improvements in the block editor. Plus, Mary Ann shares insights from her WordCamp presentation, and her experiences collaborating with the WordPress community.

\n\n\n\n

Whether you’re a seasoned WordPresser, or are just starting out, and keen to know how block themes are making site building more accessible for everyone, this episode is for you.

\n\n\n\n

Useful links

\n\n\n\n

Mary Ann Aschenbrenner on LinkedIn

\n\n\n\n

Waterlink Web

\n\n\n\n

Friends of Pier Park website

\n\n\n\n

Moving a Website from Classic to a Block Theme

\n\n\n\n

 StudioPress

\n\n\n\n

Blogger

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Sep 2025 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:9;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Open Channels FM: How to Make Your Open Web Content Last Forever: Effortless, Permanent Backups and Media Storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108637\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/how-to-make-your-open-web-content-last-forever-effortless-permanent-backups-and-media-storage/\";s: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:360:\"The open web is a patchwork of ideas, creativity, and discovery that thrives on its openness and diversity. But what happens when websites go offline, hosting bills lapse, or platforms disappear? The reality is that content is lost every day to link rot, expired services, and vanished archives while silently erasing important stories and knowledge. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Sep 2025 13:29: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: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:10;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Open Channels FM: GoDaddy’s New AI Site Designer: From Idea to WordPress Site in Minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/godaddys-new-ai-site-designer-from-idea-to-wordpress-site-in-minutes/\";s: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:157:\"Our sponsor GoDaddy\'s Airo Site Designer is an AI tool that quickly creates WordPress sites from simple prompts, making it easy for anyone to go online fast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Sep 2025 09:36: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:11;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: United Starlink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/09/united-starlink/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2025/09/united-starlink/\";s: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:978:\"

I’m on my first United flight with Starlink, and wow! I ran a fast.com test and got 110 mbps down and 38 mbps up, which is insane. 28ms ping times. While flying! When you think of all of the engineering and technology coming together to let me blog this it’s really incredible.

\n\n\n\n

Update 2025-09-16: United actually responded to my tweet about this. \"😂\"

\n\n\n\n
\n

Entertainment at 35,000 feet has never been better (or faster)! ?

— United Airlines (@united) September 17, 2025
\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Sep 2025 00:05:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Open Channels FM: How WordPress Playground Is Opening Doors to Inclusive Learning 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://openchannels.fm/how-wordpress-playground-is-opening-doors-to-inclusive-learning-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"WordPress Playground revolutionizes web development by providing a browser-based platform for learning and experimentation, making it accessible globally, particularly for users in resource-limited areas.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Sep 2025 12:55: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: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:13;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: From Print Design to Podcasting, the Scenic Route to Creativity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://openchannels.fm/from-print-design-to-podcasting-the-scenic-route-to-creativity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"In this episode, BobWP shares the launching his blog and podcast, Bob\'s Wild Pathways, filled with honest stories and insights from his creative adventures.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Sep 2025 10:11: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:14;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Retention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149819\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2025/09/retention/\";s: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:120:\"

Andrew Chen has a great post on retention.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Sep 2025 04:40: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Weekend YouTubes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2025/09/weekend-youtubes/\";s: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:3290:\"

One of my favorite YouTubers is Charles Cornell (WordPress-powered!), who creates great videos that break down the music theory of various things you’ve heard, such as this adorable one featuring SNES soundtracks or The Legend of Zelda: Breath of the Wild. I first came across him reacting to Jacob Collier in 2020. Once I got super-into Severance, his breakdown of the spooky music is great. It’s also interesting to see that the YouTube community is going through its own version of fair use and copyright, trademark, etc., enforcement, which he discusses here.

\n\n\n\n

Sam Altman is always interesting to follow, and it’s interesting to contrast this great interview he did with David Perell on writing with this very direct and awkward one with Tucker Carlson. I have immense respect for anyone who enters the arena and engages directly with journalists or critics, rather than hiding behind PR agents or lawyers. Given the current blood feud, it’s fun to go back eight years and see Sam Altman interview Elon Musk, long before any of the AI stuff blew up they were both terribly prescient.

\n\n\n\n

Ray Dalio is always a gem and he went on Diary of a CEO. Theo Browne has a good take on what it means to vibe code. Kishan Bagaria discusses how Beeper is going to reach 100 million users. The story of how Atlassian took a non-traditional enterprise path with Jay Simons is great. Not a YouTube, but don’t miss Bret Taylor on The Verge. Check out Adam D’Angelo at South Park Commons.

\n\n\n\n

And finally, I’ll say that YouTube Premium, which turns off all the ads, is probably one of the highest value subscriptions you can have. Many of these are essentially like podcasts, and from a product perspective, I think we need to figure out how to sync and allow seamless movement between watching, listening, or reading transcripts in Pocket Casts (Automattic’s open-source podcasting app). We support video podcasts, but there’s no good way yet to have a Whispersync-like experience between video, audio, and a transcript.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Sep 2025 23:23:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Old Business Cards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2025/09/old-business-cards/\";s: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:2624:\"


I recently came across a few old business cards I designed back in 1999. The first ones were for my services as a saxophone player:

\n\n\n\n\n\n\n\n

A few notes:

\n\n\n\n\n\n\n\n

This was for my “design” business:

\n\n\n\n
\"\"
\n\n\n\n


I would also design business cards for friends, here’s one for my friend who was a percussionist and vibraphonist, Chase Jordan:

\n\n\n\n
\"\"
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Sep 2025 02:50: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Gutenberg Times: Licensing for AI, Patterns, Gutenberg 21.6, and future of WordPress—Weekend Edition #340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/\";s: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:26136:\"

Hi there,

\n\n\n\n\n\n

Welcome to the WCUS Part 2. The workshop recordings are online, and my chat with other dev advocates has also been published. You can read about it in this article, which includes the video: WordPress, AI, and the generational shift: insights from #WCUS Creators Studio.

\n\n\n
\"In
\n\n\n
\n\n\n\n

A few publishers assembled to come up with a license standard for machines, aka AI. As site builders, or owners, you’ll be interested that there has been some work on the way. More below.

\n\n\n\n

Have a splendid weekend ahead!

\n\n\n\n

Yours, \"💕\"
Birgit

\n\n\n
\n
\n
\n\n\n

WordCamp US

\n\n\n\n

As mentioned, the recordings of the Workshop are now online. The block and site editor related ones are:

\n\n\n\n\n\n\n\n

If you are more interested in AI and development, these might be for you:

\n\n\n\n\n\n\n\n

Developing Gutenberg and WordPress

\n\n\n\n

It was Ryan Welcher‘s turn to publish this month’s What’s new for developers? (September 2025). The updates include:

\n\n\n\n\n\n\n\n

For details and more, you need to read the post. \"🤗\"

\n\n\n\n

Don’t miss a new article on the WordPress developer blog again. Subscribe!

\n\n\n\n
\n\n\n\n

Carlos Bravo managed the release of Gutenberg 21.6 and highlights in his post What’s new in Gutenberg 21.6? (10 September):

\n\n\n\n
    \n
  1. New add accordion button
  2. \n\n\n\n
  3. Improved DataViews grid interface.
  4. \n\n\n\n
  5. Form elements now support global styles
  6. \n
\n\n\n\n
\"\"
\n\n\n\n
\n

\"🎙\" The latest episode is Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks with special guest Sarah Norris.

\n\n\n\n
\"\"
\n\n\n\n

If you are listening via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It’ll help with the distribution.

\n
\n\n\n\n

Plugins, Themes, and Tools for #nocode site builders and owners

\n\n\n\n

In her latest post, The Pattern System: Publish Faster with Reusable WordPress Layouts, Anam Hassan breaks down how WordPress Patterns can save you tons of time by letting you reuse the same layouts over and over instead of rebuilding them from scratch. She explains three types: synced patterns that automatically update everywhere when you change them once, unsynced patterns that give you the same starting template but let you customize each one differently, and locked patterns that keep your design safe when other people are writing content.

\n\n\n\n

Synced pattern overrides are however missing from the post.

\n\n\n\n
\n\n\n\n

Tune in to the latest episode of the WP Behind the Builds podcast on Open Channels. The Founders of Podcaster Plus Share Product Development Experiences and Community Insights. Host Mark Westguard speaks with Dan Maby and Nathan Wrigley, founders of Podcaster Plus, about their new WordPress plugin designed to simplify podcast publishing and customize audio players. The plugin uses the Interactivity API for modular blocks like play buttons and volume controls, enabling users to create personalized audio players. Podcaster Plus automates publishing by generating posts for new episodes in RSS feeds and offers add-ons for custom post types, SEO, and automation.

\n\n\n\n

You can sign up for the beta of the new plugin at the website PodcasterPlus.

\n\n\n\n
\n\n\n\n

At WordCamp Sofia last year, Jordan Hlebarov explored in his talk how the Gutenberg block editor simplifies the workflow for both agencies and clients, by making content management more intuitive and efficient, as well as how it benefits both clients and streamlines agency operations. The video is now available on WordPressTV and also offers a link to the slides.

\n\n\n\n

Theme Development for Full Site Editing and Blocks

\n\n\n\n

On the WordPress Developer Blog, Justin Tadlock published an in-depth tutorial on Building a light/dark toggle with the Interactivity API. He demonstrates creating a toggle that works without custom blocks using modern CSS techniques and WordPress APIs. The tutorial covers theme setup, color scheme storage using user meta and cookies, implementing the toggle button with interactivity directives, adding JavaScript functionality, styling with icons, and registering a block variation for easy editor insertion, resulting in a complete light/dark mode toggle for block themes. You can follow along on the Block Developer Cook Book website.

\n\n\n\n
\n\n\n\n

Rino de Boer normally uses Elementor to build sites. Recently he explored Block themes and the 2025 default theme. You can follow along via his YouTube video Exploring WordPress Block Themes (Spectra, Raft, Ollie, TT5 & more) — Live Test

\n\n\n
\n
\n\n
\n
\n\n\n
\n\n\n\n

Jason Crist published a new plugin: Synced Patterns for Themes. He writes in the description, “This plugin enables theme developers to ship patterns that behave as synced patterns (reusable blocks) while maintaining the benefits of theme-bundled patterns. When a theme pattern is marked as synced, it automatically becomes available as a reusable block that updates across all instances when modified.” The plugin description also elaborates on the features and how to use it.

\n\n\n\n

Crist also authored the Pattern Builder plugin, you can also find in the repository. “Pattern Builder transforms how you work with WordPress block patterns, providing a comprehensive solution for creating, managing, and organizing patterns right from your WordPress admin.”

\n\n\n\n

I have not tested these plugins. Use at your own risk!

\n\n\n\n
\n\n\n\n

Bud Kraus again has a great tutorial to unregister all kinds of core block features, i.e., block styles, blocks, or theme style variations. He shows you example code and also what happens when things are unregistered that were already in use. Check out his blog post on Kinsta: Unregistering style variations in a WordPress block theme.

\n\n\n
\n

“Keeping up with Gutenberg – Index 2025”
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. 2024 on. Updated by yours truly. The previous years are also available: 2020 | 2021 | 2022 | 2023 | 2024

\n
\n\n\n

Building Blocks and Tools for the Block editor.

\n\n\n\n

Ryan Welcher chips away at his Block Development Cookbook series on YouTube. In the video How To Convert WordPress Blocks Into (Almost) Anything!, you learn how to enable transforms for your blocks, a way to migrate a current block into a different block. The block editor has a few transforms out of the box, like changing the content of a paragraph block into a list block. Or a into a Quote block without losing the content. Ryan helps you solve this using the transform API for your custom blocks.

\n\n\n
\n
\n\n
\n
\n\n\n
\n\n\n\n

New in the Playground world

\n\n\n\n

In his post, The future of WordPress? A complete website from nothing but a link, Jamie Marsland explores how WordPress Playground runs entirely in your browser without servers or setup, and Blueprints transform it from a demo into a powerful tool. Blueprints are recipes that create complete professional websites with one click, benefiting agencies, educators, freelancers, and developers. Marsland built PootlePlayground.com and PootleSites.com to expand Blueprint creation capabilities. The future roadmap aims to push these temporary browser sites into permanent hosting.

\n\n\n\n

AI News

\n\n\n\n

In his post, Boosting WordPress Development with GitHub Copilot, Seth Rubenstein explains how GitHub Copilot, an AI coding assistant, helped his team quickly build four WordPress features that would have taken months to complete manually. The AI handled tasks like creating admin panels and fixing SEO titles with minimal human oversight. However, the AI couldn’t test its own work, so Rubenstein integrated WordPress Playground, a browser-based testing environment, allowing the AI to actually browse and check the websites it builds, making the development process more reliable and efficient. Rubenstein shared all the details of how he accomplished it.

\n\n\n\n
\n\n\n\n

Matt Mullenweg shared on his blog, “one of the more interesting things to launch.” this week:

\n\n\n\n

RSL (Really Simple Licensing) is an open standard that helps content publishers protect their rights in the AI era by embedding machine-readable licensing terms directly into web pages using XML markup.

\n\n\n\n

The system supports various compensation models, including attribution-based licensing, pay-per-crawl, and pay-per-inference arrangements. Publishers can specify different terms for different usage types, particularly for AI training applications.

\n\n\n\n

The standard addresses challenges content creators face with AI systems using their work without clear compensation or attribution by providing a structured format that automated tools can understand and respect, giving creators standardized control over their content usage.

\n\n\n\n

The founders are Eckart Walther, who is also the co-creator of the RSS (Really Simple Syndication) standard, and Doug Leeds, former CEO of Ask.com and former CEO of IAC Publishing.

\n\n\n\n

The RSL team has established a collective licensing organization, the RSL Collective, that can negotiate terms and collect royalties, similar to ASCAP for musicians or MPLC for films.

\n\n\n\n

Russell Brandom at TechCrunch has the whole story. RSS co-creator launches new protocol for AI data licensing.

\n\n\n\n

James Le Page, team rep on the WordPress AI team, built a first version of a plugin for publishers using WordPress: RSL Licensing for WordPress.

\n\n\n\n

And I am left to wonder how public LLMs adhere to this standard and more interestingly, if they will pay licensing fees. Brandom wrote, “Without some kind of licensing system, AI companies could face an avalanche of copyright lawsuits that some worry will set the industry back permanently.”

\n\n\n
\n

Need a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.

\n\n\n\n

Now also available via WordPress Playground. There is no need for a test site locally or on a server. Have you been using it? Email me with your experience

\n\n\n\n

\"GitHub

\n
\n\n\n

Questions? Suggestions? Ideas?
Don’t hesitate to send them via email or
send me a message on WordPress Slack or Twitter @bph.

\n\n\n\n
\n\n\n\n

For questions to be answered on the Gutenberg Changelog,
send them to changelog@gutenbergtimes.com

\n\n\n\n
\n\n\n
\n

Featured Image: Photo by Cristina Gottardi on Unsplash

\n\n\n\n
\n\n\n\n

Don’t want to miss the next Weekend Edition?

\n\n\n

We hate spam, too, and won’t give your email address to anyone
except Mailchimp to send out our Weekend Edition

Thanks for subscribing.
\n\n\n
\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 Sep 2025 12:07: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: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:18;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Legal Win\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2025/09/legal-win/\";s: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:1032:\"

Just got word that the court dismissed several of WP Engine and Silver Lake’s most serious claims — antitrust, monopolization, and extortion have been knocked out! These were by far the most significant and far-reaching allegations in the case and with today’s decision the case is narrowed significantly. This is a win not just for us but for all open source maintainers and contributors. Huge thanks to the folks at Gibson and Automattic who have been working on this.

\n\n\n\n

With respect to any remaining claims, we’re confident the facts will demonstrate that our actions were lawful and in the best interests of the WordPress community.

\n\n\n\n

This ruling is a significant milestone, but our focus remains the same: building a free, open, and thriving WordPress ecosystem and supporting the millions of people who use it every day.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Sep 2025 01:27: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Really Simple Licensing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149763\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2025/09/really-simple-licensing/\";s: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:675:\"

It’s been a busy (and tragic) week but one of the more interesting things to launch was the Really Simple Licensing standard. I have a lot of scars from the web standards wars, so I’m hesitant to dive back in, but this is from a lot of the early Web 2.0 people, as TechCrunch writes about.

\n\n\n\n

As it happens, James LePage of Automattic has spun up a WordPress plugin for it, so that was fast. Now the thing to figure out is distribution and adoption.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Sep 2025 05:18:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Account for Externalities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2025/09/externalities/\";s: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:2454:\"

When I studied economics, one of the concepts that struck me the most was the concept of externalities. This International Monetary Fund post explains it well. In short, externalities are costs or benefits of an economic activity that affect third parties who did not choose to incur them, leading to a divergence between private and social costs or benefits. They’re spillover effects—positive or negative—that the market price fails to reflect. A classic example is air pollution from a factory, where nearby residents bear health and environmental costs not included in the price of the factory’s products.

\n\n\n\n

Open source is full of externalities. On the positive side, adoption creates ecosystems of developers and provides many paths of distribution. On the negative side, there’s often underinvestment in the very projects that sustain the ecosystem. I have a lot of empathy for why, when open source meets finance and private equity, things can go sideways. You can look at a business built on open source and see seemingly amazing margins—efficient R&D that compounds in a DCF model. A percent here or there over many years really adds up.

\n\n\n\n

My plea to investors in open-source businesses is this: when a business is built on top of open source, incorporate a restorative investment percentage back into the projects critical to the end-user experience of what you’re offering customers. In WordPress, we call this Five for the Future, but it doesn’t have to be five percent; it could be 0.1%. Plan for it when modeling your expected IRR hurdle from an investment. Then, a few years down the line, when the small percentages start to add up, you won’t face a big catch-up or gap.

\n\n\n\n

This underinvestment is itself an externality. It doesn’t appear on the balance sheet, but it can manifest in black swan events, such as security breaches or remote code exploits. Technical debt is one of the largest unaccounted-for externalities in the world today. Engineering, in the long run, is primarily a craft of maintenance rather than creation. The bulk of the cost of something comes from its upkeep over time.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Sep 2025 00: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: PostHog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2025/09/posthog/\";s: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:1235:\"

It’s always fun to see someone pushing the limits of the web experience, as I reminisced about Flash and Dreamweaver the other day. The new website for Posthog is a delightful rabbit hole to explore, akin to a Meow Wolf, with meticulous care and craft applied to every corner of the product in a way that is both fun and playful. They even have their own version of pineapple on pizza.

\n\n\n\n
\"\"
\n\n\n\n

What I want to enable with WordPress is the ability with thousands of plugins and themes for people to have unique, funky experiences like this on their website, while still providing a content structure that’s legible for interoperability and hacking. Major kudos to Cory Watilo and James Hawkins for coming up with this.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Sep 2025 00:09: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Gutenberg Times: WordPress, AI, and the generational shift: insights from #WCUS Creators Studio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/wordpress-ai-and-the-generational-shift-insights-from-wcus-creators-studio/\";s: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:10736:\"

Automattic’s Developer Advocates didn’t hold back at WordCamp US. Jonathan Bossenger, Brian Coords, Birgit Pauli-Haack, and Ryan Welcher sat down for a no-BS roundtable about WordPress’s future, AI’s actual role in the CMS world, and the big question: Is WordPress still cool enough for the next generation of developers?

\n\n\n\n

This wasn’t your typical conference panel with rehearsed talking points. The conversation dug into how WordPress is evolving right now—messy bits, growing pains, and all.

\n\n\n\n
\n\n
\n\n\n\n

Is WordPress headed for “Legacy” status?

\n\n\n\n

The episode opened with a gut-punch question from a ChatGPT impersonation of a 25-year-old YouTuber: Is WordPress becoming a “legacy CMS,” or does it still belong at the cutting edge of web development?

\n\n\n\n

The panelists weren’t having it. Birgit jumped straight into the modernization happening right now—Gutenberg’s evolution, sophisticated admin interfaces, and the shift toward block-based design systems. This isn’t your grandfather’s WordPress dashboard.

\n\n\n\n

Brian kept things grounded: Sure, newer technologies like React and Vite deliver flashy front-end experiences, but guess what? Most projects eventually need a solid content management foundation. WordPress still delivers out-of-the-box content modeling, user authentication, and integrations that would take months to build from scratch elsewhere.

\n\n\n\n

No-Code dreams or developer nightmares?

\n\n\n\n

The conversation shifted to whether Full Site Editing and block themes actually simplify web building or just create new headaches for developers.

\n\n\n\n

Jonathan pushed back on the “things are getting messier” narrative. His take? Structured, scalable paradigms always require an adjustment period. It’s not messier—it’s different, and that learning curve is normal.

\n\n\n\n

Birgit shared a telling example: features like custom block styles that once required developer intervention are now accessible to content creators. It’s empowering non-developers while maintaining professional guardrails—exactly what good tooling should do.

\n\n\n\n

Brian’s perspective? The block paradigm creates consistency. More people can build and customize using standardized approaches instead of fighting with fragmented solutions.

\n\n\n\n

The subtext here: WordPress isn’t dumbing down. It’s getting smarter about who can participate in the building process.

\n\n\n\n

Winning over the next generation

\n\n\n\n

A big conversation centered on how WordPress stays relevant for younger developers swimming in a sea of shiny new options. Does WordPress still feel fresh? The team didn’t dodge the question.

\n\n\n\n

It’s true: WordPress needs to meet new developers where they actually hang out—YouTube tutorials, TikTok quick hits, and mobile-first learning. Gone are the days when developers solely learned from documentation and forums.

\n\n\n\n

Jonathan hit a key point: WordPress must keep demonstrating its power and possibilities, not just its legacy. Brian backed this up with market reality—there’s still solid demand for both PHP and React skills within the WordPress ecosystem. The work is there if developers want it.

\n\n\n\n

But here’s the proof point that really landed: Birgit shared CERN’s story—yes, the global research powerhouse—migrating thousands of websites to WordPress. The kicker? Younger developers on their team were leading the charge.

\n\n\n\n

That’s not a platform declining. That’s a platform adapting and attracting fresh talent where it matters most. The question isn’t whether WordPress can compete for the next generation—it’s whether we’re telling that story loud enough.

\n\n\n\n

WordPress and Headless: the reality check

\n\n\n\n

Panelists were clear: WordPress has the headless chops with REST API and GraphQL support, but that doesn’t mean everyone should jump on the bandwagon. Despite the industry buzz, most sites simply don’t need headless architecture.

\n\n\n\n

The sweet spot? Clients with significant budgets or organizations treating WordPress as a content hub that feeds multiple touchpoints—other applications, mobile experiences, or external APIs. For everyone else, traditional WordPress delivers faster launch times and simpler maintenance.

\n\n\n\n

What’s interesting is the innovation happening on both fronts. Developers are not only exposing WordPress data through REST and GraphQL but also pulling external data sources like Airtable directly into the block editor. That’s where the real magic happens for most teams.

\n\n\n\n

In reality, headless setups are complex beasts with multiple failure points and hefty price tags. Traditional WordPress wins the speed-to-market race and keeps maintenance headaches to a minimum.

\n\n\n\n

The infrastructure is solid, and real projects are shipping, but headless remains the exception rather than the rule. The ecosystem continues doubling down on improving core WordPress while keeping headless as a powerful option when the benefits justify the investment.

\n\n\n\n

The short version: headless WordPress is a tool, not a mandate. Choose wisely based on your actual needs, not the hype.

\n\n\n\n

AI integration—beyond the buzzword

\n\n\n\n

You knew AI would come up—it’s practically mandatory at every tech event these days. But the panel cut through the noise with some practical reality.

\n\n\n\n

Here’s the thing: AI-powered plugins have been around for a while now. The real challenge isn’t adding more AI features—it’s creating unified standards and APIs at the Core level. Think image generation, content creation, and debugging tools that actually work together instead of operating in silos.

\n\n\n\n

Brian nailed the infrastructure angle: WordPress needs to pick standards that balance extensibility with privacy. Not everyone wants their content shipped off to massive cloud-based LLMs, and rightfully so.

\n\n\n\n

The smart play isn’t chasing every AI trend that pops up on Product Hunt. It’s building the foundation that lets developers integrate AI thoughtfully—whether that’s keeping processing local, giving users control over their data, or ensuring different AI tools can actually talk to each other.

\n\n\n\n

AI in WordPress isn’t about being flashy. It’s about being useful secure and giving users real choice in how they want to leverage these tools. That’s the kind of AI integration that actually moves the needle.

\n\n\n\n

Will AI replace developers?

\n\n\n\n

The panel didn’t dance around this one: AI makes developers more productive, not obsolete.

\n\n\n\n

Jonathan kept it real about AI coding assistants like Copilot—they’re helpful, but they’re not magic. You still need actual developer expertise to review, modify, and debug what these tools spit out. Anyone who’s wrestled with AI-generated code knows it’s not exactly plug-and-play.

\n\n\n\n

The bottom line? These tools change how we work, not whether we’re needed. Skilled, creative builders aren’t going anywhere.

\n\n\n\n

The future: openness, community, and better storytelling

\n\n\n\n

As the conversation wound down, the focus shifted to what really drives WordPress forward—community and storytelling.

\n\n\n\n

Ryan made a solid point: WordPress professionals need to share more of their “hidden” case studies and innovations. We’re not just talking about what’s happening in plugin repositories, but the real work happening in agencies and institutions worldwide. Those stories matter.

\n\n\n\n

Both Birgit and Jonathan pushed for more global showcases, bar camps, and informal spaces where grassroots innovation can surface. Because that’s where the real magic happens—not in conference keynotes, but in the trenches where people are solving actual problems.

\n\n\n\n

The Conclusion

\n\n\n\n

The panel’s take? WordPress is agile, dynamic, and very much alive. With ongoing improvements, strong community engagement, and thoughtful AI integration, the platform looks ready to keep powering the web for the next generation—and beyond.

\n\n\n\n

Not bad for a 22-year-old platform that some people keep writing off.

\n\n\n\n
\n\n\n\n

Resources:

\n\n\n\n\n\n\n\n
\"\"
Browse the WordPress Showcase
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Sep 2025 12:41: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:19:\"Gutenberg Changelog\";s: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:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Open Channels FM: The Changing Face of the WordPress Media Landscape and Its Impact on Brands\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/the-changing-face-of-the-wordpress-media-landscape-and-its-impact-on-brands/\";s: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:210:\"In this episode, Rae Morey and Adam Weeks dissect the intricate WordPress media landscape, discussing content types, monetization strategies, and effective marketing approaches for creators and companies alike.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Sep 2025 08:22: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:24;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: On WP Product Talk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2025/09/product-talk/\";s: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:476:\"

I had a great chat with Matt Cromwell and Zack Katz on WP Product Talk today, mostly about the intersection of AI and WordPress, give it a watch!

\n\n\n\n
\n\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Sep 2025 20:59: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: #184 – Rachel Cherry and Alex Aspinall on the State of WordPress in Higher Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=199424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/podcast/184-rachel-cherry-and-alex-aspinall-on-the-state-of-wordpress-in-higher-education\";s: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:58321:\"
Transcript
\n

[00:00:19] Nathan Wrigley: Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.

\n\n\n\n

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, the state of WordPress in higher education.

\n\n\n\n

If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.

\n\n\n\n

If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.

\n\n\n\n

So on the podcast today we have Rachel Cherry and Alex Aspinall.

\n\n\n\n

Rachel is the founder of WP Campus, a nonprofit organization she launched a decade ago to support professionals using WordPress in higher education. Under her leadership, WP Campus has become a community hub, hosting conferences, and leading research projects tailored to the unique needs of its members. Currently, Rachel serves as the organization’s Director of Technology, and sits on its board of directors where she continues to drive innovative projects.

\n\n\n\n

Alex is part of the globally distributed team at Human Made, an established WordPress Enterprise Agency founded in 2011. At Human Made, Alex helps deliver large scale web platforms for major organizations, including names like Harvard, Standard Chartered and PlayStation. In recent years, Alex has developed a strong interest in how WordPress can uniquely serve the higher education sector, and he’s become especially passionate about exploring and supporting this use case.

\n\n\n\n

During the podcast, we get into the story behind WP Campus, which has for the past decade been empowering people who use WordPress in colleges and universities. We explore Human Made’s growing interest in the complexities of higher education projects, from large multi-site networks to the strict accessibility and governance requirements such projects increasingly require.

\n\n\n\n

The heart of the conversation is the just released State of WordPress in Higher Education 2025 report. We dig into the reports key findings, such as the slow adoption of the block editor and full site editing, the challenges of managing hundreds of university websites with small teams, and why enterprise level tools are in such high demand.

\n\n\n\n

Whether you’re a WordPress professional, agency, educator, or are just curious about the unique needs and opportunities the higher education space offers, this episode is for you.

\n\n\n\n

If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.

\n\n\n\n

And so without further delay, I bring you Rachel Cherry and Alex Aspinall.

\n\n\n\n

I am joined on the podcast today by two fabulous guests. I have Rachel Cherry and Alex Aspinall. Hello both. How are you doing?

\n\n\n\n

[00:03:36] Rachel Cherry: I’m lovely, Nathan. How are you?

\n\n\n\n

[00:03:38] Nathan Wrigley: Good, thank you. And Alex, you all right?

\n\n\n\n

[00:03:40] Alex Aspinall: How are you doing? I’m great.

\n\n\n\n

[00:03:41] Nathan Wrigley: Thank you so much. So we’re going to be talking today about the higher ed space, the higher education space, and WordPress. Specifically about WP Campus. In order to establish both of your credentials in this space, I wonder if we could get a little biography from you both, maybe 30 seconds, something like that, just explaining who you are, where you work, what your connection is to WordPress and specifically WP Campus.

\n\n\n\n

So let’s go with Rachel first, if you don’t mind.

\n\n\n\n

[00:04:05] Rachel Cherry: Hi, yes. So I am the founder of WP Campus, which has been around 10 years as of last month, which is kind of wild. And so we are a nonprofit organisation that supports people that use WordPress in higher education. And we host conferences, we host research projects like the one we’re going to discuss today.

\n\n\n\n

So currently I am just one of a board of directors and I’m the director of technology specifically, but I was the lead for this project.

\n\n\n\n

And then by day I am the accessibility developer at the University of Rochester. And so I’ve worked in higher ed and other enterprise organisations for the last 18 years.

\n\n\n\n

[00:04:43] Nathan Wrigley: Thank you so much. That’s great. And Alex.

\n\n\n\n

[00:04:46] Alex Aspinall: I mean, I have way less credentials in terms of my WP Campus presence. I work for Human Made, which is an enterprise WordPress agency. We’ve been around since 2011, I think.

\n\n\n\n

We’re a globally distributed team, people across all continents. And we specialise in building larger scale web platforms for organisations such as Harvard, Standard Chartered, PlayStation, few other names I could throw in there.

\n\n\n\n

We also have an enterprise hosting solution too. We, probably about a year, two years ago started, well, I personally started becoming really interested in the higher education use case for WordPress. I think it’s really interesting. I think it’s quite unique. And that’s really why Rachel and I started speaking, I don’t know, maybe 18 months or so ago, and that led us to I guess this podcast.

\n\n\n\n

[00:05:32] Nathan Wrigley: Okay, thank you. So the podcast is going to be framed around a freely available resource, and it’s called The State of WordPress in Higher Education. I will link in the show notes rather than try to butcher a URL in an audio podcast. I’ll link in the show notes over at WP Tavern to that and you can freely download it.

\n\n\n\n

It’s billed as a research report in the year 2025. I confess, I don’t know if you did a 2024 version and beyond, but we’re going to concentrate on the 2025 version.

\n\n\n\n

But I guess some more preamble, I’m afraid, but I guess we probably should establish what WP Campus is. And I just want to be clear, we recently released an episode about WP Campus Connect, and so I just want to draw a distinction there. These two things are not the same thing.

\n\n\n\n

So I’m going to toss that one to Rachel. Will you just tell us what the endeavor is at WP Campus, why it was set up? What need is it trying to satisfy?

\n\n\n\n

[00:06:22] Rachel Cherry: Yeah, so about 10 years ago I was working in higher education, building WordPress websites, and I wanted my own community. And I was going to a lot of WordCamps and no one was talking about the work that I was doing, the kind of work that I was doing. There wasn’t a space for my kind of work at camps at the time and so I started this organisation.

\n\n\n\n

And so for the last 10 years we have worked to build a community of people, of like-minded people, that are using WordPress to support the mission of higher education. And we support each other with professional development, with resources, with connection, and every now and then some advocacy. Years ago we raised funds to do the audit of Gutenberg, accessibility audit to be more specific.

\n\n\n\n

And so because accessibility is very important in our space, and here was this editor coming round going to cause a lot of change, as it has, and there was this huge unknown of whether or not it was accessible. And that was a very big deal to our group. A lot of our group has policies and such. And so every now and then we do work like that.

\n\n\n\n

This type of research is very important to our mission as well, to provide data, to provide insight to our community members and our institutions.

\n\n\n\n

And I think one of our kind of ideals that we stand on is that we want to give people data to inform their own decisions, kind of like with the editor audit. Like, we didn’t tell people it was inaccessible or accessible, we gave them data so that they can decide for themselves. And so this research, you know, is a big part of that as well.

\n\n\n\n

There’s a lot going on in our community right now. And we wanted to pull out this data, and one of our objectives was to better understand the needs and challenges of people using WordPress in higher education.

\n\n\n\n

[00:08:06] Nathan Wrigley: Okay. Thank you for that, Rachel. I’m going to advise that everybody goes over to the following URL. In fact, pause the podcast right now. If you’re sitting at a computer or you’re on your phone, go to wpcampus.org and over there you’re going to be able to see more about the mission.

\n\n\n\n

At the moment, the membership numbers are displayed on the website. Whether or not that’s true when you visit, I don’t know, but 1,763 members, 688 institutions. That is an impressive number, by the way. I mean, the membership is great, but the institutional count is utterly fabulous. That’s really impressive.

\n\n\n\n

But the idea is to juxtapose WordPress and higher ed. We don’t really use that word in the UK too much. We just kind of generically call things, I think university, so I just want to clear that up. Does higher ed basically service the needs of anybody that’s left traditional school? So I don’t know, 18 plus who’s going through some degree program or something like that?

\n\n\n\n

[00:08:58] Rachel Cherry: Yes. Our mission is really to support kind of that, and I apologise, I can’t think of the general term. There’s a kind of a general term that we do use across, that’s more of a global, because higher ed is very specific to the United States in a lot of ways.

\n\n\n\n

So we do support kind of that further education. We do have a lot of UK institutions and universities that participate in the work that we do. I would say that our group is largely United States, a lot of UK, a lot of Canadians as well. But we do have folks from all around the world. So it’s really just that spirit of wanting to support that mission of education.

\n\n\n\n

Over the years have had a lot of people, even in the kind of K through 12 or early education people, wanting to be involved. And a lot of the things that early education and higher, or later, education have in common, but they’re also very different. So we haven’t quite merged with the early education group in that way. But yes, we do support largely this kind of university, higher education context.

\n\n\n\n

[00:09:59] Nathan Wrigley: Okay, thank you. Yeah, that clears that up. I mean, you’re really busy over there. You’ve got loads of, I mean, an awful lot going on. There’s a whole thing about governance. You’ve got a newsletter, you put on real world events as well as online based events, and a Slack community. And there’s just a lot going on. It seems like, I don’t know if this has taken over your life, but it seems like it could well have done.

\n\n\n\n

[00:10:17] Rachel Cherry: It did for a long time, and these days I have a lot more help. For a long time I was really the only director and then a few years back we did the work to implement more of a fleshed out kind of board of directors. And so I’m just a member of that board now. I am not the director in charge.

\n\n\n\n

[00:10:34] Nathan Wrigley: Yeah, all of that, again, is freely available on the website. You can see who the current custodians of the project are.

\n\n\n\n

So where does Human Made, Alex, where does Human Made fit into this piece of the puzzle? How, have you become involved?

\n\n\n\n

[00:10:45] Alex Aspinall: Yeah, I guess it goes back to what I was saying a little bit before about, I was just personally really interested in the higher ed use case of WordPress, and started digging around into learning a bit more about what kind of projects people had on the go, and what kind of platforms were being built in the space. They’re diverse, they’re complicated, they’re multi-site, you know, interesting, I guess is why I started getting involved.

\n\n\n\n

Human Made is one of the agencies that builds complex, larger projects, so there’s a fit there as well. So we started looking around the space, seeing who it might be interesting to talk to, just in terms of learning a bit more. Obviously Rachel and WP Campus. We started talking informally about just the experience of being in WordPress in higher education.

\n\n\n\n

I think the first thing we collaborated on over a year ago now was we did an online conference in the run up to WP Campus’ IRL conference a couple of weeks later. And then after that we enjoyed working together, we thought there was a lot more material we could work on, and this research project, I suppose was the biggest idea that came out of those discussions following that.

\n\n\n\n

[00:11:52] Nathan Wrigley: Okay. So I’ve downloaded the report and I’ve had a thorough look through it. There’s an awful lot in here actually. It is available, like I said, I’ll link to it in the show notes. However, I have to say, it’s a very graphical thing that we’re going to be talking about. There’s loads of charts kind of explaining the percentages in many cases of one thing versus another. So you will probably get more out of this podcast if you have downloaded it, and had a little peruse.

\n\n\n\n

It doesn’t really matter who wants to take this, but I’m going to ask one of you to sort of explain what are some of the curious findings that you’ve got? Maybe the one, two, or three top level items that you think might be of great interest, and then we can maybe dig into the weeds of those particular things. So anything that your intuition suggests as something our audience might be interested in.

\n\n\n\n

[00:12:32] Rachel Cherry: I’ll start with like my key takeaways, which are very broad, and then dive into a few of the data points. But my two key takeaways that I reported on was that our higher ed teams need more resources, and a way to share more resources, and that higher education needs more enterprise features in the WordPress product. Those were kind of my two, like looking at the data, my two takeaways. And at our report presentation that we had recently, we talked about that with folks in the community.

\n\n\n\n

But some of the really interesting questions that we asked were around usage of the block editor and full site editing. And so nothing super surprising. But let me pull up that particular chart really quick.

\n\n\n\n

So we asked folks, how fully have you adopted the block editor and full site editing? And only 40% of the respondents are using it on all of their sites. And there was a range there. Like we asked, are you using it on all of them? Are you using it on like most of them? Alex touched on this earlier, higher ed is a very interesting space, and the thing that I, people used to hear me say frequently was that WordPress and higher ed is WordPress in the enterprise on a budget. And what that usually means is a lot of under-resourced teams having to use WordPress to solve these large scale enterprise, high user environments.

\n\n\n\n

What comes out of that is very creative, very custom, very interesting, complex solutions. This is kind of tying back to my takeaway of people need more resources and they need ways to share them. Because something that is also interesting in our space is how much custom work there is. How much people are solving the same problems, but they’re solving them on their own, and they don’t have a way to really share them. It takes a lot of energy to like maintain a public plugin that gets used around. And so because these plugins are usually so custom that creates this whole challenge.

\n\n\n\n

So anyway, back to the block editor. So when you’re trying to introduce new functionality in these complex enterprise environments, it can take a while. Higher ed is usually, it’s usually a pretty slow train of adoption, and there are reasons. And a big reason for that is resources. And you’re not just going to turn around and add the block editor on because you’re probably managing like 300 websites, and you can’t just change the editing experience without changing all of your training materials, and without changing your governance.

\n\n\n\n

So yeah, so there’s context to why, and there’s lots of reasons. There’s other reasons that we don’t really dive into in these numbers, but there’s context that goes into why only 40% are actually using it on all their sites, even though Gutenberg came out in 2019.

\n\n\n\n

[00:15:28] Nathan Wrigley: Can I just ask you a quick question? You said something which took my breath away there. You said these people are managing probably 300 websites. I didn’t see that in the report anyway, and that seems like a really surprising number. How does that map to an institution? Is it because there’s a website for, I don’t know, the geography department, and then there’s another one for the sociology department? Is that what’s going on there? Because 300 seems like, well, I mean you could run your entire agency and not have 300 websites under your custodianship. So what’s going on there? You dropped that number and I was really surprised by it.

\n\n\n\n

[00:16:01] Rachel Cherry: Yes, in higher ed, there is a website for everything. And there is the notion of, if you’re familiar with domain of one’s own, which is a concept actually introduced in, or invented in, higher education in the States. And what it really means in our context is that people will set up WordPress multi-sites and then let people create their own sites on it.

\n\n\n\n

And they’re largely blogs, like a faculty member’s blog or a research lab’s blog. But it’s a way to allow the sharing and the spreading of information and research in higher ed with kind of a low service effort.

\n\n\n\n

So like you can log on and you have like two template choices or two theme choices, and then you’re responsible for kind of managing a site on there. And then they try to, you know, build this domain in a way that’s kind of reusable code and plugins, like you do in WordPress. So yeah, you can get a lot of sites going.

\n\n\n\n

[00:16:54] Nathan Wrigley: Yeah, that’s absolutely fascinating. I hadn’t really thought about it as, well, for example, if I go to a university website here and I end up at the Department of Geography, I’m kind of thinking it’s the same website, but I imagine, you’re right, it’s a whole different team of staff that are logging in and doing the geography stuff than they would be elsewhere.

\n\n\n\n

Okay, so that’s curious. Right, back to the points that you mentioned, the resources. When you say that universities, I’m just going to use the word university, when you say that these institutions have limited resources, it kind of feels like the funding model in the US is very different to one that we have in the UK, and possibly different parts of the world.

\n\n\n\n

And it always feels as if the US institutions probably have more money, but I’m probably thinking of things like the Ivy League universities where the fees are very high, but that probably doesn’t map all over the place.

\n\n\n\n

So when you say resources, are you talking about cash, them being strapped for cash, or are you talking about human beings? You know, there’s not enough boots on the ground, if you like, or maybe it’s a confection of both.

\n\n\n\n

[00:17:50] Rachel Cherry: Probably both, but largely headcount. I mean every university or institution’s different and some might actually be more cash strapped than others. But it’s largely a headcount. It’s largely the fact that in a lot of these institutions, you’ll have a web team of like three people managing 300 websites. And what that means, how they have to kind of manage how they spend their time and what they do with it.

\n\n\n\n

[00:18:12] Nathan Wrigley: Okay, so it’s a bit of both. There’s less human beings than there might be in the corporate space, but also they’re probably fairly strapped for cash.

\n\n\n\n

And then moving onto the block editor, I’ll come to you in a second, Alex, if that’s all right. But staying with Rachel for a moment. I’m looking at the chart now, 40% adoption of the block editor entirely, using them on all the websites, so point four, 40%. Then we drop down to 23% using it on some of them. 19% using on most, and then the last one really of interest here is 16% who are not using the block editor at all.

\n\n\n\n

Has that adoption just sort of slowly ramped up, because 40% in higher ed feels like, to me, it doesn’t seem like a bad number in all honesty. I know that in the real world probably it is higher adoption than that, but I’m guessing that there are many more constraints on universities just switching out to the block editor. So is that number slowly but inexorably rising? It feels like it’s going in the right direction, but with the caveats that it has to happen slowly.

\n\n\n\n

[00:19:11] Rachel Cherry: We don’t have data from the last, you know, four or five years to truly answer that question. But the vibe, or the sentiment, in our space is that, yes, it’s been slowly increasing. And part of that is just people, you know, there’s lots of factors, right? There’s people waiting for maturity. They’re waiting for it to grow more before they adopt. Or because of said resource discussion, people are waiting for the next redesign, for example.

\n\n\n\n

In our space, I think we even asked, how often do you redesign? Is one of the questions that we asked in our survey. I think it’s on average like every three years or so, three to five years, something like that. And so people in our space tend to wait for that to really implement large scale changes because it’s just easier to do it then than it is, you’re already doing a bunch of work, you might as well do it then. And so that’s another factor involved.

\n\n\n\n

[00:20:04] Nathan Wrigley: Yeah, there’s a little corollary to the chart that I’ve just described, underneath it, where the question was asked, how long did you wait before implementing the block editor? And basically the data skews towards, we’re trying to wait as long as possible. You know, more than two years is 35%. So it feels like, because of the nature of the audience, and I guess accessibility is a really crucial part of this, you’ve got to put the brakes on. You can’t be all that agile in the same way that maybe a corporate would, because you’ve got lots of stakeholders, lots of editorial teams that need updating and so on and so forth. So that’s kind of interesting.

\n\n\n\n

And then I know that you didn’t mention this, Rachel, but it’s tantalizingly underneath the question that has just been mentioned. We move on to full site editing and it feels like, whoa, the brakes are really on for that. 62% of respondents said that they’re not using full site editing at all, and the numbers are kind of into low single figures where they’re describing whether or not they’re using it on all their sites.

\n\n\n\n

So the block editor, in terms of content creation is on the rise, but it would appear that full site editing, the ability to, you know, modify themes and customise that kind of thing inside of WordPress, not so much. It feels like the breaks are really on there, probably as a result of the resources that you mentioned earlier.

\n\n\n\n

[00:21:15] Rachel Cherry: It’s probably following the same trajectory. Full site editing is newer and it will grow with time. But I think with full site editing, it’s very similar concerns to the block editor, but it’s more about governance and control. When you do set up these WordPress websites where you do have a lot of governance over accessibility or over branding, it’s really scary.

\n\n\n\n

The full site editing without fully understanding what it does, and how you can control it and set boundaries, there’s that concern about governance of, we don’t actually want people using our websites to be able to customise the site. We want a lot of control over that, most of the time, not everyone, but most people. Because in our space, a lot of the users that are coming in and kind of admining their site, or editing their site, are not trained web professionals. They are biology professor who’s kind of doing job as needed.

\n\n\n\n

And so we want them to have flexibility to go in and publish content. We want them to be able to share their research, share their information, but we don’t want them to be able to have free reign to kind of break our governance rules, and potentially create risk to our brand or to our accessibility and things like that. And so the full site editing, there’s a lot of people that are kind of hesitant and being patient for the full site editing implementation.

\n\n\n\n

[00:22:43] Nathan Wrigley: Thank you for that. So we’ve got a picture then of how WordPress is deployed. It seems like it’s the CMS of choice over in the education, higher ed landscape anyway.

\n\n\n\n

So moving over to Alex, I’m talking more about the implementation of this now. Presumably agencies such as yourself, Human Made, you are getting requests from these institutions to build these websites.

\n\n\n\n

How does that process work? Do you generally tend to work with like the web team over there and you, you know, backwards and forwards with them? And then the bit that I’m most curious about, talking about what Rachel just said, how on earth do you get these people so that they can use the website that you’ve built? Because, in many institutions it may be one or two people have got their hands on this, but it sounds like there may be several hundred people who need to access the WordPress website. So training.

\n\n\n\n

So there’s two parts to that question really. How are you interfacing in terms of building the things when you are approached by these institutions? And then how do you get to hand it off and provide a good level of support and training to them?

\n\n\n\n

[00:23:37] Alex Aspinall: Yeah, it’s a good question. I think the main back and forth we have would be with, typically the web team of course, as you guessed there. I think each institution is set up differently. I think Rachel probably could testify to the fact that, you know, the challenges and benefits of being set up one way is not mirrored and how it’s done elsewhere. So I do think agencies generally have to be flexible, and work within the parameters that they’re asked to, you know, that’s kind of our job.

\n\n\n\n

I think there are also, particularly with the biggest implementations in higher ed, there’s often other agencies involved or other specialists involved as well. You might be working with someone, you know, we might be bringing design and platform expertise and you might be working with someone that’s looking after the marketing and the wider brand of the university as well.

\n\n\n\n

So I think there’s quite a lot of collaboration indeed, like the amount of time I’ve spent within higher ed, I think collaboration is a really big theme, and I think that the successful projects that we see getting delivered are very collaborative in nature.

\n\n\n\n

And then yeah, in terms of training and handover, I imagine on the ground in the universities in question, they have a bigger challenge than perhaps we do, because we’ll be handing it over to a smaller percentage ultimately of the wider institution. We don’t run 300 separate training sessions or anything like that. We provide detailed documentation, videos, follow up sessions, and we make sure that the team that are receiving the product are fully versed in it.

\n\n\n\n

I think a lot of the time those people are. I think it’s handing it over to the editors that then the work will have to be done on a one-to-one basis in terms of what they’re allowed to do, going back to the FSE point. Not everyone can edit everything.

\n\n\n\n

[00:25:08] Nathan Wrigley: It’s kind of curious because when I see a website for, again, I’m going to use the word university. When I see the website for university, I’m just seeing this kind of brochure site, really. In other words, here’s the university, look at all the magical things that we do. But my daughter has just been at university, and there’s so much more to it than that. So there’s like this portal where my daughter goes, logs in, and now the expectation is that much of the work will be carried out in that format. You know, you’ll submit content, there will be lesson plans and all of that kind of thing.

\n\n\n\n

So essentially the question is leading me up to, what kind of things are being built into this website apart from the public facing bit, which we might call a prospectus, really? You’ve got this online prospectus, the world can see it, we can marvel at how great the university is, but it seems like there’s a heck of a lot more. Each department has its own stuff. Presumably the students, increasingly being expected to log in, especially post COVID, I imagine as well. So again, that one probably to Alex. What kind of curious things are built inside these WordPress websites, LMSs, brochure sites, and so on?

\n\n\n\n

[00:26:10] Alex Aspinall: Yeah, I mean, no, you listed off a lot of the options there really. I mean, the main three or four pages you might think of as being the university site are very much that, just the brochure. But there’s all kinds of different requirements for different departments. We’ll have different kinds of products that they want to build in there. You’ve got archives of hundreds and thousands of different reports and pieces of information from the past that will be needed to be upheld.

\n\n\n\n

We rebuilt Harvard Gazette, which is, you know, obviously part of the wider infrastructure at Harvard. So that’s a massive publishing site. That’s essentially the same as any magazine or newspaper would have. It’s what it is. As you say, the student logins, all the complexities of multi-site. Rachel, I’m sure you’ve probably got a list longer than that.

\n\n\n\n

[00:26:53] Rachel Cherry: It’s a lot, right? In my role as an accessibility professional, do a lot of governance work and it’s trying to tie together all these different types because there’s WordPress at my university, but there’s tons of other stuff. There’s front end brochure websites, and there’s research lab sites, and there’s marketing websites, and then there’s all the academic focused, as Alex mentioned a few. There’s a lot of web applications. There’s a lot of people doing a lot of different types of content in different ways. And how does that all tie together?

\n\n\n\n

We talk a lot about things like data sharing and a lot of the work that we do is also just trying to keep all this content in sync and trying to not have duplicates or not have outdated content, things like that. So when we talk about governance is like a big word that means a lot of things to different people. But a lot of it is really just kind of managing quality and the expectations of how websites are managed and how our mission as an institution is kind of presented to the world.

\n\n\n\n

So it’s interesting, Nathan, that you say, like to you, it’s like you just see this brochure site, and that’s a common conversation about kind of the challenges of enterprise. We have all this internal knowledge and we also have, you know, there’s a funny common conversation in universities about acronyms. We have all this internal terminology that we use, but does that come across to the end user? Does the work that we do translate? And it’s a complicated question to solve.

\n\n\n\n

[00:28:22] Nathan Wrigley: I’m kind of curious as to whether or not WordPress can service the needs of the entire IT department, if you like, within a higher ed institution. So I’m imagining that the legacy is that there’s many, many pieces of software that are being used throughout the university. You know, there may be some sort of portal where people log in and check in that they’re actually at work. There may be other things where people log their essays that they supply to their tutors and things like that. Plus then there’s the brochure on the front end.

\n\n\n\n

I’m curious as to whether or not WordPress in the future can handle most of those, and whether there’s an appetite from the higher ed institutions to have everything in one platform. They may see that as, you know, maybe that presents an Achilles heel to them. If there’s one systemic failure, then the whole thing goes down. But I’m curious as to whether or not WP Campus is trying to pitch WordPress as the answer to all the things, or is it a much more limited subset of things? You know, it’s the website, and it’s the LMS and that kind of thing. So that’s more of a kind of roadmap question, whether you’re trying to push WordPress as being the answer to everything.

\n\n\n\n

[00:29:20] Rachel Cherry: As an organisation, we don’t really push for WordPress to be used. It’s not really our mission. That’s not how we think or how we work. It’s really more just to support people that have, that are using it, and to help each other in our roles.

\n\n\n\n

To answer your broader question, I mean I kind of, it depends. Can WordPress be used for all these things? Sure. I’m sure you could finagle it to do a lot of things. Should it do all those things? Probably not. Not in its current state, no. It, in and of itself, is a database with programming and you can get it to do all kinds of things.

\n\n\n\n

[00:29:54] Nathan Wrigley: Yeah, there was one of the questions which I’ve just refound and it was, what challenges do you face with the WordPress plugin ecosystem? And bloat was one of the things that was mentioned. So yeah, this is specifically to do with WordPress plugins. It’s not WordPress Core. I thought that was kind of curious.

\n\n\n\n

And then in second place, just by a whisker, was accessibility requirements as well. And you’ve touched on accessibility a lot, Rachel. You’ve mentioned the word tangentially, and obviously that’s your kind of area of expertise.

\n\n\n\n

I’m guessing, but I’m not sure for certain, does the US compel certain things to be done in certain ways? You know, if you’re a university and you launch a website, does it have to comply with things? And do those things map across the globe? I know that we’ve got the European Accessibility Act, which just dropped earlier this year. So the question is pretty broad, but just tell us about the accessibility requirements and how stringent they are in higher ed as compared to just, I don’t know, if I’ve got a brochure site online selling widgets into the community.

\n\n\n\n

[00:30:51] Rachel Cherry: So unfortunately the US does not have as strong accessibility laws as Europe does, or many countries in Europe, like the UK and others. We do have some though, and we do have something called section 508, which basically means that if you receive federal funding or federal service, you do have to meet certain accessibility requirements.

\n\n\n\n

And so universities in the US largely fall under that. Not always. Universities are probably the only real kind of ecosystem in the US that does have more accessibility rules than other industries like general business. And so that’s why we did that accessibility audit of Gutenberg to help support our community in that time.

\n\n\n\n

And so it is very important, accessibility is very important. And it kind of touches on something that I said earlier about, a lot of universities in the US especially build custom plugins because they have to meet accessibility guidelines and it’s really challenging sometimes to find general use plugins available in the ecosystem that meet those guidelines. And so a lot of teams just kind of build their own stuff.

\n\n\n\n

And so I would say that those top two challenges, when it comes to bloat and accessibility are really, like that was not surprising in any way. That is the common struggle. It’s finding plugins that meet our accessibility requirements, especially with the front end. And then having plugins that do a lot of functionality that people don’t need. And so I think a lot of these times will lend people to kind of build their own plugins.

\n\n\n\n

They won’t rebuild like complicated plugins, any kind of administrative plugins or like form builders and things like that. Like, people largely will use plugins from the ecosystem. But there’s a lot of custom functionality in the work that we do.

\n\n\n\n

So once again, I think the common theme is it’s complex, and because of that complexity, there’s all kinds of interesting challenges. And so plugins are hard to kind of maintain. It feels like, I hear a lot of people expressing to me, you know, how often they have to kind of update them and keep them up to date, and manage and do all that. And so it’s not enough to stop people from using WordPress, like they’re using it, but having better solutions for some of these challenges would be an example of kind of supporting these higher ed institutions using WordPress.

\n\n\n\n

[00:33:12] Nathan Wrigley: Thank you. Alex, back to you. A question around just higher ed in general, is this like an area which Human Made is drilling down on? Is this an endeavor that you are trying to grow the pie, if you like? There’s thousands, I would imagine, maybe tens of thousands of institutions which come under the banner of higher ed. And at the moment, I don’t know what percentage of them are using WordPress. If we were to ask every single one of them, I would imagine it’s a significant percentage.

\n\n\n\n

But the idea of WP Campus, I guess, is to have a central place where people can go and learn about it. And Human Made being involved, presumably there’s some advantage to you as an enterprise agency. The question basically boils down to, is this an area that you are going to be working on, pitching towards, trying to grow in the near future?

\n\n\n\n

[00:33:55] Alex Aspinall: Yeah, for sure. I think like I said at the start, we’re generally the kind of agency who works on larger platforms, maybe more complicated platforms. And I think we’re interested in, you know, a broad range of industries. Probably higher ed is one of four or five, probably publishing, finance, enterprise generally, entertainment, higher ed. I think those industries tend to provide very interesting use cases for WordPress. We’re interested in all of them.

\n\n\n\n

I think we’ve seen, in the last couple of years, a lot of interesting higher ed projects being worked on by us and obviously by lots and lots of other people. And yeah, like we’re definitely part of that world, and really interested in it and, you know, yeah, definitely keen to continue being part of it, a hundred percent.

\n\n\n\n

[00:34:45] Nathan Wrigley: It’s kind of interesting, towards the bottom of the survey, so right near the bottom, probably nine tenths of the way through, there’s a whole series of kind of roadmap questions, if you like, things about the future of WordPress. And the fairly, I don’t know, blunt question, let’s put it that way, because it could have gone in the other direction it turns out, it’s hopefully gone in the right direction, but the question was asked, would you move to another CMS if you had time and resources?

\n\n\n\n

And gosh, that could go the wrong way. The answer was a strong 49% no. Which, when you say it like that you think, hang on, only half of the people wouldn’t move. But then you ask, then the other bit was only 23% are looking to move at all, and 28% are unknown. So really you’re up into the sort of seventies really, who either are not sure or want to stick around.

\n\n\n\n

That seems like an amazing statistic to me. And obviously, Human Made have kind of put their flag in the ground in higher ed, WP Campus, the same. It feels like you’ve got quite a lot of runway with these institutions in the future. Unless things go horribly wrong within WordPress, it looks like you’ve got an audience long into the future.

\n\n\n\n

[00:35:43] Alex Aspinall: I think the report offers a really positive view of WordPress. As a technology choice, I think on the whole, most people are saying it was delivering what they needed it to. I can’t remember if it’s 70, 75%, something like that, it was said that it was either meeting or exceeding their expectations, which I think is a large number. Again, it’s not like 90, but if you think about the amount of ways you can complain about software, particularly people that know a lot about the software, I think 75% is pretty good.

\n\n\n\n

And yeah, you’re right, whilst people are perhaps saying, oh, they’re looking around or they’re always considering alternatives, I think we’ve seen repeatedly that the platform, its security credentials, its extensibility, some of the core features, are all spoken about really, really favorably from the people that responded to the survey.

\n\n\n\n

And I think really we saw a passionate group of people responding to a technology they know a lot about. There are a lot of ways it could improve, we all know that, and the people that completed the survey know that as well, and they’ve, you know, they weren’t shy about listing them out. But I think you’re right, overall, the level of satisfaction is good, and I think with further adoption and the adoption of newer features, I think that that satisfaction should continue to grow.

\n\n\n\n

In fact, one of the things I was actually kind of wanting to ask Rachel actually was back to the point about FSE earlier on. I actually think WordPress needs to do a much better job of marketing itself, particularly around newer features, and particularly perhaps at the enterprise level, or where there’s complex use cases, or where a lot of the users aren’t developers. The benefits of FSE, for example, are numerous. And we’ve seen clients and indeed we’ve used it ourselves, and the people using it really like it, and I think that’s reflected in the report as well.

\n\n\n\n

So I was going to ask Rachel, as well as the other examples of why adoption might have been slow in higher ed, do you think that there’s actually a case for people in, maybe agencies, maybe WordPress Core doing a better job of the selling and the pitching? Because I actually believe that there are worse solutions that do a better job of convincing people that they should work in a certain way.

\n\n\n\n

[00:37:51] Rachel Cherry: I think there’s always room for more marketing and kind of communication about what’s going on, and there’s always improvement for that. And I do feel like Core could do more towards the enterprise ecosystem as well. That, you know, I don’t know what their primary use case that they’re focusing on is. But I would be surprised to find out that enterprise is higher up on that list. And so paying attention to our community and having open conversations with them, and there has been some efforts at that. There’s not like a non amount of effort on that.

\n\n\n\n

But yeah there’s, I think a good way to kind of describe how a lot of our community works is just kind of, it’s cautiously optimistic, but cautious. And having to manage risk and having to manage their time and energy, and so they’re not going to jump into anything. They’re going to do a lot of research. They’re going to try to find out who else is doing it, and is it working well for them?

\n\n\n\n

So there’s a lot of, we do a lot of case studies and try to encourage our community to share about the work they’re doing. Because really that goes a long way too. If a university sees another university using full site editing and that it’s successful, then that goes a long way.

\n\n\n\n

And when you have an absence of that, when you have an absence of examples, then it’s a struggle, right? Because our environment is so complex that an article about full site editing and what it can do doesn’t really go super far. We need to understand, not just what it does, but the long-term implications. Because once we implement it, that’s it. It’s very hard to back up, especially in our, these 300 website multi-site instances where we’ve got to train people and do all these things. We can’t rush into it.

\n\n\n\n

So there’s a lot of cautious waiting and seeing. So the more that universities can share about how they’re using the tools and how it’s working for them, and what’s not working for them. Being genuine in the reality of what we’re doing goes a long way. So there’s pros and cons, like, here’s how it worked, here’s the roadblocks we hit, here’s how it could be better. Having those kinds of conversations can really go a long way towards adoption.

\n\n\n\n

[00:39:59] Nathan Wrigley: I have a few things to add to this, and the first one would be that my expectation when a survey is put out is, broadly speaking, the expectation is that negativity is going to be the thing driving them to the survey. And that’s not what you find here. People who’ve got an axe to grind are frequently more likely to open up a survey and grind the axe, and that isn’t the case here.

\n\n\n\n

You know, it’s remarkably sanguine. Everybody seems entirely optimistic. And even the data which may be not quite as favorable, is not unfavorable. It’s just maybe not as shiny as it could have been.

\n\n\n\n

But then I’m looking at the second question here about what the favorite things are and it’s all the stuff that we lean into all the time. The extensibility, the fact that it’s free, otherwise known as cost, the fact that it’s multi-site capable, the fact that there’s plugins and what have you that you can extend it with.

\n\n\n\n

And the editing experience, so we’re talking about full site editing, I guess there as well as the editor, is low on the list of priorities, which is quite interesting. Only 36% of respondents thought that that was their priority.

\n\n\n\n

And then talking to the broader, I don’t know, the marketing piece, I think WordPress as a whole, it is really difficult to market something to the entire world. And that’s what WordPress is. So for the, like the Core community and things like that, to try and figure out where to put their best efforts, you know, how to convince people that WordPress is the solution for them, is really difficult, because it’s everybody. It’s literally anybody who might want a website.

\n\n\n\n

And so I think that’s where endeavors like WP Campus really pull out all the stops. You know, you are out there shouting loudly that this is the credible solution, if you’ve got a need for a website in the higher ed space. You are making it so that, I guess if we were to Google higher ed CMS, WordPress is going to come up fairly high. So you are growing that pie.

\n\n\n\n

But I guess the audience is fairly small, isn’t it? You know, at each institution, how many people are going to be making those searches? It’s not going to be the 300 people that you mentioned. It’s probably going to be the web team.

\n\n\n\n

So I think you’re doing great work. You know, you’re definitely finding those people and the important decision makers are probably the people. that you need to find.

\n\n\n\n

I keep coming back to the phrase, growing the pie. That’s what I think WP Campus is basically about. You know, of the 10,000 institutions out there that might use WordPress, it’s about making sure that a growing proportion of them know that it’s a credible alternative to whatever they’re using now. And from the numbers in the survey, it looks like once you’ve onboarded them, it’s easy to keep hold of them, which is pretty cool.

\n\n\n\n

[00:42:21] Rachel Cherry: For WP Campus as an organisation, we wanted to use the survey to really surface the needs. And so there’s questions in this survey that talk about what plugin needs exist.

\n\n\n\n

You know, one of my takeaways from this survey is how WordPress does need more enterprise functionality. And that’s covered a lot in the questions about plugin functionality. There is a big need and a gap for a lot of enterprise functionality in the WordPress ecosystem and higher ed needs it. So if there are people out there wanting to build it, we are ready for it.

\n\n\n\n

And so, you know, I want to surface those needs to kind of help bring more resources to our community and to what they’re doing. And so anyone out there looking to help fill that gap, please check out the survey and I’m open to have a conversation at any time, and we’d love for you to join our Slack and ask us questions and get us involved.

\n\n\n\n

[00:43:12] Nathan Wrigley: Okay, that’s an interesting call to action because you know, if you’ve got space in your calendar to build a new thing, you now have a brand new audience potentially, if you’ve not considered the higher education space, there’s a ton of data in this report which you can download. So maybe this is a whole new audience that you didn’t realise that you could tap into. Alex, was there anything, it sounded like you had something.

\n\n\n\n

[00:43:33] Alex Aspinall: Yeah, no, I was just going to echo really to what Rachel was saying there. I think the idea with this report was to, as Rachel said earlier on, provide data that has been missing. There’s no cynical play, it’s a collaborative report that’s designed to help other people understand how their peers are working, what their challenges are, how they’re trying to solve them, what kind of environment they’re doing it all in.

\n\n\n\n

It’s a really fascinating area, as I said earlier on, and we are really excited to see it develop and help it develop. And, yeah, we will be certainly collaborating with WP Campus and Rachel going forward.

\n\n\n\n

[00:44:06] Nathan Wrigley: Yeah, so whether or not, it really doesn’t matter which bit of WordPress you are attached to, whether you’re a hosting company or a plugin or a theme developer or an agency, just building out websites, there really is a bit of this which will map to whatever it is that you are doing.

\n\n\n\n

The website URL I mentioned earlier, wpcampus.org is where you’re going to find this out. I presume that they’re somewhere, if I was to explore, I would probably find a contact form. But beyond that, let’s go to Rachel first, how could people reach out to you if they’re curious about what you’ve said to today? Where would they best find you?

\n\n\n\n

[00:44:36] Rachel Cherry: Yeah, so you can join our Slack, which is accessible from wpcampus.org. There is a Slack page and you fill out a form and you get an invite, and feel free to join and start some conversations. There is a contact form on wpcampus.org, and I do receive those emails along with other people in our organisation. So that’s another great way to get in touch with me as well.

\n\n\n\n

[00:44:59] Nathan Wrigley: Thank you. And Alex, same question.

\n\n\n\n

[00:45:01] Alex Aspinall: Yeah, for us, obviously website, humanmade.com. There’s a contact form on there. But also Twitter and LinkedIn tend to be our main sort of points of contact for people getting in touch with us.

\n\n\n\n

Might also be worth flagging out, we’ve got a Word on the Future newsletter, which goes out once a month. You can sign up for that on the website. That generally has this kind of content, not always about higher education, but about the enterprise WordPress space in general. So that’s quite a nice touch point too.

\n\n\n\n

[00:45:24] Nathan Wrigley: I’ll just mention before we finish off that the WP Campus site not only links to, you know, the bits and pieces that are going on right now, but there’s the blog and there’s also links to the events as well as the Slack channel and things like that, oh, and a newsletter. There’s a whole load of opportunities to keep in touch with what’s going on over there.

\n\n\n\n

So, yeah, what I would also say is it’s very hard in an audio podcast to do justice to a report, which is primarily graphics. So please, if you’ve any curiosity around what we’ve been talking about, go and download that and you’ll be able to get the full detail of what we’ve been talking about. You’re going to find that on the Human Made website, and I will link to it in the show notes.

\n\n\n\n

Okay, Rachel Cherry, Alex Aspinall, thank you so much for chatting to me today. Really appreciate it.

\n\n\n\n

[00:46:05] Alex Aspinall: Thanks for having us.

\n\n\n\n

[00:46:06] Rachel Cherry: Yes, thank you.

\n
\n\n\n\n

On the podcast today we have Rachel Cherry and Alex Aspinall.

\n\n\n\n

Rachel is the founder of WP Campus, a nonprofit organization she launched a decade ago to support professionals using WordPress in higher education. Under her leadership, WP Campus has become a community hub, hosting conferences and leading research projects tailored to the unique needs of its members. Currently, Rachel serves as the organization’s Director of Technology and sits on its board of directors, where she continues to drive innovative projects.

\n\n\n\n

Alex Aspinall is part of the globally distributed team at Human Made, an established enterprise WordPress agency founded in 2011. At Human Made, Alex helps deliver large-scale web platforms for major organizations, including names like Harvard, Standard Chartered, and PlayStation. In recent years, Alex has developed a strong interest in how WordPress can uniquely serve the higher education sector, and he’s become especially passionate about exploring and supporting this use case.

\n\n\n\n

During the podcast we get into the story behind WP Campus, which has, for the past decade, been empowering people who use WordPress in colleges and universities. We explore Human Made’s growing interest in the complexities of higher education projects, from large multisite networks to the strict accessibility and governance requirements such projects increasingly require.

\n\n\n\n

The heart of the conversation is the just released ‘State of WordPress in Higher Education 2025’ report. We dig into the reports key findings such as the slow adoption of the block editor and full site editing, the challenges of managing hundreds of university websites with small web teams, and why enterprise-level tools are in such high demand.

\n\n\n\n

Whether you’re a WordPress professional, agency, educator, or are just curious about the unique needs and opportunities the higher education space offers, this episode is for you.

\n\n\n\n

Useful links

\n\n\n\n

WP Campus

\n\n\n\n

The State of WordPress in Higher Education report

\n\n\n\n

Human Made

\n\n\n\n

Harvard Gazette

\n\n\n\n

WP Campus Slack

\n\n\n\n

 Word on the Future newsletter

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Sep 2025 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:26;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Sustainability, Authenticity, and Building Habits with Daily Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/sustainability-authenticity-and-building-habits-with-daily-videos/\";s: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:208:\"In this \"Publishing Flow\" episode, Mark Szymanski shares insights on his daily video journey, discussing inspiration, consistency, audience engagement, and the balance between authenticity and value creation.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Sep 2025 11:04:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:27;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: Techmeme 20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2025/09/techmeme-20/\";s: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:616:\"

It’s New Apple Stuff day, so the headlines are being dominated by that, but it’s worth taking a step back and paying homage to the site that has been the front page of tech news for two decades now, Techmeme. I’ve been a daily visitor since it started, and I appreciate how they pair the algorithm with a light human touch to provide a wide overview. (WordPress-powered!) Fred Vogelstein at Crazy Stupid Tech has a great review of how Techmeme started and evolved.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Sep 2025 20:24: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Open Channels FM: Lessons From Building and Managing Multiple WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108988\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://openchannels.fm/lessons-from-building-and-managing-multiple-wordpress-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"Here are some lessons learned in building a WordPress plugin business, emphasizing experimentation, market understanding, customer support, and community engagement for sustainable growth.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Sep 2025 09:53:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:29;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Open Channels FM: The Founders of Podcaster Plus Share Product Development Experiences and Community Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://openchannels.fm/the-founders-of-podcaster-plus-share-product-development-experiences-and-community-insights/\";s: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:215:\"In this WP Behind the Builds episode, Mark Westguard discusses the upcoming Podcaster Plus plugin with founders Nathan and Dan, emphasizing its features like customizable audio players and automation for podcasters.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Sep 2025 08:16: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: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:30;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Assorted Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149725\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://ma.tt/2025/09/links/\";s: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:1682:\"

A few interesting reads or listens:

\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Sep 2025 23:20:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: Maker Taker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2025/09/maker-taker/\";s: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:2543:\"

My sister Charleen sent me this meme with the note “Someone needs to draw you in there with your arm up \"🤣\"\"🤣\"\"🤣\"” It’s a nice ode to the Dries essay on Maker/Taker problems.

\n\n\n\n
\"\"
\n\n\n\n

Well, thanks to the magic of AI, I asked the Nano Banana AI Studio to “make it so on the bottom one person raises their hand,” and it didn’t work at first. So, I tried a few other variations, and then, voilà!

\n\n\n\n
\"\"
\n\n\n\n

Technology is amazing. And now we have a counter to the meme. Be that one hand that raises.

\n\n\n\n

Although this is a joke, I’m going to give humanity a high-five because, compared to when I started in technology, which was more the Microsoft Halloween memo era, to where we are today, I’m so impressed that so many makers, creators, designers, engineers, and leaders have adopted the moral framework of open source being part of their calling. Businesses, too! I used to get laughed out of the room or had spears thrown at the security of open source, but that is no longer a blocker, and the conversation has really elevated. It doesn’t feel like one person raising their hand anymore; it’s grown into a truly special movement, a lens through which you can view almost anything.

\n\n\n\n

Open source is the best way we have to set the foundation for future generations to build upon, ensuring the light cone of humanity’s technological expansion becomes something that belongs to all of us, not just a few.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 07 Sep 2025 19:08: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Breaking Ribs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2025/09/breaking-ribs/\";s: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:1959:\"

Chris Young, who is otherwise famous for being a co-author of the 2,438-page cookbook Modernist Cuisine or centrifuging steaks and drinking them, is one of the friends who, over the years, has told me I have to watch Breaking Bad, the TV show. When I was in Marrakech for a few weeks earlier this year, and it was a million degrees outside, I cracked and started watching, and I see why people say it’s one of the best shows ever. I’m only up to S2E4, and I see why everyone loves it, including that it is sometimes unintentionally hilarious, but I had to stop because it was getting a bit too dark and bumming me out before I went to bed.

\n\n\n\n

However, I’m glad I made it through that season and a half of Breaking Bad, because it has given me the ability to appreciate this homage Chris has done, attempting to use science and chemistry to cook ribs in an apartment oven just as well as you could with a smoker. If you live at the intersection of Breaking Bad, BBQ, science, chemistry, and cooking, this is the video for you. And now, this makes me want to order some Pit Room in Houston. (WordPress-powered!)

\n\n\n\n
\n\n
\n\n\n\n

And if you haven’t yet, you should buy one of Chris’ Combustion Predictive Thermometers (here on Amazon).

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Sep 2025 20:33:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Gutenberg Times: Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=41792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-120-wordcamp-us-telex-gutenberg-21-4-and-21-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48635:\"

Birgit Pauli-Haack and Sarah Norris discussed WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks.

\n\n\n\n

This episode dives into the ongoing evolution of Gutenberg, from AI-driven tools for easier block creation to the expansion of core blocks and enhancements stemming from vibrant community input. There’s a strong focus on practical improvements for developers and better experiences for end users, all while staying plugged into the latest WordCamp happenings and the broader future of site editing in WordPress.

\n\n\n\n

Show Notes / Transcript

\n\n\n\n

\n\n\n\n\n\n\n\n

Show Notes

\n\n\n\n

Special Guest: Sarah Norris

\n\n\n\n

JavaScript Developer / Core team rep

\n\n\n\n\n\n\n\n

WordCamp US

\n\n\n\n\n\n\n\n

WordPress Developer Blog

\n\n\n\n\n\n\n\n

Gutenberg releases and work in progress

\n\n\n\n\n\n\n\n

Stay in Touch

\n\n\n\n
\n\n
\n\n\n\n

Transcript

\n\n\n\n

Birgit Pauli-Haack: Hello, and welcome to our 120th episode of the Gutenberg Changelog Podcast. In today’s episode we will talk about WordCamp US, Telex, Gutenberg 21.4 and 5 and also we will discuss that we need more blocks. Maybe. I’m your host Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate and full-time core contributor for the WordPress open source project sponsored by Automattic.

\n\n\n\n

And after a long break, Sarah Norris joins me again. Yay. She is a co-core team rep, a core contributor to the Goodwill Project, and developer and designer working for Automattic. Thank you so much for taking the time and coming onto the show again. Sarah, how are you today? And maybe you can briefly outline what you have been working on for what might be coming to WordPress 6.9.

\n\n\n\n

Sarah Norris: Yeah, sure. Yeah. Hello. It has been a really long time. It’s good to be back. Yeah, I’m good. I’m looking forward to autumn, my favorite time of year. So for 6.9 I’ve mostly been working on new blocks. Yes, all the new blocks. I’ve been working on the Accordion block, which was called Accordions but is now called Accordion Singular. Also I’ve been looking over the new tabs block. There’s a PR going for that that I’m really interested in, looking at maybe getting the table of contents block stabilized as well. I think there’s a lot of work to do there, but I think it’s, it’s quite well rounded, well outlined so we can get stuck in there. And then I’ve also been working on a new terms query block as well. So that’s it’s like the query loop block but for taxonomies.

\n\n\n\n

Birgit Pauli-Haack: Wow, it sounds exciting. Awesome. Awesome. So you’re the right person to talk about. We need more blocks later on so we’re coming to the announcements.

\n\n\n\n

Announcements

\n\n\n\n

Automattic Telex

\n\n\n\n

So at his keynote at WordCamp US, Matt Mullenweg, you probably heard it all already, dear listeners announced experimental AI tool called Telex, and it can be used to build new blocks with a plain English language prompt so you don’t have to speak code. So try it out. I’ll share the links in the show notes. And Ray Mori from the repository has quite done a good rundown of all the reactions for Telex on Twitter and all that. So I’m going to share this with you. But it’s a really exciting tool and it’s also experimental, so it might not have the outcome that you want, but you might get new ideas from it. So have you tried it out, Sarah?

\n\n\n\n

Sarah Norris: Yes. Yeah.

\n\n\n\n

Birgit Pauli-Haack: Yeah.

\n\n\n\n

Sarah Norris: I’ve been following the development closely and trying it out. It’s amazing. It’s so much fun to use. Yeah. Definitely recommend people try it out. You might not get what you expect, but I don’t know if you ever do with AI, it’s all about what you put into it, isn’t it? And see what you get. Especially for new blocks. People should try it to build new blocks.

\n\n\n\n

Birgit Pauli-Haack: So did you build a new block?

\n\n\n\n

Sarah Norris: I built a few ideas, like a few silly things. I haven’t tried it on any new core blocks yet. Maybe that’s the. The next step. Maybe I should try it on all these new core blocks we’ve got coming up.

\n\n\n\n

Birgit Pauli-Haack: Well, but I’m more interested in the silly things than the crazy things or in the quirky things. But did you try?

\n\n\n\n

Sarah Norris: What did I try? I’ve tried like some random image generators, just like some random color stuff as well. Trying like different colors, different patterns.

\n\n\n\n

Birgit Pauli-Haack: Yeah.

\n\n\n\n

Sarah Norris: Maybe I should add some to the new live tool so we can get them in the library.

\n\n\n\n

Birgit Pauli-Haack: There’s a library maybe coming up. Okay, well, it’s the next current step. Yeah. Kind of thinking about, okay, if so many people build blocks and we want to kind of showcase all those ideas, if they’re ready enough so other people can use them, then you probably want to have a site for that. That’s totally true. Yeah, true.

\n\n\n\n

WordCamp US

\n\n\n\n

Anyway, so speaking of WordCamp viewers, the talks are almost all uploaded to WordPress TV, so the team is really amazing. And there were fantastic talks at the showcase day as well as the other days. And we had about a dozen talks about AI in all kinds of flavors. And I only want to kind of point out three of them. One was for developers. Adam Silverstein’s talk Unlock Developer Superpowers with AI is definitely worth a look on the rerun as he tested quite a few new tools and also gave a great rundown on his approach and how he works with it.

\n\n\n\n

So Adam is a former Googler and he is a core committer on the WordPress project. So yeah, he’s definitely out there ahead of, well, at least me. I don’t know about Sarah, but definitely ahead of me, so. And for nondevelopers, John Maeda’s talk was a fantastic introduction in how to think about AI in his cozy AI cooking talk as a keynote on the third day. And then if you want to be amazed of what’s happening in other areas outside of development, but in other areas of science, I highly recommend Professor Adam Gazzaley’s talk on the new era of experimental medicine, AI and the brain. And he talks about how his lab at the University of San Francisco did a lot of brain testing and figured out a way to replicate and have a feedback loop, a close feedback loop to reactions on certain things. So and what they actually did was they created a video game to help people with ADHD. And that’s for prescription, but also available for adults who are kind of having a bit of a cognitive decline in the later years and want to kind of keep a stop to that or at least delay it. So it’s really an interesting talk. Totally not related to WordPress at all. So yeah, have you watched any of those talks?

\n\n\n\n

Sarah Norris: I haven’t this week. I’ve been concentrating on basically building the terms query block. But all three of these I really want to watch. They sound really good, especially that last one that sounds super interesting.

\n\n\n\n

Birgit Pauli-Haack: Yeah, yeah, the resources that he mentions in his slide deck and all that, you can really kind of go down that rabbit hole on a Sunday afternoon and kind of learn more about that. And then for block and block related talks, there were so many and each covering a different angle. I have a list in my Weekend Edition 38 that I would kind of where I said I would want to watch it and even if I’m not getting into the talk, I will keep a list of that for the reruns. But if I wanted also three of them is one is Michelle Hunt’s Building Experiences, Design systems, User experience and full site editing. And she really brings it home in talking about Atomic Design, which was a topic two years ago in San Diego or three years ago even, and then applying it to WordPress and themes and blocks and also creating a design system as well as guardrails for users. That’s her user experience piece that if you have too many options you confuse users and they don’t need them, but you can build guardrails around it and curate the experience quite well.

\n\n\n\n

Mary Ann Aschenbrenner is from a small agency and she talked about how she moved websites from classic theme to a block theme and what the steps were involved. And yeah, some decision making process there, really good. And then Block Composability the Past and the Future with Seth Rubenstein and Max Schmeling, and they talked about the remote data block coming out of WordPress VIP and they open sourced it, and that is how you can connect the Gutenberg editor with an outside data source like Google Spreadsheets or Airtable and bring that data in live. So when it changed the data on the other sites. Yeah, it’s updated the website and use block bindings and interactivity API to pull it all into a page and blocks that you can put on a page. So it’s really interesting what comes out of that this year in WordCamp US. So have you looked at the remote data block yet?

\n\n\n\n

Sarah Norris: No, I haven’t, but that sounds amazing. It almost sounds like zapier but. But for. For the editor. Yeah, that sounds really cool.

\n\n\n\n

Birgit Pauli-Haack: Yeah, that was the idea about it, that you don’t have to create blocks for that. You kind of use that one block. Yeah, that has a lot of tools in there and then you can pull them in. It’s really interesting. So yeah, but of course everyone is at a different stage in their blocks journey, and it’s difficult to recommend a talk without knowing more about the needs but so I will share in the notes the link to all the talks of WordCamp US. I think right now they have two or three pages already uploaded so you can kind of look at them but don’t forget it and let times go past. It might also be something to put on your list for Christmas vacation days or Thanksgiving days instead of other things maybe.

\n\n\n\n

Community Contributions

\n\n\n\n

So what’s community contributions? It seems there’s more new Momentum at the WordPress Developer Blog because apart from the What’s New for Developers by Justin Tadlock, there were four more articles published since we had our last Gutenberg Changelog recording, and two of them are by Justin Tadlock.

\n\n\n\n

One is a little controversial as a stated title, you don’t need Theme JSON for block theme styles. When you want to need or step away from using theme JSON for styling themes, this guide will walk you through the best practices of using style sheets instead. You will also learn from the article that Justin actually really likes theme JSON, but he wants to pick you up where you are and if you don’t don’t have a real good handle on it yet, you have alternatives and options. And the second one is in view of what’s coming to WordPress 6.9 is registering custom social icons for Gutenberg, and it’s a new filter hook that’s coming to the next release, and it’s learn how to use it to register your own services for social icons block. So his example is IMDb, that’s the movie database or Ko Fi, that’s buy me some coffee kind of donation place. I used it for my next edition of the Gutenberg Times theme where I want to have an archive page for my podcast, and I needed the icons for all the podcast directories where you can find the Gutenberg Changelog because only Spotify was on there, and there are so many others that are there, so. And Pocket Cast is already in there, but all the others are not. So I built them with that new tool for my new plugin. So it’s really interesting. So if you have other needs, you can do it yourself. You don’t need to wait for Core to put them in.

\n\n\n\n

And Troy Chaplin also he published a series on refactoring a multiblock plugin to build smarter register cleaner and scale easier. So if you have a multi block plugin, it’s kind of gives it a cleaner structure, support all block types and also a smarter registration and bundling of your assets. I think it’s a very good tutorial for the next stage of your plugins. And he also has a second post in the same realm is about implementing namespaces and coding standards in WordPress plugin development. This post got a lot of comments and suggestions from other people, co-developers and others. So it’s definitely worth looking into because namespacing, auto loading and linting for your multi block plugin is definitely something you want to find out or how to do this. So shout out for both authors for taking the time to put those tutorials together for other WordPress developers. And dear listeners, make sure you never miss another post of the developer block again. Subscribe to the blog. Anyway, I’m not asking you, I’m not putting on the spot when you’re gonna write for the developer blog. But yeah, think about it. We’re open to ideas.

\n\n\n\n

Sarah Norris: I’ll have a think.

\n\n\n\n

Birgit Pauli-Haack: Say again?

\n\n\n\n

Sarah Norris: I’ll have a think.

\n\n\n\n

What’s Released – Gutenberg 21.4

\n\n\n\n

Birgit Pauli-Haack: Yeah, have a think. So, which brings us dear listeners to the Gutenberg releases in the last four weeks. We are starting with Gutenberg 21.4. Do you want to get us started, Sarah?

\n\n\n\n

Sarah Norris: Yes. Yeah. Okay. Okay. What we’ve got first for 21.4.

\n\n\n\n

Enhancements

\n\n\n\n

So in enhancements we’ve got a new server side render hook.

\n\n\n\n

Birgit Pauli-Haack: Yeah. And I’ve put some question marks on it because I need you to explain it to me a bit.

\n\n\n\n

Sarah Norris: I mean, I’m not sure I can do that. So I think this is a. It’s a really nice refactoring job. So we had. Well, we still do have some data fetching logic in a server side render function and this has been refactored into a hook called useserverside Render, and it basically gives consumers more control over the block content when they’re using the server side rendering technique. I think we did have this functionality before, but this makes it much easier and more flexible for consumers to absorb the block content.

\n\n\n\n

Birgit Pauli-Haack: All right, so when you say consumers, you mean extenders who use it in their block plugin, right?

\n\n\n\n

Sarah Norris: Yes, yeah, that’s right.

\n\n\n\n

Birgit Pauli-Haack: Yeah. It’s not me as a consumer of Nutella or something.

\n\n\n\n

Sarah Norris: Nutella Hook though, would be amazing.

\n\n\n\n

Birgit Pauli-Haack: That’s a new blog.

\n\n\n\n

Sarah Norris: Use Nutella.

\n\n\n\n

Birgit Pauli-Haack: Use the Teleservice. No. Oh, what a mess. So we have quite a few things that are concerning the data views. It gets a real good polish now and some great features in there. So the first thing is that there is a control command plus click for multiselection in the table layout. When you have data views in a table. So you can click all the rows that you want to use for bulk edits or something like that, which is really cool. It’s also a feature that is in the old WP admin. The second one is the data form select box to have custom empty options. This is actually really cool because then you have a no selection and it doesn’t disrupt anything of the workflow. Yeah, I got this all my life of web development and forms that when you have a dropdown you need an empty one. So if it’s not a required field. So they can unselect things.

\n\n\n\n

Sarah Norris: Yeah, Very easily forgotten because how often do you actually build dropdowns as well? So every time you build one it’s good. Oh yeah, I need an empty option.

\n\n\n\n

Birgit Pauli-Haack: Yeah. It’s now built in to have a custom empty option if you want it. You want to do the next.

\n\n\n\n

Sarah Norris: Yeah. What’s the next one? So I’ve got support group by in the table layout. So this, this is adding support for the table to be grouped by field, isn’t it? So it means that when you’re viewing a table, it can be grouped into separate sections and each section will have a heading. Yeah. But I guess depending on the content, it makes it much easier to consume that content and then. Yeah, each section has a table row with a heading. Yeah, that helps separate it out. Nice and neat.

\n\n\n\n

Birgit Pauli-Haack: Yeah, it makes it a little bit easier to find all the stuff that you need. The next one is that it’s now use responsive images for the dataview grid layout. So if you’re on a tablet, the images are smaller so you get more things on the screen as well as the mobile. You can use that in mobile as well.

\n\n\n\n

Sarah Norris: Yeah, yeah. I didn’t know about this PR actually. It’s very, very cool because it’s. It allows you to to pass a maximum width to the images in the grid view. Because I think previously it was using the largest image or one of the largest image sizes. But that means like if there were a lot of images, this is saving like literal megabytes on every grid view. So that’s. It’s really, really cool. Good, Good pr. Good performance. PP.

\n\n\n\n

Birgit Pauli-Haack: Yeah, absolutely. Yeah.

\n\n\n\n

Sarah Norris: Next one is allow data views empty state to be customized. Oh yeah. So this is if. So if you’re like loading a data views component, if there were no results previously, I think it just would render just a white screen basically, which is an empty data view component. But this allows you to pass in like a default empty state. So if you’re listing pages and no pages are part of the search results, then you can add something like a no pages found message. But it’ll be styled nicely and be centered and will look much better UX than a blank screen, basically.

\n\n\n\n

Birgit Pauli-Haack: Then nothing.

\n\n\n\n

Sarah Norris: Yeah, yeah, then nothing.

\n\n\n\n

Birgit Pauli-Haack: Yeah. And I also like the. The last one is a data form is now a bootstrap validation for required and type checks on the input. And that’s right now for text input, email, integer and boolean field types. Boolean. Yeah, I never knows how to pronounce it. How do you pronounce it?

\n\n\n\n

Sarah Norris: Boolean.

\n\n\n\n

Birgit Pauli-Haack: Boolean. Boolean. Boolean. Yeah. Other people say boolean. Anyway. Yeah, I really like that. So now you can have your data forms automatically kind of validated and at least for those types I think more is coming there as well. So yeah, if you use the data views for your plugins, you can actually have now good user input handling as well.

\n\n\n\n

Sarah Norris: Next is the block library section and then we have the cover video block Add drag and drop support for poster uploads. So this is so for videos you can add a poster image for HTML videos. And this basically just allows drag and drop functionality. So we can drag these images into the poster section when you’re editing the cover video block basically makes it much easier to add a poster.

\n\n\n\n

Birgit Pauli-Haack: Yeah, yeah. Drag and drop is always fun most of the time. Yeah. And it’s not only for the video block, but it’s also for the cover block that has that video that’s also then pulled in. If there is not enough bandwidth on the page to show a poster instead of the video, and only when you click on it, the video kind of plays. And then we have updates to the file block. Two of them. One is to use the mime type to determine if a file is a PDF and the other one is have the nature of Feature detection for PDF support. So that would also give the PDF support means have it embedded on the page as an option or also have thumbnails and all that kind of thing. So yeah, those are kind of great enhancements.

\n\n\n\n

Sarah Norris: Next up is the block editor section. So we have the list add keyboard shortcuts to indent, outdate, outdent. So this adds a keyboard shortcut to the tooltips. Why can’t I say tooltips? All these words that you don’t have to say out loud. And then you’re forcing me to say. When you hover over the block toolbar for the list block, you’ll now get some helpful tool tips that tell you about the indent and tab keyboard shortcuts. Basically.

\n\n\n\n

Birgit Pauli-Haack: Yeah, yeah, it’s been a while that it actually is the tab to indent on the list block. But it wasn’t really that widely known because it took a while to get it in there and now you can. On a single list item you can use the tab to indent it. But now you also know it by hovering over the tooltips or getting some tooltips. When you hover over the block toolbar, there is the icon to indent and outdent. And now it also has the tooltip for use the tab dummy kind of thing. All right. Oh, the write mode is also has quite some updates in the last few Gutenberg releases. This one also only has one that it adds the shuffle style to the write mode toolbar on a container block. So if you have a block, if there is a style variations for that particular block, you can you get this little color drop to select those style variations that is actually coming out of the zoom out mode that was already in 6.8.

\n\n\n\n

Sarah Norris: Yeah, it’s very cool.

\n\n\n\n

Birgit Pauli-Haack: It’s totally cool.

\n\n\n\n

Sarah Norris: Yeah, it makes it really easy to. I know that’s the whole point of it, but it makes it very easy to switch between the styles. I think it’s something that we don’t really think about, especially when you’re building for the editor as well. But as soon as you see it in action, it’s just like, oh, this is unlocks loads of functionality just in one click. It’s very cool.

\n\n\n\n

Birgit Pauli-Haack: Yeah.

\n\n\n\n

Sarah Norris: Next up is the component section. Got one in here as well. So this is the text control improve theming support. I think this is a little PR for making the border and placeholder colors themable for the text control component specifically. So it means that if you switch the theme, the border and the placeholder colors will also change as well as the other colors related to text control.

\n\n\n\n

Birgit Pauli-Haack: Yeah. And then there’s a block binding update on the date block. It now allows block binding, so yay. Now you can have the date block. There’s a date block or post date, for instance. Yeah, you can. Yeah, okay.

\n\n\n\n

Sarah Norris: Exactly.

\n\n\n\n

Birgit Pauli-Haack: Yeah, you can. Or recording date. Yeah, or something like that. You can connect it to a block binding and make it all follow all the date things in WordPress like location and localized formatting and all that. Block bindings also gets a little bit more wider usage. Opens up for wider usage during 6.9. I have not yet put a whole good research in there, but I’ve done some testing and it works really, really well also to. To add it to an audio block and all that.

\n\n\n\n

Sarah Norris: I can tell you one thing, although it will probably be for Gutenberg changelog 21.6 or 121, but I’ve been using block bindings. I’ve been using block bindings for the terms query block as well. And it was unbelievably easy to implement. Just like so much kudos to the people who’ve been working on block bindings. So I’ve used it to expose term data so we can absorb that in the new blocks for the terms. And it’s just. I don’t know, I’m just blown away by it really. It just makes so much sense. Makes everything so much more flexible.

\n\n\n\n

Birgit Pauli-Haack: Yeah, I use the block bindings too. I registered a separate source for the block bindings for my podcast archive page. Yeah. Because I wanted recording date and stuff, the podcast description and the logo as well as for every episode recording date and the download link just in there in the query loop. And it really worked. Yeah. The audio blog. I’m still debugging it because of course it’s all my fault. But it really works well and I’m so happy that I don’t have to write new blocks. And I can use a plugin that creates all those fields and has their own template, but the templates are not for block themes. So I can create my own template and add all those blocks bindings and put it into a plugin. So it’s really cool.

\n\n\n\n

Sarah Norris: Yeah.

\n\n\n\n

Birgit Pauli-Haack: So many more options opening up with block bindings.

\n\n\n\n

Sarah Norris: Yeah. What’s our next section now?

\n\n\n\n

Documentation

\n\n\n\n

Birgit Pauli-Haack: So I scroll down to the documentation section of the changelog and I just wanted to point out two things. One is that the Playground CLI is now preferred over the WP now when you use it on any of your projects for playground to have a local development. So it’s really cool if you’re developing a plugin, but not in the realm of a website, just on a separate folder. And then you can do playground CLI and then it opens up a WordPress instance right from that and knows it’s coming from a plugin. So it puts all the stuff from right in there into the playground. It installs it and activates it. And really fast development. Now that was previous was WP now and now it’s the Playground CLI and it’s documented. And the second one was the document guidelines on how to get new social icons into Core and have the link to the developer blog article by Justin Tadlock on how to do it yourself. What else? I think that I have the feeling we are now at the end of Gutenberg 21.4.

\n\n\n\n

Sarah Norris:

\n\n\n\n

Yes, success.

\n\n\n\n

Birgit Pauli-Haack: And we are coming to Gutenberg 21.5. Do you want to start again?

\n\n\n\n

Gutenberg 21.5

\n\n\n\n

Sarah Norris: Yes, I can do. Yeah.

\n\n\n\n

Enhancements

\n\n\n\n

Starting at enhancements again. So first up is Data Form. Panel layout can open as dropdown or modal. So I think this is adding the. The modal panel type to the data form. And yeah, it basically means that a panel can be opened as a modal, making the data form more flexible.

\n\n\n\n

Birgit Pauli-Haack: Yes, indeed. Yeah. And then the data views also get an additional enhancement as the option is now added to allow Infinite Scroll. On Data Views, you can decide between pagination or infinite scroll like we have in the media library. There’s an Infinite Scroll Infinite scroll kind of way. So yeah, it kind of opens up a lot more possibilities for Core or plugin developers to use that.

\n\n\n\n

Sarah Norris: Next up is the block library section. First up is the query title, adding a post type label variation. So this adds a post type label to the query title block, which displays the singular name of the query post type.

\n\n\n\n

Birgit Pauli-Haack: Yeah. So you know, when you look at it, oh, this is a recipe or this is a post or this is a page. When it kind of comes into the query loop, that’s definitely helpful, kind of prevents confusion. Definitely, yeah. And then of course we come to your accordion block.

\n\n\n\n

Sarah Norris: Yes.

\n\n\n\n

Birgit Pauli-Haack: Is it still experimental or has it been removed? Experimental.

\n\n\n\n

Sarah Norris: It’s still experimental at the moment. So it’s only just been merged. Yeah. So we’re still testing. So the best thing about blocks being experimental is that we can make breaking changes, essentially. So I think it will be experimental until hopefully not the last minute. But, you know, the last minute being the last few weeks, probably before 6.9. But I think I’m feeling really confident about the block in general. So hopefully just after a few rounds of testing, maybe some tweaks being made. There’s already been a bunch of. A bunch of PRs opened for some small tweaks as well, which is really nice to see. So, yeah, hopefully it’ll be. It’ll be stabilized by 6.9. That’d be great.

\n\n\n\n

Birgit Pauli-Haack: Yeah. Yeah, I hope, I hope so very much though. Yeah. So the accordion block is. It’s implementing the HTML standard kind of way and then how it kind of works with blocks and you have a whole panel and then you have additional accordion. You have an accordions. It’s not a accordions block, but it’s a whole accordion. And then the accordion items, and then you have inner blocks that can house any content in the accordion item panels, right?

\n\n\n\n

Sarah Norris: Yeah, that’s right. I think that’s where I got stuck as well, because I was like, this is multiple accordions. No, it’s one accordion and then the accordion is made up of multiple sections. Yeah. And then we have to have accordion content and then the accordion header and accordion panel. And within the panel you can add. I think it’s. I think it’s all blocks. I should know, shouldn’t I? But yeah, you can add any, any content within that panel. It just makes it a little bit more flexible than the details block. But I know that the accordion and the details block are very, very similar also at the moment. I think the details block will be surfaced if you search for accordion as well in the block editor. My plan, in my head at the moment, I probably need to write this down somewhere, is that once the accordion block, the new block is stabilized, then we could remove that accordion keyword from the details block. So both of those are two very obvious distinct blocks.

\n\n\n\n

Hopefully reduce some confusion. I think the main issue is with the details uses a summary element and I don’t think it’s semantically correct to add headings, but maybe a bunch of other stuff as well. Basically you can only really technically add text content, which doesn’t make it very flexible. And then the accordion block will have, at the moment only has an option for one type of icon. But the idea is that we’re going to add a lot more customization to the icon and making the header content itself more flexible. So yeah, hopefully this accordion block is much more flexible and just it’s kind of like an advanced block compared to the details. And I think, I think they can both exist fine. They’re both, they’re both HTML paradigms. They can both exist as blocks as well. And you know, more blocks. We need more blocks.

\n\n\n\n

Birgit Pauli-Haack: More blocks, yes, definitely. Yeah, yeah. There were also some you you weren’t able in the details block, you were also not able to. To style the summary separately from the details. So if you put a border around you, it almost was on the same on the whole thing and not on the single. On the details. Yeah, or if you want to have a text styling on the summary, it also would bleed through the details. So yeah, but that’s wanted I think the details and summary that comes also from Markdown which so you could use it on GitHub and all that and there it really can have additional styling. So the accordion block is definitely for much richer styling and designs available. So are you thinking about handling transforms from details to accordions?

\n\n\n\n

Sarah Norris: I haven’t thought of that yet, but that makes perfect sense because I imagine. Well, this is only a guess, but I imagine some people have. Users have been using the details block for probably what they would have wanted to use an accordion block for like if they wanted additional styling or for like more advanced FAQ sections and stuff like that. So yes, I imagine that will be a want transforming from a details block to the accordion. So yeah, I’ll add it to the list.

\n\n\n\n

Birgit Pauli-Haack: Write it down. All right, the next one is again it’s on the component section and there are a few in there. But I just wanted to point out the forms component that it also now supports an async validation. It means that you can also do server side validation and supports that with a. It’s a breaking change for this. It’s a private component so we shouldn’t even talk about that. Okay, so I didn’t see that but it’s. Yeah, it has an async story. So you can have an async validation. Yes, maybe sooner or later we get the public, but yeah, we’ll see.

\n\n\n\n

Sarah Norris: For themes, there is additional support for providing the border radius presets. So yeah, if you’re familiar with other presets that you can have in theme JSON for styling, this is one for Border Radius allows you to set border radius presets and then they’re available in the different controls and it also uses the spacing sizes is like a modal for the way the presets use as well.

\n\n\n\n

Birgit Pauli-Haack: Yeah, if you are a themer, you definitely want to control the border radius and have users use just the certain numbers for it. Yeah, so if you use a smaller one then it’s always 15, and it’s not one is 12 and the other one is 17 or something like that. And then if you want a bigger radius for 25 or something like you don’t want to kind of that users put in all above 20, so to speak. So you have. You have a more consistent design on your site. And even if you kind of let the users use Border Radius for certain things for designing the next one is. Well, I think. Well, just want to say that the presets for Border Radius is definitely a big thing for theme developers. Yeah, I really get that.

\n\n\n\n

The next one is actually a really big thing for anybody who uses WordPress because the command palette comes to the admin dashboard. So you can actually be anywhere in your WordPress admin and then say open Site editor or add page or open style book or something like that. So you don’t have to find the menu. Click 15 times through the menu to find that particular piece there. Or say add CSS. I don’t know if that’s a command yet, but it definitely should be. So it’s a much easier way. And a lot of people might actually appreciate that they can do shortcuts pretty much to get to wherever they need to do. For the power users, it’s definitely an improvement. And I also can see there is. In the roadmap, there was also. That’s actually part of the roadmap that the command palette is available for the admin dashboard. But it’s also a foundational piece to get also AI using some of the commands and also to add. To have plugin use add commands to it that are not connected to the site editor. So plugin developers actually can streamline their processes as well for their users. Yeah, it’s nice. Yeah, it’s cool. Yeah. And I think now we have. Yeah, there’s a media for you. Do you want to go.

\n\n\n\n

Sarah Norris: I can do for the block library, the median text block. So this is retain use featured image hook value during transformations. So I think this is a bug fix that fixes the media and text transformations to and from a cover block. Basically ensures that the use featured image value is retained during the transformation, which is very important. Don’t want to be resetting.

\n\n\n\n

Birgit Pauli-Haack: It’s very important. And kind of adds. Removes an additional step people have to think about. So I already did this. Why do I have to do it again?

\n\n\n\n

Sarah Norris: Yeah, exactly.

\n\n\n\n

Birgit Pauli-Haack: After they migrated. We are at the end of Gutenberg 21.5. Yes, we did it, Sarah.

\n\n\n\n

What’s in Active Development or Discussed

\n\n\n\n

Now we have one section left in our podcast that’s the what’s in active development or discussed. And as I said in the intro we need more blocks.

\n\n\n\n

More Blocks

\n\n\n\n

Matias Ventura, lead architect of Gutenberg and the whole revamping of the admin design, he posted an issue called New Blocks Editions for the Block Library. And there’s a lot of discussions that we would need there if we need them or not need them. But he comes from a point where he says, okay, for theme to have a good create a good experience for their users, it would be helpful to have these kinds of blocks or some, some of them or all of them in there. So there is no doubt that when a theme styles a block or uses it in patterns or in template parts or something like that, that it’s not going to be there. And that’s the experience now that if users use some other block, a theme that assumes there are blocks in there, they get a very confusing message there that so and so block wasn’t installed if they want to install it or something like that. And I think that’s for any new user of the WordPress could work inside editor are not very helpful. And so there are some suggested blocks there. Amongst them, the icons block, the playlist block, the slider, slider or carousel block, a stretchy text block, tabs block, accordion block. We have that Mega menus, math ML block, marquee block, table of content, time to read breadcrumbs and dialogue block. That’s kind of the list. I think it can go on and on and on, but I think it’s a good list there. I felt I’m a little bit okay, the marquee block. Didn’t we outphase that in the, in the 90s already? But I think it comes in handy when you have a news sticker across the top or something like that. MathML I think it’s a good block for educational sites, especially in math education. So I don’t know if that needs to be in the core or it can still be a plugin. Actually, Adam Silverstein created a plugin with the MathML block or the breadcrumbs block. Definitely important because that’s so important that we can help people find their way back. So a lot of people chime in. Aaron Jorban, Mike McAllister, Jeff Paul, Rich Tabor, Joe Dalston, Hendrik Larsen, Jeff Chandler yeah, a lot of people kind of join me in.

\n\n\n\n

Sarah Norris: Yeah, it’s great to see.

\n\n\n\n

Birgit Pauli-Haack: What do you think?

\n\n\n\n

Sarah Norris: It’s great to see so much interaction and conversation about new blocks. I think generally most people think that we should have more blocks, but I think the contention comes down to per block and which one should be added. And I think that’s fine. I think that it’s fine to have a discussion per block about that. But at the moment I think the lack of blocks just limits the flexibility and design opportunities in the editor. So that’s where maybe the decision process is a little bit easier for things like the accordion block, because it’s such an obvious design choice and option to have. Similar to the tabs block, probably the carousel block icons. But then there’s others like you mentioned about MathML maybe would have less users, but that doesn’t mean it shouldn’t be in core. It’s probably just a longer conversation or maybe it doesn’t make it into core. I’m not sure how I feel about the marquee block because I think it’d be really fun to have a marquee block. But I also understand that maybe, you know, not. Not everyone would want to use it. So maybe it doesn’t warrant going in. But then it’s fun, isn’t it?

\n\n\n\n

Birgit Pauli-Haack: So, yeah, there’s fun.

\n\n\n\n

Sarah Norris: I don’t know.

\n\n\n\n

Birgit Pauli-Haack: I have also seen that there’s a developers and user usability. People don’t like sliders and carousels.

\n\n\n\n

Sarah Norris: Right.

\n\n\n\n

Birgit Pauli-Haack: But users or site owners like them very much. Yeah, exactly. So I talked with a few and at WordCamp US I talked with a few agency owners, said, yeah, that’s one of the blocks that we built ourselves because we need it on every single project that we are doing. Yeah. I can’t keep them kind of say, okay, there are alternatives when they want it. You know, our customers want them and so we build them.

\n\n\n\n

Sarah Norris: Yeah.

\n\n\n\n

Birgit Pauli-Haack: And they’re pretty good to. They’re pretty navigational things, so interactive things. So if the site has no activity at all, this is actually getting you back.

\n\n\n\n

Sarah Norris: Yeah, exactly. And so many of these blocks listed in this issue that Matias opened, so many of them already have so much work. They already have a PR or. And they’ve probably just stalled the same question of how do we do this? Why should we do this? Do we need this block? So I think it’s just a case of going through each block and having that conversation. Because the accordion block, I only picked it up and finished it. Jeff had done. Already done so much good work on that and that’s why it was able to be landed so quickly and yeah. In a similar position with many of the others. So, yeah, I’m looking forward to that.

\n\n\n\n

Birgit Pauli-Haack: Yeah. I think the table of contents has received quite a few iterations.

\n\n\n\n

Sarah Norris: Yeah.

\n\n\n\n

Birgit Pauli-Haack: And just a few pieces missing that would make it a little bit more a little easier to handle, but we all kind of found our ways around it. But for that, we always have to install Gutenbergs to have the blocks there. And not everyone wants to use Gutenberg in production. Yeah, still.

\n\n\n\n

All right. Okay. So we are coming to the end of our Gutenberg Changelog podcast. As always, the show notes will be published on GutenbergTimes.com podcast and if you have questions, suggestions, or news that you want us to include, send them to changelogutenbergtimes.com that’s changelogutenburgtimes.com Thank you so much, Sarah, for being here, and thank you to all the listeners for listening. And if you want to review our podcast on several of those directories, like on Apple or on Spotify, please do, as it helps other people to discover it. So thank you for listening, and goodbye and see you at the next one.

\n\n\n\n

Sarah Norris: Bye.

\n\n\n\n

Birgit Pauli-Haack: Bye.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Sep 2025 12:03:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s: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:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Gutenberg Times: Accordion Block, Automattic Telex, Playground CLI and more—Weekend Edition #339\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://gutenbergtimes.com/accordion-block-automattic-telex-playground-cli-and-more-weekend-edition-339/\";s: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:30809:\"

Hi,

\n\n\n\n

WordCamp US was a blast, although a four-day WordCamp felt weird. And after day four I was exhausted. I am almost done dealing with jet lag coming back from the nine-hour time difference. Interestingly enough, I saw way more talks than at previous WordCamps and I enjoyed learning new things. I also caught up with many long-time WordPress friends, most of whom I haven’t seen since the pandemic. My heart is full. \"💕\"

\n\n\n\n

More on WordCamp US below.

\n\n\n\n

I also caught up on a lot of stuff from the rest of the WordPress world, so this weekend edition is really packed.

\n\n\n\n

Wishing you a fantastic weekend.

\n\n\n\n

Yours, \"💕\"
Birgit

\n\n\n\n\n
\n\n\n

WordCamp US 2025

\n\n\n\n

For this week, I just link some recaps post and collect the WordPress TV links of the talks. More to come over the next weeks or so.

\n\n\n\n

Recap posts

\n\n\n\n

There are already quite a few recap posts about WordPress US published. Here is a selection:

\n\n\n\n

Brett McSherry published a recap: Portland Welcomes WordCamp US 2025: A Community Gathering

\n\n\n\n

So did Rae Morey at The Repository WordCamp US 2025 Wraps in Portland: AI Demos, Student Programs, and What’s Next for WordPress

\n\n\n\n

Andy Fragen shared his photo album: WCUS 2025 in Pictures.

\n\n\n\n

Communications Lead at DreamHost, Annette Irwin, reported extensively from each day in Portland, OR:

\n\n\n\n\n\n\n\n

The 5 Best Things About WordCamp US 2025 by Tess Needham, WordPress.com

\n\n\n\n

Recordings

\n\n\n\n

The WordCamp US Livestream recordings are available on YouTube. The AV team is in the process of uploading single talks to WordPressTV

\n\n\n\n

Here is the list of talks I shared in Weekend Edition 338, now with the links to the recordings on WordPress TV

\n\n\n\n\n\n\n\n

AI was a big topic at WCUS 2025 with about a dozen talks from various angles. My recommendations are:

\n\n\n\n\n\n\n\n

The full list of talks is available on WordPress TV here.

\n\n\n\n

The recordings of the workshops are not yet available. I’ll share them in a future Weekend Edition.

\n\n\n\n

Major WordPress events in 2026

\n\n\n\n

2026 is still many months away, but you can’t plan soon enough. Save the dates!

\n\n\n\n
DatesName of the EventLocation
January 23-24, 2026WordCamp NepalButwal, Nepal
April 8-11, 2026PressConfPhoenix, Arizona, USA
April 9–11, 2026WordCamp Asia Mumbai, India
April 23-24, 2026Checkout SummitPalermo, Italy
June 4-6, 2026WordCamp EuropeKrakow, Poland
August 16-19, 2026WordCamp USPhoenix, Arizona, USA
\n\n\n\n

Many more WordCamps are in the early stages. You can check out the schedule on WordCamp.org and also review the WordCamps planned for the rest of 2025.

\n\n\n\n

For the remainder of 2025, I just booked my flight to Gdansk to attend WordCamp Gdynia, September 26 – 28, the first bilingual WordCamp in Poland. And I am contemplating attending WordCamp Pisa in November.

\n\n\n\n

Developing Gutenberg and WordPress

\n\n\n\n

Anne McCarthy and I joined Nathan Wrigley on the 4th episode of the “At the Core” podcast series of WPBuilds. We talked about the Admins design and AI building blocks, the Roadmap for 6.9, the command line for WPAdmin, and Speculative loading. It was a fun, fast-paced conversation.

\n\n\n\n
\"\"
\n\n\n\n
\n\n\n\n

Aki Hamano released Gutenberg 21.5 and highlighted in his post What’s new in Gutenberg 21.5? (27 August)

\n\n\n\n
    \n
  1. Introducing Accordion block
  2. \n\n\n\n
  3. Command Palette in admin dashboard
  4. \n\n\n\n
  5. Support border radius presets
  6. \n
\n\n\n\n
\"\"
\n\n\n\n
\n

\"🎙\" The latest episode is Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks with special guest Sarah Norris.

\n\n\n\n
\"\"
\n\n\n\n

If you are listening via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It’ll help with the distribution.

\n
\n\n\n\n

Plugins, Themes, and Tools for #nocode site builders and owners

\n\n\n\n

In her post on the WooCommerce Developer Blog, Stephanie Pi walks you through the updates coming to WooCommerce 10.2. Get ready for the Product Collection Carousel and Bloc, simplified templates, a faster Cart Block, improved taxonomy filters, and so much more. Beta 2 is scheduled for September 8th, and the final release drops on September 16th, 2025.

\n\n\n\n
\"Product
\n\n\n\n
\n\n\n\n

Wes Theron explains in this video how to work with WordPress templates. You’ll learn the difference between pages and templates in WordPress and how templates control the layout and structure of your pages—including headers, footers, and content—without affecting the content itself. Theron explored how editing templates impacts all pages using them, and showed practical examples using the Pages Template, Single Posts Template, All Archives Template, 404 Template, and your homepage.

\n\n\n
\n
\n\n
\n
\n\n\n
\n\n\n\n

Ajit Bohra, Lubus, announced that their open-source Tabs Block is now available in the WordPress repository. Users can create horizontal or vertical tabs directly inside the WordPress Block Editor. Documentation can be found on GitHub Wiki

\n\n\n\n
\"Tabs
\n\n\n\n
\n\n\n\n

Kevin Batdorf published the Fit To Width block in the WordPress repository. The block is used for displaying each line of text at full width, no matter the length of the text.

\n\n\n\n
\"screenshot
\n\n\n\n
\n\n\n\n

Ryan Welcher released v4.3.0v of his Advanced Query Loop block in the WordPress repository. The update introduces a new post exclusion tool, a completely overhauled Post Meta Queries UI, and a new option for Meta Type.

\n\n\n\n

Theme Development for Full Site Editing and Blocks

\n\n\n\n

Justin Tadlock posted his take on the overall question: Why WordPress Core needs more blocks. He used to support keeping WordPress lean, but block themes changed everything. Now theme builders have way fewer tools compared to before—you can’t just include breadcrumbs, accordions, or icons without finding specific blocks for them. When users don’t have the right blocks installed, they get ugly error messages. He wants WordPress to include more core blocks like tabs, icons, and accordions so theme creators can actually build what they envision without hitting brick walls. What do you think? Leave a comment on Tadlock’s post or on the GitHub issue: New Block additions for the Block Library.

\n\n\n\n
\n\n\n\n

In January, Arun R Shenoy held a talk at WordCamp Kolhapur with the title Crafting Attractive Block Themes Using the Block Editor Alone. The recording is now online on WordPressTV. Shenoy explored “minimalist design and the capabilities of the Block Editor. No coding or complex tools—just the editor and your creative vision.” He explained the basics for those who haven’t used the Site Editor yet and want to learn more. The slidedeck is also available online.

\n\n\n\n
\"Screenshot
\n\n\n
\n

“Keeping up with Gutenberg – Index 2025”
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. 2024 on. Updated by yours truly. The previous years are also available: 2020 | 2021 | 2022 | 2023 | 2024

\n
\n\n\n

Building Blocks and Tools for the Block editor

\n\n\n\n

The head of engineering at The Code Company, Zac Hickson took a look at the question: Is The WordPress Interactivity API Enterprise-Ready? After a year of testing, they found it’s good to go since WordPress 6.5, making things easier by cutting down technical debt and boosting performance while sticking to the WordPress ecosystem. It handles standard interactive bits pretty well, but you’ll want to plan carefully for those trickier apps. It’s perfect for teams that live and breathe WordPress and want a simpler front-end setup.

\n\n\n\n

The article takes a look at the WordPress Interactivity API by testing it out in real-life client projects. It dives into how ready it is technically, compares its performance against React, Vue, Alpine.js, and jQuery, and shares some cool case studies, like multi-site subscription systems and interactive camera demos. Plus, it gives some tips on how to implement it and some advice on when to pick this API over the others. The whole analysis is all about figuring out how doable this is for organizations that are all about WordPress.

\n\n\n\n
\n\n\n\n

Author Paulo Carvajal‘s new guide, Mastering Complex Attributes in WordPress Blocks: Handling Objects, Arrays, and Nested Data, teaches developers how to work with complex data in block attributes beyond simple text and toggles. It covers arrays for repeatable content like galleries, objects for grouped settings, and nested data structures. The tutorial shows code examples for managing state properly, validating data, and handling performance issues. It explains how to create sophisticated blocks like testimonial sliders while keeping the editing experience user-friendly and avoiding common pitfalls with state management.

\n\n\n\n

WordPress Developer Blog

\n\n\n\n

Troy Chaplin continues sharing his experience, his workflow and plugin setup on the WordPress Developer Blog with two articles:

\n\n\n\n\n\n\n\n

Don’t miss a new article ever again. Subscribe to the WordPress Developer Blog!

\n\n\n\n
\n\n\n\n

Justin Tadlock and Abar Thakor discussed How to Start Contributing to the WordPress Developer Blog (Even If You’re New) in an episode on the OpenChannels network. Don’t wait to be an expert before contributing to the WordPress Developer Blog. Even beginners can share small solutions, guides, or case studies they’ve built. Start by browsing existing posts for inspiration, then share your idea on the GitHub discussion panel. The editorial team is super helpful and will work with you to polish your writing. Your beginner perspective might be exactly what other new developers need to see.

\n\n\n\n

Artificial intelligence (AI) and WordPress

\n\n\n\n

A new AI Tool, Automattic Telex, makes it easier to build Blocks for the block editor. Matt Mullenweg announced it in his keynote.

\n\n\n\n

Rae Morey, The Repository, reports on the reception around the Interwebs. Automattic Debuts Telex, Bringing AI-Powered “Vibe Coding” to Gutenberg Blocks.

\n\n\n\n

Sarah Perez at TechCrunch also picked up the story: WordPress shows off Telex, its experimental AI development tool

\n\n\n\n

Don’t be shy, give it a whirl, share your feedback, and leave a comment.

\n\n\n\n
\n\n\n\n

Grzegorz Ziółkowski released the Composer package wordpress/abilities-api. WordPress developers can now test the Abilities API before it officially launches in WordPress 6.9. The Abilities API creates a common language for all WordPress components to define their functionalities, making it easier for both humans and machines to understand. By using this shared language, plugins, and themes can help AI solutions find, interpret, and use capabilities across the WordPress ecosystem. You can learn more about this new feature on the Make blog of the AI Team.

\n\n\n\n

What’s new for WordPress Playground

\n\n\n\n

In this episode on the OpenChannels Learn How WordPress Playground Revolutionizes Local Development Testing and Learning Abha Thakor and Fellyph Cintra discuss WordPress Playground, its features, accessibility, and impact on developers and users. One new feature is the Playground Command line interface (CLI). You can use the playground CLI to spin up a WordPress instance directly from your plugin or theme folder by using with the --auto-mount flag with the command. This gives you a complete development environment in seconds.

\n\n\n\n

npx @wp-playground/cli server --auto-mount

\n\n\n\n

Recent updates also added a demo content for the plan Playground site, when accessing playground.wordpress.net

\n\n\n\n
\"\"
\n\n\n\n
\n\n\n
\n

Need a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.

\n\n\n\n

Now also available via WordPress Playground. There is no need for a test site locally or on a server. Have you been using it? Email me with your experience

\n\n\n\n

\"GitHub

\n
\n\n\n

Questions? Suggestions? Ideas?
Don’t hesitate to send them via email or
send me a message on WordPress Slack or Twitter @bph.

\n\n\n\n
\n\n\n\n

For questions to be answered on the Gutenberg Changelog,
send them to changelog@gutenbergtimes.com

\n\n\n\n
\n\n\n
\n

Featured Image: Photo by Peter Nguyen on Unsplash

\n\n\n\n
\n\n\n\n

Don’t want to miss the next Weekend Edition?

\n\n\n

We hate spam, too, and won’t give your email address to anyone
except Mailchimp to send out our Weekend Edition

Thanks for subscribing.
\n\n\n
\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Sep 2025 04:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Happy Birthday Anil\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2025/09/anil-50/\";s: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:1031:\"

If my calendar is correct, one of the OG bloggers Anil Dash is turning 50 today! His blog, which I believe has been active since 1999, inspired me with how he effortlessly transitioned between his top-tier fandom of Prince and his thoughtful commentary on the nuances and second-order effects of what we were doing with blogging, micro-blogging, web standards, interoperability, and much more. His writing is incisive and insightful. I see a core flame of empowering independents throughout his career that very much aligns with the philosophies I aspire to. Please follow him if you don’t already, and happy birthday Anil! It appears that I have linked to him 15 times on my blog before this post, and he has commented 17+ times, the first in 2005, so we have some history! Since I started drafting this he published his Five for Fifty birthday post.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Sep 2025 18:46: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Open Channels FM: Expanding WordPress Capabilities with Angie and the Power of Multi-Agentic AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=109343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/expanding-wordpress-capabilities-with-angie-and-the-power-of-multi-agentic-ai/\";s: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:339:\"In this episode of the Dev Pulse, Expand the Stack series, host Zach Stepek broadcasts straight from the show floor at WordCamp US 2025, where he dives into the latest innovations shaking up the WordPress community. Zach catches up with Shilo Eish Yemini and Miriam Schwab from the Elementor team in their unmistakably pink booth […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Sep 2025 08:22: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: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:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Simon Says\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2025/09/simon-says/\";s: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:237:\"

Simon Willison has vibe-coded 124 useful tools. Also check out his Lethal Trifecta presentation.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Sep 2025 01:31: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Bridging WordPress and the Cloud Industry at CloudFest USA in Miami\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://openchannels.fm/bridging-wordpress-and-the-cloud-industry-at-cloudfest-usa-in-miami/\";s: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:212:\"In this episode, Adam Weeks and Jonathan Wold discuss CloudFest USA, connecting WordPress and cloud industries. Wold highlights networking opportunities, his upcoming chat with Mary Hubbard, and event uniqueness.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2025 13: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:39;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Open Channels FM: The Power of Teaching as a Beginner: How Fresh Learners Make Great Instructors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=105423\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/the-power-of-teaching-as-a-beginner-how-fresh-learners-make-great-instructors/\";s: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:324:\"When we picture great teachers, many of us imagine experts with decades of experience. But what if some of the most impactful educators are those who just learned the ropes themselves? In a recent episode of Open Channels FM, guest Nyasha Green and host Carl Alexander dove deep into this idea and what they shared […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2025 10:28:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:40;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Matt: God & Devil Debate HI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2025/09/en-passant/\";s: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:1358:\"

There are many levels to the excellent Scott Alexander satire of God, Iblis (Islamic word for devil), and Dwarkesh Patel, one of the best new podcasters of this era.

\n\n\n\n
\n

There are people who have gone their whole lives without realizing that Twinkle Twinkle Little Star, Baa Baa Black Sheep, and the ABC Song are all the same tune […]

\n\n\n\n

If they’re used to stories about surgeons getting completed with the string “man”, then that’s the direction their thoughts will always go… Also, how come God can’t make humans speak normally? Everything they say is full of these um dashes!

\n
\n\n\n\n

Which leads to a hat tip to Brian Gardner on the incredible McSweeney’s Em dash responding to the the AI allegations.

\n\n\n\n
\n

So next time you read something and think, “AI wrote this—it has a lot of em dashes,” ask yourself: Is it AI? Or is it just a poet trying to give you vertigo in four lines or fewer?

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Sep 2025 23:04: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:17:\"\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:41:\"HeroPress: HeroPress at WordCamp US 2025!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=8186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://heropress.com/heropress-at-wordcamp-us-2025/#utm_source=rss&utm_medium=rss&utm_campaign=heropress-at-wordcamp-us-2025\";s: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:10885:\"\"A

I wasn’t sure I was going to make it to WordCamp US this year, but at almost the last minute, WordPress.com helped me out with travel and accommodations! More on that below.

\n\n\n\n

Contributor Day

\n\n\n\n

The first day was contributor day and I was a table lead. I think we had more people this year than any other year before. I started the day showing 4 or 5 people how to become contributors, and they each uploaded 20 photos or so. All told we moderated about 160 photos during the day, and pushed the total over 26,000. I also made some great new friends!

\n\n\n\n

Photography

\n\n\n\n

For the first time ever I was on the WordCamp Photography team. I feel like it’s a great honor because don’t really think of myself as a photographer, and I don’t even own a “real” camera, I just use my iPhone. I do have some lenses from Moment.io which are cool, but they’re not a patch on some of the big crazy lenses I saw around. I took several hundred pictures over the week, here are just a few:

\n\n\n\n\n\n\n\n

\n\n\n\n

The Mural

\n\n\n\n

In addition to the regular photos, I got a series of Jax Ko making a WordCamp mural. They painted for 2 straight days, and I took a photo about every 2 hours. Here’s the progression in slideshow format:

\n\n\n\n
\n\n\n\n

How I Got There

\n\n\n\n
\"\"
\n\n\n\n

As I mentioned at the top, WordPress.com was my sponsor to get to WordCamp US this year. I really wanted to attend, I’ve never missed one! They very generously offered to help me get there and cover my hotel. More than that though, folks from .com at WordCamp sought me out and told me how glad they were that I was there. It was a very welcoming gesture.

\n\n\n\n

If you haven’t looked at WordPress.com for hosting in a while, you should check it out. There have been some substantial changes in the last few years, there are some great new features.

\n\n\n\n
\"WordPress.com
\n\n\n\n

While many people may have thought of WordPress.com as a “free blog” platform only, WordPress.com has been a full-featured host for years. At the business and commerce plan level the plugin library is available for both free and paid plugins, which is great, and for more advanced users and developers they offer features like staging servers, SSH access, WP-CLI, github deployments, and a local development environment. That local dev environment allows you to copy sites from production to local and then push back to either staging or production. This lets you to work on your site without disrupting your visitors’ experiences.

\n\n\n\n

Even if you don’t have hosting needs at the moment, you can still get involved! They have a great affiliate program, check it out here.

\n

The post HeroPress at WordCamp US 2025! appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Sep 2025 18:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Open Channels FM: Open Channels FM Joins as a Media Partner for CloudFest USA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=106125\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/open-channels-fm-joins-as-a-media-partner-for-cloudfest-usa/\";s: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:167:\"Open Channels FM partners with CloudFest USA in Miami on November 5-6, highlighting keynotes, panels, and networking opportunities for cloud and hosting professionals.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Sep 2025 16:36: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:43;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"WPTavern: #183 – Destiny Kanno, Isotta Peira and Anand Upadhyay on how WordPress is shaping the future of education for students worldwide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=199013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://wptavern.com/podcast/183-destiny-kanno-isotta-peira-and-anand-upadhyay-on-how-wordpress-is-shaping-the-future-of-education-for-students-worldwide\";s: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:75449:\"
Transcript
\n

[00:00:19] Nathan Wrigley: Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.

\n\n\n\n

Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, how WordPress is shaping the future of education for students worldwide.

\n\n\n\n

If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.

\n\n\n\n

If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.

\n\n\n\n

So on the podcast today, we have Destiny Kanno, Isotta Peira, and Anand Upadhyay.

\n\n\n\n

Destiny is the Head of Community Education at Automattic. Isotta is the leader of the WordPress Credits Initiative for students, and Anand is the founder of WordPress Campus Connect.

\n\n\n\n

This episode is all about how WordPress is not only powering websites, but also empowering the next generation of learners and creators. You’ll hear about the growing movement of education focused WordPress events happening worldwide, from hands-on workshops on university campuses in India, to student clubs designed to keep the momentum going after introductory events.

\n\n\n\n

Anand shares how WP Campus Connect is bringing WordPress directly to students, reducing barriers to entry, and helping bridge the gap between academic learning and real world tech skills. We also explore the challenges of organizing these events, from convincing institutions of the value of open source, to fostering genuine community involvement among both students and educators.

\n\n\n\n

Isotta then introduces us to the WordPress Credits Program, an initiative that lets students turn their contributions to the WordPress ecosystem into recognized academic credits at universities like, Pisa in Italy. It’s a win-win. Students gain practical resume worthy experience, while educational institutions get a transferable, skills focused, program that prepares learners for the jobs of the future.

\n\n\n\n

Whether you’re an educator, a WordPress enthusiast, or just someone who cares about open source and community, this episode is packed with actionable insights. The guests share how flexible and resilient these education initiatives are, how you can get involved, and why engaging the next generation is not just important, but essential for the continued growth and sustainability of the WordPress community.

\n\n\n\n

It’s a truly inspiring episode, and is at the intersection of so many areas of profound importance.

\n\n\n\n

If you’re curious about how to bring WordPress into your local school, university, or community, or if you just want to hear how WordPress is making a difference far beyond the web, this episode is for you.

\n\n\n\n

If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.

\n\n\n\n

And so without further delay, I bring you Destiny Kanno, Isotta Peira and Anand Upadhyay.

\n\n\n\n

I am joined on the podcast by Destiny Kanno, by Isotta Peira, and also by Anand Upadhyay. Welcome all three of you. Thanks for joining me today.

\n\n\n\n

Now just before we begin this podcast, we’re going to be talking about education, the education landscape, and how WordPress combines with that. I hope during the course of this conversation, you will get an impression that this is something which is very dear to my heart. We don’t need to go into that, but this is about the most profoundly purposeful use of a CMS that I can actually imagine. I mean, I’m sure there’s other scenarios for other people, but for me, this is the perfect sweet spot. Education, WordPress, open source software. It doesn’t basically get better than that for me.

\n\n\n\n

So with that out of the way, I think it would be good to go round the houses one at a time and just give a little short biography of who you are, where you work, what your history is with WordPress, something like that. You can make it as long or as short as you like, but if we keep it under a minute, maybe something like that, that would be good. So let’s go to Destiny first.

\n\n\n\n

[00:04:46] Destiny Kanno: Yes. Hi there, I’m Destiny. I’m currently head of community education at Automattic. I’m a sponsored contributor in the .org space. And yes, before working on the exciting new initiatives we’re going to chat through today, I was working alongside the training team, two years as a training team rep, helping build out content, like online workshops and courses and learning pathways. And I was part of the group of folks that brought that new relaunch live last year. So yeah, exciting stuff, and that’s what I’m up to right now.

\n\n\n\n

[00:05:23] Nathan Wrigley: Okay, that’s great. Thank you so much. We have some context there, that’s lovely. And okay, let’s go to Isotta. Do you want to give us your bio next?

\n\n\n\n

[00:05:30] Isotta Peira: Sure. Thanks a lot Nathan for inviting us and, yeah. I’m Isotta, I’ve been around the community since, WordPress community since 2022 when I joined Automattic, and I’ve been a sponsored contributor since then. For the past year, three years, four years, I’ve been contributing full time to the community team. And recently this year I switched on to the educational initiative, and I’m currently leading the WordPress Credits program for students.

\n\n\n\n

[00:06:01] Nathan Wrigley: Okay, thank you very much. And finally, Anand.

\n\n\n\n

[00:06:04] Anand Upadhyay: Hi, my name is Anand, and I am running a WordPress plugin development company WPVibes. I am a user of WordPress from the last 15 years, since 2010 I’m using WordPress for various purposes.

\n\n\n\n

I have been contributing to WordPress through much multiple channels like Core, docs, polyglots, jumping from one team to another. And from the last year, I have found like my new passion. Just like you, I am also passionate about education and teaching. So from the last year, I found this idea of WordPress Campus Connect, and currently I’m very much involved in trying to bring it to the broader community.

\n\n\n\n

[00:06:39] Nathan Wrigley: Thank you so much. So I think we’ve established that the panelists today, there’s a lot of really meaningful contributions in all of your past, especially around WordPress and education. So let’s dig into that a little bit. As I said at the top of this show, I can’t see a more meaningful use of WordPress, frankly.

\n\n\n\n

I mean, I don’t know what it’s like in the places where you live, but in the UK where I live, education is one of those things where we like to talk about it being a priority, but the finances kind of don’t really match up to that aspiration. And so things like ICT, websites, coding, all of that, it’s a nice thing to have, but I think often it gets left in the background a little bit.

\n\n\n\n

And because of that, things like open source platforms, I feel there’s a really great use of that, not only from the educator’s point of view, you know, people that can use those platforms to help with their class education, maybe set up a community website, maybe set up a school website or something like that. But also from the point of view of learners, people who wish to get a leg up in life, and figure that maybe learning technology and learning how to build on the web is a credible place for them to start.

\n\n\n\n

So let’s just go through, where is WordPress at the moment in the educational landscape? I know that’s incredibly broad because we haven’t sort of pinned it down to any of the projects. Where are we at? What are the initiatives that are going on at the moment? So, again, anybody that wants to jump in, if we do a bit of crosstalking, so be it. But anybody that wants to jump in, just go for it.

\n\n\n\n

[00:08:13] Destiny Kanno: I’ll start from like what I’ve observed a little bit. I’m pretty new to the Community Team itself and this event space, but I have seen that there have been a few education related events happening throughout the years, regardless of WordPress Campus Connect.

\n\n\n\n

Like in Africa, they recently had their, I think it’s annual event, I believe in Uganda. And that has been going on for a while. It just hasn’t been under like the name WordPress Campus Connect.

\n\n\n\n

And then I believe as well, and correct me if I’m wrong, there was, with Sebastian in Poland, this like WordPress Academy, like they’re also doing like education type events and initiatives. But when it comes to now this WordPress Campus Connect, it’s an official event series, like do_action. It has like more intention around that. And I think because when you go in and you, you know, apply to organise, and now there’s this way to do it through WordPress Campus Connect, it’s just going to bring those initiatives that are already happening into like a more streamlined funnel of people seeing that it’s happening, I think, in a more, how do I say it?

\n\n\n\n

[00:09:21] Nathan Wrigley: Cohesive would be the word.

\n\n\n\n

[00:09:22] Destiny Kanno: Yeah, cohesive way. Thank you.

\n\n\n\n

[00:09:24] Nathan Wrigley: Yeah, so I guess what you’re saying there is that there’s a lot of people out there in the WordPress community, many of whom might be educators or, you know, working in a school or what have you, and that they’ve rolled their own thing like we all have with WordPress. And that’s great. That’s one of the benefits of having open source software. You download it, roll your own, what have you.

\n\n\n\n

But it’s also, it’s nice, it’s meaningful, it’s impactful if everybody can see, oh, there’s a bigger, kind of more organised piece somewhere. And it may not fit exactly what I’m doing, but at least I can see that it can be deployed this way. Maybe I can talk to those people, get some intuitions and ideas from those people and what have you, yeah.

\n\n\n\n

[00:10:01] Isotta Peira: I wanted to jump in and connect with what Destiny was saying because this is exactly what happened from the community perspective. So talking about events, a few years ago we were seeing the Training Team doing a lot of great progress around education and the Community Team around events. But we weren’t that connected between contribution teams. And we’ve also, as like project wise, we were seeing also the need to bring a different type of audience to the WordPress events.

\n\n\n\n

And we weren’t exploring at all the education field. With all the students around the world, we weren’t like taking care of them in our programs. So from the Community Team, they kind of encourage organisers all over the world to come up with new diverse format for events. And in 2023 it was launched this, it was called at the time next generation of WordPress events.

\n\n\n\n

And one of the formats that stood out was exactly the Campus Connect brought up by Anand and the community. And other events like the Website challenge, and the others that’s been mentioned. And as he was saying, then we have had the time now to come back, connect the pieces between different contribution teams, and be able to offer something recognisable, standardised, something not as overwhelming as sometimes open source programs are.

\n\n\n\n

And so we hope not just to reach a wider audience of students, but also to empower more teachers, more trainings, and anybody else in the community into bringing WordPress in any different type of education at different levels. With the support of course of the community.

\n\n\n\n

[00:11:47] Nathan Wrigley: We will get into the bits that WP Campus Connect do in a moment, but just coming back to something that you said there, it feels to me, if I browse around in the WordPress landscape, and trust me, I browse around in the WordPress landscape rather a lot. It always feels to me as if, how to describe this, initiatives where companies sell WordPress on, they build things and there’s a fee involved. You know, so you’re a web agency or what have you, you build the thing and you sell it on.

\n\n\n\n

That seems to dominate the conversation. And the more philanthropic side of things, the education piece, the bit where you’re just, you’re doing the work because it’s meaningful, and perhaps you are not getting remunerated for it. That bit somehow gets, well, it gets ignored. It somehow is the silent relation of the for-profit things. You know, you hang out in Facebook groups and you hang out on Twitter, X, whatever, online, it’s always the for-profit bit, which seems to be making the noise, you know, the plugins, the themes, and rah, rah, rah.

\n\n\n\n

And this kind of stuff seems to get left. And I don’t know why that is, but it’s, hopefully this podcast is addressing some of that.

\n\n\n\n

Anyway, sorry Anand, I think it’s your turn to have a little bit of a chat with us. Tell us about, yeah, the same question really, your experience in the education space and where you think WordPress is at at the moment.

\n\n\n\n

[00:13:02] Anand Upadhyay: Yeah, so just as you explained about the state of education in the UK, so the same is in our region, India as well. So students in the academic life are slightly disconnected with the, what is happening in the industry? So there is like a gap between the academics and the industry. So through these kind of events, we are empowering the students to come closer to what really happening in there.

\n\n\n\n

And we are also helping them to make aware about the various carrier opportunities that WordPress ecosystem can bring to them. It’s not like about just one thing, it’s also about if someone is interested in programming, someone is interested in designing, SEO, content. So there is something for everyone, right?

\n\n\n\n

So with this program, we are trying to connect the students with the various career opportunities, and also trying to bring some fresh energy to the WordPress ecosystem. They can become the contributors, they can bring their own fresh perspective. Because I have read somewhere the WordPress community in many areas is aging. We need that new fresh energy. So this kind of program can also address that problem.

\n\n\n\n

It’s always good to have more people getting involved in the contribution, like sort of just started with the WP Credit, which is bringing actually students to the contribution. And the Campus program is trying to introduce them to the WordPress. So all these kind of programmers combined with working towards getting more and more people getting involved in the WordPress ecosystem, and trying to make the project more sustainable in the long run.

\n\n\n\n

[00:14:28] Nathan Wrigley: It’s kind of interesting, I attend quite a lot of WordPress events, and particularly the flagship events so, you know, the WordCamp Asia’s and Europe’s and US and what have you. And, I think you’re right about the demographic. The demographic definitely skews older. It’s hard to see anything above, I would imagine 10% of the crowd that would be under the age of 20. I have no data to back any of that up. I’m kind of putting my finger in the air a little bit.

\n\n\n\n

But it feels like that. It feels like the demographic is, I don’t know, 30, 35, 40 and above. And if that were the only reason that you were doing WP Campus Connect, that in itself would be a credible reason, you know? But obviously there’s a lot more to it than that. But just that alone would be significant and important.

\n\n\n\n

And I think also, in a world dominated by proprietary platforms where everything is siloed, you don’t own your own data, the experience is exciting because there’s some kind of algorithm trying to hook into your brainstem, then we need to get these young people. And because we don’t have the marketing budgets of a Facebook or a TikTok or what have you, then we have to do it in different ways. And attaching an event to a campus, to a university, to an educational institution is a great way I think of doing this.

\n\n\n\n

So firstly, bravo, for getting this thing off the ground. Perhaps this one is for Anand again. I don’t know if he wants to take this question, but can you just describe what WP Campus Connect is? What’s involved in that? What’s the age group? Where are you doing it predominantly? How long has it been going? As much or as little as you like. And depending on what you give back to us, we can take it from there.

\n\n\n\n

[00:16:09] Anand Upadhyay: Yeah, so WordPress Campus Connect, there is no like fixed criteria on to whom you are going to deliver this. So the only thing is we are going to the students, we are going to their campus. We are not creating a kind of WordCamp kind of thing, or centralised workshop where everybody is coming to our venue and we are delivering them the knowledge, but it’s about going to their campus. And because this will reduce the friction, like if we are going to organise an event, centralised event, we are inviting everyone to join, then there will be a friction. A lot of people might not going to join. Maybe there were some valid reasons as well.

\n\n\n\n

So with Campus Connect, we are going to their campus and delivering the WordPress knowledge to them. And so far we have done this in the universities, postgraduate colleges, undergraduate students. And we are helping them to understand the WordPress, how WordPress can be a career choice for them, and how WordPress can be useful for whatever their interest is.

\n\n\n\n

Because as I already said, that there is students, if we are going to a college or university, that every student might have different kind of interests. Maybe they are enrolled in the same course, but still they have, might have some different kind of interests.

\n\n\n\n

So we are trying to explain them that they are with various career opportunities available so you can jump in. And we are doing it through the hands-on workshops. It’s not like that we are just doing a kind of seminar or lecture kind of thing. We are doing it in form of a kind of a hands-on workshop, like five to six hour workshop where we will help them to build their first website.

\n\n\n\n

And it’s not about like we want to make them expert in six hours. It’s not possible. So what we want to do is, we want to give them a feeling of accomplishment. This is something that is something interesting and this is something that we can use and build something.

\n\n\n\n

So this way, if they get some, after six hour workshop or five hours workshop, if they’re coming out with kind of feeling of accomplishment that this is interesting, we should explore it further, we should explore it more. So that’s our win.

\n\n\n\n

[00:18:05] Nathan Wrigley: Can I ask, in the part of the world where you are, is there a real hunger for this? Is there a real appetite for this? Because with the best will in the world, I think there might be a geographical divide in terms of interest and hunger for things like WordPress. And again, there’s no heuristics behind this, this is me supposing from what I’ve heard and conversations that I have had.

\n\n\n\n

It feels like in your part of the world, and you only have to look at plugin contributions, contributions to Core, events that are taking place in your neck of the woods. It seems like there’s a real appetite for it, that there may not be quite in the part of the world where I am from. So first of all, can we speak to that? Is that the case? Is it like, you know, you put this stuff on and people show up? You build it and they come?

\n\n\n\n

[00:18:56] Anand Upadhyay: Yeah, so there is a quite hunger. India is like a kind of a very large country and if you count the number of WordCamps that happening in India every year, it’s quite big. Right now, these are like two, three months where we don’t have any WordCamps because it’s mostly the rainy season in everywhere. Otherwise every month you will have one or two WordCamps. And the communities that are organising WordCamps struggle to find a date that is not conflicting with another WordCamp in the same country. So that’s how the things happen.

\n\n\n\n

If you talk about the beginning of this year, first three weekends have WordCamps in India, and all were very successful. So there is a kind of WordPress community is very engaging in India, and so the way everywhere.

\n\n\n\n

And also if you talk about the hunger in the students, so it can vary about what they are learning, what their background is, where they’re located. But, yeah, students from what we have interacted, because we interacted with the students who doesn’t have any knowledge. We got a very good response. We saw them talking about like, oh, this is great. We can do something amazing with this. We have a lot of ideas already. This is something that we can use to implement those ideas.

\n\n\n\n

So there is surely a hunger, but we just need to give them a path like, this is the path, and you can follow this. And we need to ensure them, there’s big opportunities, big market opportunities are also waiting for them if they excellent with some skills in this segment.

\n\n\n\n

[00:20:20] Nathan Wrigley: Yeah, I think it’s true to say that more or less every young person, let’s go, child or young adult or what have you, has some sort of insatiable appetite to learn. But given the education that they’re presented with, given the opportunities that are put in front of them, their experience of life later on will be very different. And so if WordPress never comes on the menu for them, if nobody ever suggests, well, have a look at this thing, then they’ll never know about this thing. This whole wonderful world of online publishing and all of the myriad things that you can do around the WordPress ecosystem. And so WP Campus Connect, I guess is facilitating that.

\n\n\n\n

Now, curiously though, you said that you go to where the educational institution is. How does that work? How do you connect, so again, this doesn’t have to go to Anand, this can go to anybody. How do you connect the educator, let’s say, or the institution that wishes to put something on because, you know, their students might like it. How do you connect the educational institution with the people who then go in and provide this WordPress workshop and training? How does that work? How does that get paid for? Is it all voluntary? There’s a lot in there to unpack, but I hope you get the thrust of my question. How do all those jigsaw pieces fit together?

\n\n\n\n

[00:21:37] Anand Upadhyay: The first thing is it’s all voluntary. So just like in a WordCamp, we have an organising team, a team of organisers and speakers. Nobody’s getting paid for this. We are also doing it voluntary. We have a team of organisers, not specifically to me, every WordCamp has a team of organisers, have a team of volunteers, workshop facilitators who are organising the workshops. So it’s all voluntary, nobody’s getting paid.

\n\n\n\n

And also it’s free for students as well. There is no charge for students from the WordPress Campus team. So it’s not like we are putting a kind of a ticket to them. It’s completely free. Going to your question about getting the institutes convinced for letting us do the workshop in their campus, so it’s kind of a tricky thing.

\n\n\n\n

The first time we reached out to the institute, so it was very tricky. I get to the college with a pitch deck. So I pitched the complete idea, complete presentation to show them what is WordPress, what are the kind of community thing? Because every institute has this question like, why you are doing this? What are your benefit?

\n\n\n\n

And It’s the same thing that you said, we have to pass that bureaucracy before getting to the better benefit of the student. We have to go to the bureaucracy. And it’s a genuine question in their mind as well, because, not a lot of such communities exist that are doing these kind of free things voluntarily. For the students. So the first question we were asked is, why are you doing this? What are your benefits? And don’t expect anything from us.

\n\n\n\n

[00:22:58] Nathan Wrigley: It rings so bizarre in the world in which we live. Everything about that screams, hang on. Wait, where’s the catch? Where’s the sales pitch? What’s going to happen after the fact?

\n\n\n\n

[00:23:10] Anand Upadhyay: We have to work on with this way and we have to explain like complete things. We showed them that these are the big events that in the WordCamp ecosystem happens, and we are trying to create a unique initiative for students and we’ll be delivering everything free to them. And we were not going to charge, we just need you to provide the students and the required infrastructure.

\n\n\n\n

So the pitch is really tough. In some institutes we got very understanding people who understood what we are saying. Within the next 15 minutes, we got them convinced. In some places we have to discuss a lot of questions. But yeah, it was again, interesting experience as well. We got some general feedback from them as, because last time it was the very first time we were doing this kind of thing. We don’t have any reference, like we just have an idea like we are going through this thing. So we also brainstorm with them like, what are the expectation of your students? They also gave us some suggestions.

\n\n\n\n

So because in every institute you’ll find different kind of students, you have to plan your workshops, you have to plan your workflow according to the interest of the students. So that’s how we approached, yeah, to convince the institute is the most tricky part. Because other than that, if you have to do workshop, we have our facilitators who are already working in WordPress. So it’s not difficult for them to deliver the same knowledge to adults. The only barrier that we have is to convince the college and universities to join and become a partner.

\n\n\n\n

[00:24:32] Nathan Wrigley: And has that journey, that, I guess bridge that you’ve got to cross, has that now become more straightforward? In that, you’ve got a history of things that you’ve done. So it’s now more a case of, look, here’s the testimonials. Here’s the things that have happened. We have credibility, we’ve done it before. This is not brand new. Has that become an easier journey? In other words, the door is more open than it was the first few times around.

\n\n\n\n

[00:24:54] Anand Upadhyay: Yeah, so the last year it was very tough. We have to reach up to them, take appointment, go there and spend some time there. And this year in the institute where we have done this last year, I just sent them a message like, we are doing it again, and if you want to be a part, just fill this form and we will discuss further.

\n\n\n\n

It works. So it’s much easier. And to those who are not a partner last year, but they have seen our post on the social media after the event, and they reached out to us like somehow we missed it, this time connect with us whenever you are doing it again. So once you have done this thing, you have a credibility and you can just showcase them.

\n\n\n\n

After that event, we have got a lot of the students joining our meetup. Before that, I’m running our city meetup from 2017, and we barely get 10 to 12 members in every meetup. Right now we are doing the meetups of 40 to 50 members. And it’s a kind of amazing thing. And it’s not only about having a lot of the students only. After seeing the students joining in, after seeing our pictures and the sort of local community going on, some professionals are also jumping in to join the meetups.

\n\n\n\n

Because they see that there is something valuable going on. So they’re also joining. So this is something amazing, because this is a byproduct. You’ll be able to grow your local community. You’ll be able to strengthen your local community more.

\n\n\n\n

[00:26:10] Nathan Wrigley: I have such profound respect for what you are doing. It is almost bringing tears to my eyes. It’s incredible. Everything that you say there is just so philanthropic. It’s just philanthropy all the way down. College students probably don’t have a great deal of money to throw around. They would want to consume education, which will make their life prospects better. They would like that to be as affordable as possible.

\n\n\n\n

And you show up, like here’s a bunch of stuff and it’s completely free. Okay, that’s great. And then there’s this virtuous cycle of, okay, we do it each year. That becomes easier, because the testimonials work, and presumably you can spread out and the ripples will move around where you live. And then hopefully maybe hop through jurisdictions and borders and international, who knows? We can get to that.

\n\n\n\n

But then also this knock on effect, which was maybe unexpected, a consequence that was unexpected of the WordPress community, the meetups that you offer, the swelling there and swelling in the, we talked about the demographics earlier, it’s skewing younger. And if you can attract a percentage of those, and keep them sticking around in the community, they can then take on these roles in the future.

\n\n\n\n

And the whole thing kind of propels itself. What it needed was the prime mover, which was you, which is pretty incredible. So I don’t know if Destiny or Isotta want to add anything. I’m almost speechless.

\n\n\n\n

[00:27:31] Destiny Kanno: I did have like a few points I wanted to add to what everyone’s saying. Reducing barriers has been a huge factor of setting this up. Originally we were using like the previous event organisation form and were like, actually there’s a lot of stuff in here. It doesn’t make sense for this use case. So we really paid a lot of attention to just thinking differently for this, and treating it differently. We don’t have to use the same things as we had before.

\n\n\n\n

And Isotta said before, like it’s standardised in a way, but it’s flexible too. So even though we have this framework that people can come to, we don’t say, you can only do the event in this way. You can have a one day event, you could do a half day event, you could have event series over a couple weeks like Anand is doing, and that is totally cool. Like, however you want to run this, we are open to that, and we’re also here to mentor you and support you in that.

\n\n\n\n

And then I, a thought came to my mind as Anand was talking, and you Nathan as well about like, you know, what’s in it for the volunteers? And I’m like, I think it’s an opportunity for volunteers just as much as it is the students, because they’re also getting exposure to these universities. And I don’t know, maybe someone has an ambition to teach at university someday, or like at least teach about WordPress at a university. So, you know, as you go into these, yes, there’s a hundred percent the philanthropic aspect, but it’s also like a learning experience for you as well as a volunteer to be in that space with the students too.

\n\n\n\n

And then lastly, I wanted to say as well, like going a little bit back about the current climate and how it feels like we are kind of like aging, I’ve also noticed in my experience it’s like, we are all also just, this is probably very like, duh, but we’re all professionals, right? So we’re not really looking to talk to students most of the time. We’re looking to sell something or network or like talk to other professionals. So I do think that this is a great way to bring in that new batch of folks that are going to become professionals, hopefully in the WordPress space. But yeah, it’s just that renewal instead of like just trying to sell or buy from whoever’s there based off of whatever you’re currently working on in the WordPress space.

\n\n\n\n

[00:29:46] Nathan Wrigley: Thank you. Isotta, anything you want to throw in at this point?

\n\n\n\n

[00:29:49] Isotta Peira: Of course. I want to add one point about the aging discussion that we were having, because also, in my opinion, it is true what you, Nathan, said at the beginning that just only the fact of reaching younger people is a way to make the project more sustainable, long term. But also I would love everyone to think about the other way around, because what is WordPress giving to all these younger generations?

\n\n\n\n

Because wins are much, I mean, for how I see it, I see like a winning opportunity everywhere. Because it’s not just about reducing the age of the people involved in the project. If we reduce the age, but people are not engaged. If they’re not getting what they need, learning opportunities, networking opportunities, even just opportunities to understand that they have a whole world around them, they didn’t even know that it existed, which happened to me before I learned about WordPress community and WordPress, this is huge.

\n\n\n\n

So this is a real, like all this initiative are core of the service that will be giving to millions of students. For now, we are at thousands of students already, but, this would be available for any students worldwide. And this is a pretty big deal, I believe, for younger generation and their futures.

\n\n\n\n

[00:31:12] Nathan Wrigley: I think it’s, on every level this is just so remarkably interesting, and the growth of it hopefully we’ll get into the millions. Right now you say you’re in the thousands. It’s still remarkable.

\n\n\n\n

I want to sort of drill into it a little bit. So it feels like there’s this sort of double fronted marketplace aspect to it where WP Campus Connect kind of sits in the middle, and so you’ve got WP Campus Connect in the center, and then on the one side you’ve got the students and the institutions that those students attend. And then on the other side, you’ve got the educators who will come into that institution and WP Campus Connect is sort of like the fulcrum, the center, the spokes all lead into WP Campus Connect, and they do all the connecting and what have you.

\n\n\n\n

Let’s talk about the educator side. So this is people who already are familiar with WordPress. Are there any constraints on who you would welcome into WP Campus Connect there? Like, is there any level of expertise that you’ve got to have, or any kind of proof that you’ve got to go through that you, yourself would be a credible educator? I don’t know, so that’s open to anybody. Is there any kind of barrier to entry if you are an existing WordPresser and want to be involved?

\n\n\n\n

[00:32:20] Anand Upadhyay: Yeah, so far we have not planned any kind of a specific requirements or the limitations or criteria. So far we have picked from the local community members, like we just opened the call for facilitators, and all those who are interested in teaching. And they responded to it and we just picked them.

\n\n\n\n

We are doing a kind of a series of event to, I think five to six colleges in this time and going every weekend to one college. So we have a pool of four workshop facilitators and we’ll be rotating them to multiple colleges. So this is how it is working. So there is no kind of barrier kind of thing.

\n\n\n\n

We are just thinking about if they are ready for the community work, because there may be many educators, but there may not be everyone who will be doing it for free because we are not going to pay them anything. So if they have the community feeling, they have the community vibes and they can come forward for this. So that’s the only criteria we have. You have the WordPress knowledge, you have the love for community. Just come forward and join us for the event.

\n\n\n\n

[00:33:19] Nathan Wrigley: Okay, that’s great. Great to hear. So staying on that side of things then, I remember my forays in education, one of the things that was kind of drummed into me was, failing to plan is planning to fail. And so there was always this aspect of, if you’re going to stand up in front of a bunch of people, you have to be ready. You can’t necessarily, I mean you can, right? A workshop environment maybe maps to that pretty well, where you stand up and it’s led by what the audience, the students in this case, would like to hear.

\n\n\n\n

I’m wondering if there’s a curriculum which you have planned or do plan, or if somebody can kind of like drop in and just pick up the pieces of paper if you like and say, okay, here’s the lesson plan, if you like. WP Campus Connect has put these plans together, and we’re going to go and show these students how to do this.

\n\n\n\n

So that is my ignorance. I don’t know if that’s the kind of thing that you do. Do you provide materials for wannabe educators to deliver, or is it very much you create your own curriculum on the fly or however you wish to do that?

\n\n\n\n

[00:34:16] Anand Upadhyay: So we just meet together and just plan, just think about like how we can go on ahead, like what are the things that we to teach? And we just brainstorm it together. It’s not like we are giving the, because there is not much different between the organiser and workshop facilitators here. So we are all the community members, so we have just divided the roles, but we are all, they’re working towards the same goal.

\n\n\n\n

So we just all sit together, brainstorm the ideas, like what should we give to the students? So for example, last year we helped them to build a kind of a business website. So all the educators plan together. So we will follow this workflow, we will follow this approach. And we went to one college, we tried to do the same thing. We came back and then we again said what went wrong? What was difficult for the students to follow? How we can overcome them in the next college? We repeat, we improvise and deliver the same thing.

\n\n\n\n

This year we, again, we are planning, so we again sit together. And then we thought about, last year we helped them to create a kind of a simple business website, but we found that students were not connected with that. They built the same thing, but they didn’t utilise it later because it was not connected to them. So this year we are planning to help them to build their personal portfolio website, a kind of a resume, where they can showcase their projects, they can showcase their resume, they can showcase their work or learning what they have done. So we are planning that kind of website.

\n\n\n\n

So again, our workshop facilitators are working together, all those educators, and working together to create a kind of a reference website. And then we will guide them to recreate this, the same thing, adding their own touch because this will be more personalised thing. They will get attached to this, and maybe we can have some of the students to put their websites live. So it’ll be, again, a good chance.

\n\n\n\n

And we are also getting some support from the hosting companies who are offering some pre-hosting accounts so we can do kind of a competition kind of thing, or someone who has done incredible work during the workshops and post workshop, we can provide them those free hostings and they can get the chance to put their website live.

\n\n\n\n

[00:36:21] Nathan Wrigley: Okay, so it’s a real kind of project based education then. So you walk into the room, you interact with the educators, you ask questions, I’m struggling with this thing, I can’t make this work, and they come and step in. So you described it as a workshop and maybe the audience, I don’t know if you’re familiar with that kind of setup, but education often felt like to me, person at the front with some kind of display, whiteboard, blackboard, whatever. They talk, I listen, I fall asleep.

\n\n\n\n

But this is not that. This is, okay, we have a project, we’re going to design a business website, a personal portfolio, resume kind of website. And the idea is that you interact with that and by the time you’ve left, you’ve got some useful knowledge. You’ve done a thing, not just listen to somebody talking about possibly doing a thing hands on. Okay, that’s brilliant.

\n\n\n\n

Is there any kind of age restriction? Because obviously if I was to bring along a 3-year-old to this, we would question the utility of that. You kept talking about colleges and I think you mentioned universities a couple of times. So it feels to me as if we’re 18 or something is kind of where this goes, yeah?

\n\n\n\n

[00:37:28] Anand Upadhyay: Yeah, most of the students we interacted with are around mostly 17 plus we can say, 17 or 18 plus. So that’s the age group. And this year we have got a student, we have got a request from one of the high school as well. So they want to, their approach was very nice. They want to give the students kind of exposure to what they are going to face after completing their high school. So they’re running kind of a program so they’re also interested in if we can just go to their school and give their students some kind of a short introduction about any skill that is relevant for them. So we’re also getting that kind of request as well.

\n\n\n\n

[00:38:04] Nathan Wrigley: Yeah, and that’s such an interesting age as well, because you haven’t yet kind of formulated your path. And I think maybe by the time you get to 16, 17, 18, you’re more funneled. You’ve made decisions which have led you in a certain direction. You know, I’m going to be a, I’m into agriculture, I want to do whatever it may be.

\n\n\n\n

But if the high school level, everything’s wide open still, isn’t it? And if you can get them and expose somebody that’s never been on a computer even, and, oh look, I put something and people nowhere in me can suddenly see it, that may open up a completely new pathway.

\n\n\n\n

But what you’ve got going at the moment, what do these students get in return? Is there like a quid pro quo? Is there some, sort of leading question here really. Is there some credit that you might get on the other end of this? Do students get to walk away with, apart from obviously the knowledge, which is now in their head for life, do they get to walk away with some kind of accreditation to say, I did this, here’s my certificate, or whatever it may be?

\n\n\n\n

[00:38:59] Anand Upadhyay: Yeah. So we are again providing them certificates for the completion of attending the workshop. And, yes, obviously they are getting some amazing knowledge, amazing exposure to the community. Yeah, but as a proof of thing that they have done something, we are providing them certificates.

\n\n\n\n

[00:39:14] Nathan Wrigley: Okay. And obviously, you know, if they then continue that participation in the meetups and what have you, you get the bit which is way more important than the certificate, which is the actual exposure to the people out there in the real world who can give you that leg up or point you in the right direction for the person that you need to help you on that first career step.

\n\n\n\n

So I’m just going to the panel, I’m just going to say. Did you want to add anything to that? So I was talking about this sort of double fronted marketplace, you know, students, one side, educators on the other. Anything to add?

\n\n\n\n

[00:39:43] Destiny Kanno: Well, I did want to add in general that we’ve been very careful to say in all of the handbooks and landing pages, educational institutions. So that could be colleges, that could be high schools, that could be technical schools or different business schools, boot camps, wherever you’re getting educated on something that WordPress can maybe be hand in hand with.

\n\n\n\n

We would love you to run a WordPress Campus Connect event, so I wanted to like make sure we clarify that. And then also, anyone could put this on. A request to organise could come from like a teacher, for example, or a student even. We’re not like limiting it to local community organisers or anything like that. So if there is direct interest as well from a campus, then that’s even better because, you know, they’re going to have a venue and all they really need is like mentorship and maybe some facilitators.

\n\n\n\n

And then to plug in just a bit, you were like, what kind of curriculum do they have? Don’t forget, there’s Learn WordPress, you know, .org as well where folks can definitely use the materials there to craft their own curriculum or a series of workshops or whatever they’re going to put on as well. So I do want to ensure folks know that there are resources available that are free to help you with that part of the programming too.

\n\n\n\n

[00:41:00] Nathan Wrigley: I’m just going to read this into the record. If you are, I don’t know how podcasts are consumed, I just know that they’re consumed in a wide variety of ways. If you are driving the car or you are walking somewhere and you think, I’ll get to this later, stop. If you know an educator somewhere, make a point to mention this to them at some point. You know, tomorrow, get home, phone them up. They’ve probably never heard of this. They’re probably not in the WordPress space. They probably don’t have the slightest intuition that this freely available stuff could step into their institution, with what sounds like minimal work required on their part.

\n\n\n\n

But it’s unlikely that they’re WordPressers in the same way that you are because you’re listening to this podcast. So that’s my request to you, that’s your philanthropic request of the day. Go and mention it to the people that you know, who work in these places and have connections with these places, because it won’t happen without those kind of things happening. So, sorry, Isotta, I didn’t allow you a chance to speak. I got all carried away.

\n\n\n\n

[00:42:00] Isotta Peira: Don’t worry at all, Nathan. I believe that we’ve been saying a lot already, and there is just a good amount of information around for everyone who’s listening about how this program works, how to connect with us, and how to just launch their Campus Connect series events in their cities.

\n\n\n\n

[00:42:18] Nathan Wrigley: So we’ve spent a long time thinking about WP Campus Connect, but something that was dropped into the show notes, and I confess, I don’t really have a great deal of background on this, so you’re going to have to explain it in full. WordPress Credits. The name I guess suggests something, but I don’t really know what that something is. So, Isotta, if you fancy just running with that, tell us about WordPress Credits.

\n\n\n\n

[00:42:39] Isotta Peira: Of course. Big pleasure for me to share more about it. WordPress Credits, in simple words, is a contribution based practice programs by the WordPress foundation open to students to just to bridge them in the Core of WordPress. Regardless of what they’re studying, their fields, their interests, what we want to do is take one step from the WordPress skills education and show them how they can enhance, train, and gain new skills using the WordPress ecosystems, regardless their interests.

\n\n\n\n

And the word credits, as you said, yes, it’s just something because we want to partner with educational institutions, universities, schools, that will recognise the practice program into their students’ curriculum.

\n\n\n\n

A clear example, we’ve just launched a pilot with the University of Pisa in Italy for the Department of Translation and Communication. And for them, we are offering 150 hours of practice for the students. They will be connected with mentors. They’re going to have their virtual classrooms, and they’ll be guided since the beginning until the end. At the end, they’re going to build their website of WordPress, we teach them how to do it. You are going to use the Learn platform to guide them through the whole process. And they’re going to be involved in practical work within the community.

\n\n\n\n

They get to pitch what they want to work on. So this is open for designer, translators, developers, whoever wants to practice their own skills and position themself already into the job environment. Because we noticed, I felt like livid on my skin when I was studying translation at the University of Pisa, that I had to do countless hours of practice translating things that nobody ever read, used. It was very good for me. For me it was perfect to have things to practice on, and so I could become a great translator, but I worked on stuff that nobody ever used.

\n\n\n\n

And the moment I joined the WordPress community in 2022 and I found out about the Polyglots team, I start thinking, hey, I could have been translating WordPress for five years and getting real life experience, exposure to a global community of professionals in the field that I’m interested, and also connection with companies with other fields that I couldn’t even imagine it existed for me as a translator.

\n\n\n\n

So the goal of this program is exactly to enable students around the world, regardless what they’re studying, to become, to shape their future through practice. And we, when I say we, I mean all the volunteers and contributors who are participating into this project. We have designed a path for each student where they not only get to practice the skills that are more relevant to the fields of study, but also transferable skills.

\n\n\n\n

Like, for example, organising, working independently in a remote and async environment while keeping stakeholders updated. How to design a project, because they will have to finish the program, presenting a project that they would’ve designed, developed, and worked on. Public speaking because they would have also exposure to presenting the work to the WordPress community.

\n\n\n\n

And at the end of the mentorship, of course, from experienced contributors in our community, and at the end, at the wrap up, they will receive a certificate from the WordPress Foundation, certifying the hours of contribution within the program. And at that point, the educational institution they’re studying, they’re going to recognise these as a part of their curriculum.

\n\n\n\n

For some universities and schools, it translates into credits. For example, for Pisa, 150 hours of contribution translating into six credits. So students can decide to skip a traditional exam and do this practice. And for other institution might look different. But the requirement for an institution to join this program is that they have to recognise this work into the students curriculum.

\n\n\n\n

[00:47:08] Nathan Wrigley: Okay so, dear listener, you may have noticed we shifted gears. We went from talking about WP Campus Connect to WordPress Credits, and we’ve now moved into a very different arena.

\n\n\n\n

And so now, I’ve never been to the University of Pisa, but I’m going to guess that, just the name itself, it’s an utterly credible institution, you know, with a long history of taking in students and requiring them to work hard in order that they get some kind of qualification at the end.

\n\n\n\n

So this is very different. We are now talking about doing WordPressy things, and at the end of it, it’s equal to a proportion of the stuff that they would be doing at that university already. Now that then, I guess, implies that this is a more structured thing, that there needs to be more inspection of what’s going on, that there needs to be kind of hoops to jump through that you need to be able to credibly say, we know that this person did this. We can prove it. There’s a paper trail, and at the end of it you get, with the University of Pisa, six credits, which equals whatever that equals.

\n\n\n\n

So presumably there’s more backwards and forwards. Rather than the WP Campus Connect, which is more philanthropic and, you know, more community based, presumably you’ve had to have fairly lengthy conversations and dialogue with the University of Pisa so that they know that you are not giving away six credits for nothing. What’s that been like?

\n\n\n\n

[00:48:39] Isotta Peira: Yes, you are absolutely right, and this is the case, and it is understandably, because we need to show them what is the potential, and what the students will gain. For me, it’s been a wonderful experience. And now I’m also in conversation with other universities and other schools. And having myself lived, like felt this gap between, oh, I’m doing practice, but it feels like it’s just useful to me, but it’s not applied in the real world.

\n\n\n\n

And seeing, hey, this could bring, just basically push all these students into creating something that not only they own, because I believe the ownership is very important because most of cases, studies are a little bit passive. So as you were saying before, we have a teacher, we sit, we listen and we do what we’re asked to do.

\n\n\n\n

In this case is the other way around. It’s, hey, this is a playground of learning opportunities for you. We show you everything that you can play with, and then you get to design the project. You get to experiment all this exposure to real life that usually you don’t get at university or another, let’s say, formal institutions. And for the universities, this is going to be, basically a certificate for institutional excellence for them, because right now, only the University of Pisa is offering this. In a few weeks, also the universities Fidélitas in Costa Rica will start offering this.

\n\n\n\n

So just, hey, to institutions worldwide, this is something that the university, once they understand what it is, they will want to jump on it. And so as you say, it’s a lot of back and forth. It’s always a very interesting conversation because every university has some similar and some different needs for their students. And for me it’s a huge learning curve because I’m getting to learn a lot about other institutions. But at the end, everyone who I’ve been talking to so far, they are like over the moon with the idea of offering this option, this possibility to their students.

\n\n\n\n

What I’m doing right now is starting connecting with teachers, schools, universities, institution that I personally, I’m already personally connected with, like the case in Pisa. And the WordPress community is key because also, in this community, there’s plenty of teachers. Everywhere you look, there is, oh, okay, I teach WordPress, I teach this other WordPress related theme. Oh, I teach at this school, I teach at this universities. Or, hey, in my kids’ school, they were looking for something like this, and it turns out that maybe you’re not a teacher, but you have kids and they’re at schools.

\n\n\n\n

So it’s been key, the connection with the community. And it’s actually one of the biggest needs that we have right now. Right now, there are three, including myself, contributors focusing on this project. We need more help, also to create this connection, to get into the institution and to have them understand the offer that we’re giving to them.

\n\n\n\n

[00:51:59] Nathan Wrigley: So I’m going to read into the record a recycled version of the comment that I made a moment ago about WP Campus Connect. And that is that if you know anybody who could fit into this part of the jigsaw, you know, an educator or somebody that works in a university, whatever capacity that may be, I guess you are looking for that door to be slightly pushed ajar so that you’ve got these contacts wherever they may be. Obviously you’ve got Pisa, Costa Rica and what have you. But it would be nice to spread this a little bit further.

\n\n\n\n

Okay. Okay, so that bit is now done. The bit that I want to ask with this is with the university students going through the WordPress Credit system, is this kind of a distributed thing? Is it something that they can do in their own time? Or do they need to, I don’t know, attend, be in a particular lecture hall at a particular time in order to prove that they’ve done a particular thing? Or is it entirely remote with, well, basically it’s a very open-ended question. How does it work from a student point of view? How do they achieve this?

\n\n\n\n

[00:52:59] Isotta Peira: This is a great question actually. The values behind this program is to keep the open source experience as real as possible. So it is a hundred percent remote. We have built the virtual classroom for each student on the Learn platform, and they will be able to self onboard themself, go through the all the steps, but at the same time, they will be paired with the mentors.

\n\n\n\n

So we strongly recommend, and for this first, let’s say, round of program, we are making strong suggestion to meet with their mentor once per week, so they can learn more about each other, the mentor can help them guiding their way, but they have to complete the hours. We want to, not just respect the principle of the WordPress ecosystems, but also put students in this real life environment that they will find in their job.

\n\n\n\n

Because most of the roles in different type of companies, you just don’t have to like stay there and show that they’re doing the things. You work at your pace. You have your project. You have to share updates, of course, and show that you are progressing. And for WordPress credits, if students want to work on weekends, during night, this is up to them. They just have to complete the WordPress site and the hours assigned.

\n\n\n\n

And there are couple of steps that will have them syncing at a specific moment with other parts of the community. For example, participating to a discussion on Slack, or a discussion on a blog post. Because also they’re experimenting different tool and different communication styles. And if there is a meetup, local meetup active in their cities, one of the step would also be participate to one of them. Or if there is no meetup, local meetup happening, to join an online meetup.

\n\n\n\n

So in this way the success of this program would reach the most, the highest point, if they have not only completed the work they decided to do, but if they also have experienced all the different parts of the ecosystem. So this way they work out the program, and they have the new world possibility open. They can decide to stay, they can decide to just focus more on one particular thing and they would’ve learned how to upload and work on WordPress, TV. How to use tools like Slack, GitHub, WordPress, the Learn platform, everything. So this is what they will get.

\n\n\n\n

[00:55:32] Nathan Wrigley: Yeah, it’s pretty amazing. I mean, set aside the fact that when I was at university, the internet just didn’t exist because I’m of a certain age, but I would’ve loved something like this. The capacity to just sort of do things in my own time, you know, fit it around, cherry pick the bits that I want to pick. For me it was much more, you pick a course, you show up to the course, you imbibe the content, you sit and exam and so it goes. And that was what was on offer. But this is so great.

\n\n\n\n

And also, I don’t know if this is something that you do do but it just came into my head, the capacity for this to be an accreditation prior to gaining access to a university. So at the minute in the UK, all of the results are coming out for the examinations which children, well, young adults require in order to get to their place at university. And then when they’re at the university, they obviously get these credits and get the degree or what have you. But something like WordPress credits, it’d be kind of fun if it could count towards that onboarding process, you know, to get you in the door of a university to show up and say, I did the WordPress thing. I did something a little bit above and beyond what everybody else is doing. I mean, I don’t know if there’s any plans for that, but that struck me as a curious option.

\n\n\n\n

[00:56:45] Isotta Peira: That would be the dream. Having WordPress credits embedded into like mandatory curriculum to get to a specific level of education, or to be able to end, to graduate from a specific level of education. This is going to be the dream. Now we’ve taken the first steps, so now we’ve built up the program, we are going to gather feedback, improve it, adjust it with all these first new batch of students that are coming. And also from the sponsors, the universities, and the mentors feedback. And then little by little, this is where we want to go. Ready to bring WordPress contributions everywhere.

\n\n\n\n

[00:57:22] Nathan Wrigley: Yeah, I mean, gosh, what an episode this has been. I thoroughly enjoyed this. However, I don’t know if we’re done yet because on the show notes that I had, we had three points that we were to mention. One was WP Campus Connect, which we did at the beginning, and then we’ve just spent a few moments talking about WordPress Credits. But there’s this other curious bit that I don’t know much about, and I don’t know if this is something we want to delve into, WordPress Student Clubs. What’s that?

\n\n\n\n

[00:57:47] Destiny Kanno: Yeah, so that is, you don’t have to have a WordPress Campus Connect event to request a WordPress Student Club on your campus. But it essentially was birthed out of this idea from Anand of like, hey, you know, now that we’ve got this captive audience of students, like where do they go to continue the WordPress activities after we’re gone? And so the, yeah, WordPress Student Clubs were born.

\n\n\n\n

You can now request a site created for your Student Club when you request to organise a WordPress Campus Connect event, or you can just reach out to us directly. And right now, I believe Anand is working with the Sophia Girls College right now in Ajmer to set up their WordPress Student Club. I think they’re the first actually to have one.

\n\n\n\n

And the goal is that they can continue on campus, their WordPress activities. They can connect still with the local community, potentially like invite them to their student club events. It’s just like a extracurricular circle or club that now is WordPress themed that will, I think, help them continue.

\n\n\n\n

And also, sorry, I just wanted bring in like the Credits portion too. Like you might have folks from different majors, right, that are using WordPress in different ways. So it’s a way for also the students to intermingle amongst different majors within their campus as well.

\n\n\n\n

[00:59:08] Nathan Wrigley: It’s kind of a way to keep the conversation going, isn’t it, in a sense? It’s more opportunities to kind of keep people interested and give them opportunities. And all of that is just so necessary. We talked at the beginning about the age demographic of WordPress and how all of this stuff is just such a real credible way of trying to tackle that.

\n\n\n\n

And I think if you were to put somebody that went through, let’s say, WP Campus Connect. If you were to drop them straight into a meetup, maybe that’s too much, because it can get fairly technical. You know, the presentations are often about some fairly technical things, and so this feels like a really nice bridge. It keeps it more based around the students, so they’re familiar with each other. They’re in the same institution, presumably. It’s kind of like a club. We call them afterschool clubs in the UK. It feels a little bit more like that. So it’s much more based around where they already are and that kind of thing.

\n\n\n\n

[00:59:59] Destiny Kanno: It gives them a sense of ownership as well, because it’s as you said, it’s a students’ club, so, you know, there’s going to be someone that’s leading it, and maybe a co-lead as well, and a faculty member who will also be there to advise or assist.

\n\n\n\n

[01:00:13] Anand Upadhyay: It’s kind of an in campus meetup group, that kind of thing. So they can, just like you said, taking them to the local community meetup will be a little bit overwhelming from them, because whatever the sessions, whatever the topics that are planned in the meetups stuff, catering to the wider audience. So in the campus club they can decide their own kind of topics. What are the topics they are interested in? And they can learn, it’s kind of a group learning as well. Someone from them is learning one topic and delivering this knowledge to the other club members. So it’s a way to keep the momentum going on that is started with WordPress Campus Connect program.

\n\n\n\n

[01:00:51] Nathan Wrigley: Yeah, it’s absolutely wonderful. I’m going to make sure, before we finally finish this call, although we’ll end the podcast recording in a moment, I’ll make sure that I ask these panelists to send me any links that may assist you. And so what I’m going to say is if you head to the wptavern.com website, and if you search for this episode, you could probably search for WP Campus Connect or WordPress Credits or what have you, certainly it’ll be there available in search.

\n\n\n\n

Head to that, look at the show notes and the links. There’ll be a transcript of this and there’ll be some show notes where I just sort of summarise what’s going on. But right at the bottom, a little way down the page will be all of the links for everything that we have discussed. Maybe some additional ones as well for things that we didn’t have.

\n\n\n\n

And when I attend WordPress events, there’s always a sense of this, there’s always a sense of look around, the community’s not getting any younger. We’ve got to do something about it. Complaining is the wrong word. People are not doing that, they’re just curious about that. Well, here, you’ve been spoonfed the solution. You now know what it is that you could do to skew the demographic younger. If the WordPress project is something that you believe in, and you would like to carry on, the only way to do that is to have a funnel of younger people who will become the older people, who will then teach the younger people. And so the cycle continues.

\n\n\n\n

If you want that to happen and you don’t know how to make that happen, well, now you do. You’ve got these people to reach out to. You’ve got these projects that you know about. You can get involved in any of this, at any level.

\n\n\n\n

And all that it remains for me to do is to say, wow, thank you to all three of you for being interested in this. Not just interested, being active and making the effort to get these things started, to get them off the ground, which is the hardest bit, I think. And hopefully now that they have got off the ground, they will fly with wings of their own. That would be really nice. So, Destiny, Isotta and Anand, thank you so much for chatting to me today. What an episode that was.

\n\n\n\n

[01:02:55] Destiny Kanno: Thank you so much, Nathan.

\n\n\n\n

[01:02:57] Isotta Peira: Thank you. It’s been a huge pleasure.

\n\n\n\n

[01:02:59] Anand Upadhyay: And thank you for giving us a platform to share all these initiatives.

\n
\n\n\n\n

On the podcast today we have Destiny Kanno, Isotta Peira and Anand Upadhyay.

\n\n\n\n

Destiny is the head of Community Education at Automattic. Isotta is the leader of the WordPress credits initiative for students. Anand is the founder of WordPress Campus Connect.

\n\n\n\n

This episode is all about how WordPress is not only powering websites but also empowering the next generation of learners and creators. You’ll hear about the growing movement of education-focused WordPress events happening worldwide, from hands-on workshops on university campuses in India, to student clubs designed to keep the momentum going after introductory events.

\n\n\n\n

Anand shares how WP Campus Connect is bringing WordPress directly to students, reducing barriers to entry and helping bridge the gap between academic learning and real-world tech skills. We also explore the challenges of organising these events, from convincing institutions of the value of open source, to fostering genuine community involvement among both students and educators.

\n\n\n\n

Isotta then introduces us to the WordPress Credits program, an initiative that lets students turn their contributions to the WordPress ecosystem into recognised academic credit at universities like Pisa in Italy. It’s a win-win: students gain practical, resume-worthy experience, while educational institutions get a transferable, skills-focused, program that prepares learners for the jobs of the future.

\n\n\n\n

Whether you’re an educator, a WordPress enthusiast, or just someone who cares about open source and community, this episode is packed with actionable insights. The guests share how flexible and resilient these education initiatives are, how you can get involved, and why engaging the next generation is not just important, but essential for the continued growth and sustainability of the WordPress community.

\n\n\n\n

It’s a truly inspiring episode, and is at the intersection of so many areas of profound importance.

\n\n\n\n

If you’re curious about how to bring WordPress into your local school, university, or community, or if you just want to hear how WordPress is making a difference far beyond the web, this episode is for you.

\n\n\n\n

Useful links

\n\n\n\n

WordPress Credits Program

\n\n\n\n

WordPress Credits: A bridge to open-source technology

\n\n\n\n

WordPress Campus Connect

\n\n\n\n

Learn WordPress

\n\n\n\n

WordPress Student Clubs

\n\n\n\n

Introducing WordPress Credits: A New Contribution Internship Program for University Students

\n\n\n\n

Biographies

\n\n\n\n

Destiny Kanno

\n\n\n\n

Destiny Fox Kanno, sponsored contributor at Automattic with a focus on education within the WordPress community. Currently focusing on growing, enabling and amplifying the WordPress Campus Connect and Student Club initiatives.

\n\n\n\n

Isotta Peira

\n\n\n\n

Isotta joined the WordPress Community in 2022 as a full-time contributor to the Community Team, sponsored by Automattic. With a background in translation, sales, training, and community management, she also ran a culinary events business. She values making informed decisions by integrating data analysis into her work and believes sharing knowledge is key to fighting inequality. Isotta is currently leading the WordPress Credits program, an initiative that connects open-source contributions with academic curricula worldwide.

\n\n\n\n

Anand Upadhyay

\n\n\n\n

Anand Upadhyay is the founder of WPVibes, a WordPress plugin development company. He has been working with WordPress since 2010 and contributes to several Make WordPress teams, including Core, Docs, Polyglots, and Community. He also serves as an organizer for WordCamp Asia, one of the flagship events in the WordPress ecosystem.
In addition to building plugins, Anand is deeply passionate about teaching and education. He co-organizes the Ajmer WordPress Meetup and is currently contributing to the global expansion of WordPress Campus Connect, a program he initiated as a pilot in 2024 to introduce students to WordPress and open source. Through these efforts, he focuses on helping new learners and contributors discover opportunities to learn, grow, and find their place in the WordPress community.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Sep 2025 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:44;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Open Channels FM: How WordPress Handles Backwards Compatibility: Lessons from Real-World Challenges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=105983\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/how-wordpress-handles-backwards-compatibility-lessons-from-real-world-challenges/\";s: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:241:\"The discussion on backwards compatibility highlights its importance in WordPress, ensuring seamless functionality during updates. Experts emphasize careful support for older versions, enabling a smoother user experience across diverse sites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Sep 2025 10:22: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:45;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Open Channels FM: Building a Resilient Web with Arweave’s Vision for Decentralized Long-Term Content Storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://openchannels.fm/building-a-resilient-web-with-arweaves-vision-for-decentralized-long-term-content-storage/\";s: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:201:\"The episode features Dave Lockie having a conversation with Sam Williams about Arweave, a decentralized storage network addressing digital impermanence and promoting permanent information preservation.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Sep 2025 09:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Are you a WordPresser?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=149276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2025/09/wordpresser/\";s: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:2020:\"

You might be a WordPresser if…

\n\n\n\n\n\n\n\n

If you identified with two or more of these statements, I am afraid to inform you might be classified as a WordPresser. What did I miss?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Sep 2025 21:50:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Gutenberg Times: Why WordPress Core needs more blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=41679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/why-wordpress-core-needs-more-blocks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11441:\"

Over the years, I have been an ardent supporter of keeping WordPress lean and letting plugins and themes do all the fun, custom stuff. But the block paradigm shifted everything. And moreso, it shifted everything about building WordPress themes.

\n\n\n\n

Today, my perspective has changed, and I’ve nestled into the camp of those calling for more blocks in WordPress.

\n\n\n\n

Let me explain why.

\n\n\n\n

A journey

\n\n\n\n

Let’s jump back in time for a moment. Three and a half years ago, just before the release of WordPress 5.9, themers were in complete control of the front-end output of WordPress sites.

\n\n\n\n

Well, that’s a bit of a stretch. They were actually in control of everything but the content. Of that, they mostly had styling control. It was much like the previous 18 years where you would have the freedom and flexibility to build whatever you wanted.

\n\n\n\n

But in the few years leading up to that point, the landscape had begun changing. Themes had to be compatible with new types of output beyond the basic paragraphs, headings, lists, and media. The Block Editor had been on the scene for a while before WordPress 5.9, but theme authors still exercised almost all the control they had in the past.

\n\n\n\n

Once you started building block themes, suddenly what was possible shrank very, very quickly.

\n\n\n\n

Want to include breadcrumbs? You need to add support for a breadcrumbs block, but which one?

\n\n\n\n

Need an accordion? Maybe you could manipulate the Details block, but that may not be an accessible approach.

\n\n\n\n

How about including SVG icons? You guessed it; you need an icon block for that.

\n\n\n\n

And have you ever experienced what the UI looks like when a user doesn’t have a supported block installed?

\n\n\n\n
\"WordPress
\n\n\n\n

Eeeek!

\n\n\n\n
\n

I’d also like to take this moment to point out that you are not allowed to bundle custom blocks in themes submitted to the official WordPress theme directory. There are very good reasons for this that I won’t dive into. I’m including this side note merely for context.

\n
\n\n\n\n

Gone were the days where you could just include anything and everything. It’s like painting on a canvas with a limited color palette and set of brushes when you previously had every tool at your disposal.

\n\n\n\n

Now, truly great artists can make magic happen regardless of the tools. Things like the Block Bindings API can fill in some of the gaps. But some features are just darn hard without a dedicated block.

\n\n\n\n

Before block themes, theme authors enjoyed loads of new features over the years, but how and what you could build mostly remained static, the only limitation being the technology of the day. Block themes created the potential for more people to take that first step into the world of theming without knowing any code whatsoever. And they introduced the standards that so many of the inner community had called on for so long, created better interoperability with plugins, and brought contemporary technologies to WordPress.

\n\n\n\n

But the cost was a limited toolset that required new ways of thinking from us old timers who’d been merrily doing our own thing for so long.

\n\n\n\n

It’s an exciting world, but it could be more exciting in the next stage of this journey.

\n\n\n\n

The case for more Core blocks

\n\n\n\n

I am a developer. I love tinkering with anything and everything. I even dabble in creating custom plugins, but my true passion is creating WordPress themes. I’ve probably written just as much on the subject as anyone over the years. It’s safe to say that I know the technical limitations of block theming as much as anyone can reasonably be expected to (though I’m still learning new things all the time).

\n\n\n\n

So when Matías Ventura, the Project Architect of Gutenberg, opened a ticket calling for more niche blocks in WordPress, it piqued my interest. The list of potential blocks were:

\n\n\n\n\n\n\n\n

Admittedly, I chuckled at the thought of a Stretchy Text block actually being included in Core. But the more I dug into what it takes to actually implement the design, I could see the case for it. I certainly don’t see a good way of using it in a theme design pattern without a dedicated block.

\n\n\n\n
\"WordPress
The Stretchy Type block from the Automattic Special Projects team.
\n\n\n\n

And marquees? Were they not relegated to a long dead era when Geocities ruled the blogosphere? I miss the old days of the wild and wacky web. Could be fun. \"🤔\"

\n\n\n\n

It’s easy to get tangled up in the weeds, using the most niche blocks as arguments against components like accordions, tabs, dialogs, and table of contents, which are standard pieces of the web as we know it today.

\n\n\n\n

If you recall, I said earlier that I was a longtime supporter of keeping Core lean. The old WordPress was very much a development framework. But as a theme author in the block theme era, I’ve moved much closer to the thoughts that Ventura espoused:

\n\n\n\n
\n

I think not having these blocks in the core library severely limits the expressiveness that theme builders (and users) can depend upon to build great designs and it can fracture the overall experience.

\n
\n\n\n\n

There have been many moments in the last three years where I’d have 95% of the work done, speeding toward the finish line of a block theme project. Then I’d smash into a brick wall. Quite often that wall was a missing design component.

\n\n\n\n

I’ve been in the development game long enough to find workarounds, but it’s been at the expense of untold hours of development time that could’ve been better spent elsewhere.

\n\n\n\n

And if I’m at the top of my game, what hope is there for newcomers who have bright ideas and big dreams? Will they be able to build that unique design they have in mind? Or will they switch to another platform?

\n\n\n\n

So…I want more blocks.

\n\n\n\n

I want more possibilities.

\n\n\n\n

I want to make ideas come to life without spending a week figuring out how to pigeonhole some feature into a place it doesn’t belong just to make things work.

\n\n\n\n

To include or not include

\n\n\n\n

I hope that you at least agree on one point: For block theming to progress, WordPress needs a mechanism for theme authors to fully express their ideas.

\n\n\n\n

Everything beyond that is implementation details. Ventura’s proposal for additional blocks has garnered a lot of discussion over the past month both in the ticket and elsewhere around the community. There’s wide agreement and disagreement on some or all points.

\n\n\n\n

Chiefly, whether the more niche blocks should be bundled is of concern. Things like future compatibility, potential legacy baggage, and bundle size are worth discussing. There’s also the potential for Core/Canonical blocks that Ventura proposed in 2024, a set of blocks built and maintained by WordPress contributors but not shipped with the platform itself. I’d even be happy with a method of auto-installing supported blocks when a user activates a theme.

\n\n\n\n

Frankly, I don’t much care how we get there—just that we do. And I hope that god-forsaken “your site doesn’t include support for the [name] block” message never graces the screen of one of my theme’s users.

\n\n\n\n

Let me bundle patterns with icons that users can swap out as needed:

\n\n\n\n
\"WordPress
\n\n\n\n

Let me create accessible accordions without manipulating the Details block:

\n\n\n\n
\"WordPress
\n\n\n\n

Just let me create something beautiful.

\n\n\n\n

Props to Birgit Pauli-Haack, Anne McCarthy, and Héctor Prieto for feedback on this article before publishing.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Sep 2025 14:34:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:48;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Open Channels FM: Why Companies Should Sponsor WordPress Contributors (And How To Start)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=105257\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/why-companies-should-sponsor-wordpress-contributors-and-how-to-start/\";s: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:\"WordPress is powered by a passionate community. Companies should sponsor contributors for goodwill, ecosystem health, and industry connections. Starting small is key to making a difference.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Sep 2025 09:53: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: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:49;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Open Channels FM: Learn How WordPress Playground Revolutionizes Local Development Testing and Learning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=108586\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://openchannels.fm/learn-how-wordpress-playground-revolutionizes-local-development-testing-and-learning/\";s: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:163:\"In this episode of The WordPress Way, Abha Thakor and Fellyph Cintra discuss WordPress Playground, its features, accessibility, and impact on developers and users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Sep 2025 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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 22 Sep 2025 10:31:25 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 22 Sep 2025 10:15:20 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1758580285;s:23:\"__cache_expiration_time\";i:1758580285;}','off'), (148,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1758580285','off'), (149,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1758537085','off'), (150,'_transient_timeout_dash_v2_d574e94acce509528fce430351f5c76a','1758580285','off'), (151,'_transient_dash_v2_d574e94acce509528fce430351f5c76a','
','off'), (158,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'), (159,'recently_activated','a:2:{s:35:\"wp-fastest-cache/wpFastestCache.php\";i:1758566566;s:19:\"akismet/akismet.php\";i:1758543780;}','off'), (164,'cloudflare_api_key','SYvDi2LqYABw9JJ5h0rlacDuhz0MTsUltZ6MONPV','auto'), (165,'cloudflare_api_email','serdar.sarioglu@grafclouds.com','auto'), (166,'cloudflare_cached_domain_name','adminulan.com','auto'), (167,'automatic_platform_optimization_cache_by_device_type','a:4:{s:2:\"id\";s:52:\"automatic_platform_optimization_cache_by_device_type\";s:5:\"value\";b:0;s:8:\"editable\";b:1;s:11:\"modified_on\";s:25:\"2025-09-22T10:34:52+00:00\";}','auto'), (168,'automatic_platform_optimization','a:4:{s:2:\"id\";s:31:\"automatic_platform_optimization\";s:5:\"value\";s:0:\"\";s:8:\"editable\";b:1;s:11:\"modified_on\";s:25:\"2025-09-22T10:34:52+00:00\";}','auto'), (169,'default_settings','a:4:{s:2:\"id\";s:16:\"default_settings\";s:5:\"value\";b:1;s:8:\"editable\";b:1;s:11:\"modified_on\";s:25:\"2025-09-22T10:34:53+00:00\";}','auto'), (170,'recovery_keys','a:0:{}','off'), (172,'finished_updating_comment_type','1','auto'), (173,'new_admin_email','tech@adminulan.com','auto'), (183,'current_theme','Didi Lite','auto'), (184,'theme_mods_comic-ebook','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1758539150;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"comic-ebook-sidebar\";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:9:\"sidebar-3\";a:0:{}s:15:\"footer1-sidebar\";a:0:{}s:15:\"footer2-sidebar\";a:0:{}s:15:\"footer3-sidebar\";a:0:{}s:15:\"footer4-sidebar\";a:0:{}}}}','off'), (185,'theme_switched','','auto'), (188,'downloaded_font_files','a:17:{s:93:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2\";s:113:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2\";s:93:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2\";s:113:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2\";s:93:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2\";s:113:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2\";s:90:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2\";s:110:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2\";s:90:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2\";s:110:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2\";s:90:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2\";s:110:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2\";s:90:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2\";s:110:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2\";s:88:\"https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2\";s:108:\"/var/www/webserver/adminulan.com/wp-content//fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2\";s:97:\"https://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyxq15Mjs.woff2\";s:116:\"/var/www/webserver/adminulan.com/wp-content//fonts/inconsolata/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyxq15Mjs.woff2\";s:97:\"https://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyx615Mjs.woff2\";s:116:\"/var/www/webserver/adminulan.com/wp-content//fonts/inconsolata/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyx615Mjs.woff2\";s:94:\"https://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyya15.woff2\";s:113:\"/var/www/webserver/adminulan.com/wp-content//fonts/inconsolata/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyya15.woff2\";s:84:\"https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2\";s:104:\"/var/www/webserver/adminulan.com/wp-content//fonts/josefin-sans/Qw3EZQNVED7rKGKxtqIqX5EUCEx1XHgciw.woff2\";s:84:\"https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2\";s:104:\"/var/www/webserver/adminulan.com/wp-content//fonts/josefin-sans/Qw3EZQNVED7rKGKxtqIqX5EUCEx0XHgciw.woff2\";s:81:\"https://fonts.gstatic.com/s/josefinsans/v34/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2\";s:101:\"/var/www/webserver/adminulan.com/wp-content//fonts/josefin-sans/Qw3EZQNVED7rKGKxtqIqX5EUCEx6XHg.woff2\";s:81:\"https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2\";s:101:\"/var/www/webserver/adminulan.com/wp-content//fonts/josefin-sans/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2\";s:81:\"https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2\";s:101:\"/var/www/webserver/adminulan.com/wp-content//fonts/josefin-sans/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2\";s:78:\"https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2\";s:98:\"/var/www/webserver/adminulan.com/wp-content//fonts/josefin-sans/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2\";}','off'), (207,'theme_mods_raft','a:5:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:7:{s:19:\"comic-ebook-sidebar\";a:11:{s:4:\"name\";s:7:\"Sidebar\";s:2:\"id\";s:19:\"comic-ebook-sidebar\";s:11:\"description\";s:47:\"This sidebar will be shown next to the content.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:43:\"
\";s:12:\"after_widget\";s:6:\"
\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-2\";a:11:{s:4:\"name\";s:12:\"Page Sidebar\";s:2:\"id\";s:9:\"sidebar-2\";s:11:\"description\";s:47:\"This sidebar will be shown next to the content.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:43:\"
\";s:12:\"after_widget\";s:6:\"
\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-3\";a:11:{s:4:\"name\";s:13:\"Sidebar three\";s:2:\"id\";s:9:\"sidebar-3\";s:11:\"description\";s:41:\"This sidebar will be shown on blog pages.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:43:\"
\";s:12:\"after_widget\";s:6:\"
\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:15:\"footer1-sidebar\";a:11:{s:4:\"name\";s:16:\"Footer sidebar 1\";s:2:\"id\";s:15:\"footer1-sidebar\";s:11:\"description\";s:27:\"It appears in the footer 1.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:30:\"\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:15:\"footer2-sidebar\";a:11:{s:4:\"name\";s:16:\"Footer sidebar 2\";s:2:\"id\";s:15:\"footer2-sidebar\";s:11:\"description\";s:27:\"It appears in the footer 2.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:30:\"\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:15:\"footer3-sidebar\";a:11:{s:4:\"name\";s:16:\"Footer sidebar 3\";s:2:\"id\";s:15:\"footer3-sidebar\";s:11:\"description\";s:27:\"It appears in the footer 3.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:30:\"\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:15:\"footer4-sidebar\";a:11:{s:4:\"name\";s:16:\"Footer sidebar 4\";s:2:\"id\";s:15:\"footer4-sidebar\";s:11:\"description\";s:27:\"It appears in the footer 4.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:30:\"\";s:12:\"before_title\";s:18:\"

\";s:11:\"after_title\";s:5:\"

\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1758539199;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"comic-ebook-sidebar\";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:9:\"sidebar-3\";a:0:{}s:15:\"footer1-sidebar\";a:0:{}s:15:\"footer2-sidebar\";a:0:{}s:15:\"footer3-sidebar\";a:0:{}s:15:\"footer4-sidebar\";a:0:{}}}}','off'), (210,'raft_install','1758539152','auto'), (211,'_transient_timeout_raft_all_languages','1759143953','off'), (212,'_transient_raft_all_languages','a:1:{s:12:\"translations\";a:25:{i:0;a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2023-01-27 14:18:37\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}}i:1;a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:11:38\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}}i:2;a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-08-11 01:28:03\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}}i:3;a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-08-11 01:29:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}}i:4;a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2023-01-27 14:24:32\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:5;a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:13:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:6;a:7:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-12-05 20:10:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:7;a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2023-01-27 14:23:28\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:8;a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-05-01 10:19:50\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:9;a:7:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:14:49\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}}i:10;a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-03-21 14:43:05\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}}i:11;a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:15:23\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}}i:12;a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:16:12\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}}i:13;a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-04-30 09:20:47\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}}i:14;a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-07-14 16:51:08\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}}i:15;a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-06-13 11:48:42\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}}i:16;a:7:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-07-14 16:42:13\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}}i:17;a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2023-01-27 14:26:45\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}}i:18;a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:16:44\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}}i:19;a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-02-15 16:36:46\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}}i:20;a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-09-06 17:11:15\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}}i:21;a:7:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-09-08 21:10:13\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}}i:22;a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-11-10 00:25:31\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}}i:23;a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2024-08-26 11:19:06\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}}i:24;a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-01-15 14:22:20\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/translation/theme/raft/1.1.10/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}}}}','off'), (213,'_transient_timeout_tisdk_has_support_page','1759143953','off'), (214,'_transient_tisdk_has_support_page','no','off'), (215,'_transient_timeout_tisdk_has_donate_page','1759143953','off'), (216,'_transient_tisdk_has_donate_page','no','off'), (217,'_transient_timeout_tsk_attachment_count','1758625553','off'), (218,'_transient_tsk_attachment_count','4','off'), (219,'_transient_timeout_tsk_posts_count','1758625553','off'), (220,'_transient_tsk_posts_count','a:2:{s:11:\"total_posts\";i:1;s:9:\"old_posts\";i:0;}','off'), (222,'_transient_timeout_raft_1110versions','1758971153','off'), (223,'_transient_raft_1110versions','a:16:{i:0;a:2:{s:7:\"version\";s:5:\"1.0.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.1.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.2.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"1.0.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.3.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.0.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.4.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.0.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.5.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"1.0.6\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.6.zip\";}i:6;a:2:{s:7:\"version\";s:5:\"1.1.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.0.zip\";}i:7;a:2:{s:7:\"version\";s:5:\"1.1.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.1.zip\";}i:8;a:2:{s:7:\"version\";s:5:\"1.1.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.2.zip\";}i:9;a:2:{s:7:\"version\";s:5:\"1.1.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.3.zip\";}i:10;a:2:{s:7:\"version\";s:5:\"1.1.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.4.zip\";}i:11;a:2:{s:7:\"version\";s:5:\"1.1.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.5.zip\";}i:12;a:2:{s:7:\"version\";s:5:\"1.1.6\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.6.zip\";}i:13;a:2:{s:7:\"version\";s:5:\"1.1.7\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.7.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"1.1.9\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/raft.1.1.9.zip\";}i:15;a:2:{s:7:\"version\";s:6:\"1.1.10\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/raft.1.1.10.zip\";}}','off'), (226,'theme_mods_didi-lite','a:12:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"background_image\";s:0:\"\";s:17:\"background_preset\";s:4:\"fill\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_position_y\";s:3:\"top\";s:15:\"background_size\";s:5:\"cover\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:21:\"background_attachment\";s:5:\"fixed\";s:19:\"didi_lite_copyright\";s:11:\"Bedava Tema\";s:14:\"hide_copyright\";i:1;s:12:\"header_image\";s:13:\"remove-header\";}','on'), (244,'_site_transient_timeout_community-events-dd96e173c1c667699241ce3536a46ba7','1758586790','off'), (245,'_site_transient_community-events-dd96e173c1c667699241ce3536a46ba7','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"85.105.161.0\";}s:6:\"events\";a:0:{}}','off'), (251,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), (252,'auto_update_plugins','a:1:{i:0;s:25:\"cloudflare/cloudflare.php\";}','off'), (261,'jetpack_activated','1','auto'), (264,'jetpack_activation_source','a:2:{i:0;s:8:\"featured\";i:1;N;}','auto'), (265,'jetpack_sync_settings_disable','0','on'), (266,'jetpack_options','a:11:{s:7:\"version\";s:15:\"15.0:1758543813\";s:11:\"old_version\";s:15:\"15.0:1758543813\";s:14:\"last_heartbeat\";i:1758889440;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:248613496;s:6:\"public\";i:1;s:11:\"master_user\";i:1;s:27:\"historically_active_modules\";a:7:{i:0;s:7:\"creator\";i:1;s:6:\"extras\";i:2;s:10:\"jetpack-ai\";i:3;s:4:\"scan\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:6:\"social\";}s:16:\"first_admin_view\";b:1;s:27:\"recommendations_conditional\";a:1:{i:0;s:7:\"protect\";}}','auto'), (267,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}','on'), (268,'_transient_timeout_jetpack_file_data_15.0','1761049605','off'), (269,'_transient_jetpack_file_data_15.0','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','off'), (270,'jetpack_available_modules','a:1:{s:4:\"15.0\";a:43:{s:18:\"account-protection\";s:4:\"14.5\";s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','auto'), (272,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'), (273,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'), (274,'do_activate','0','auto'), (277,'_transient_timeout_jetpack_https_test_message','1758975840','off'), (278,'_transient_jetpack_https_test_message','','off'), (279,'jetpack_waf_needs_update','','auto'), (280,'jetpack_active_modules','a:22:{i:0;s:18:\"account-protection\";i:1;s:5:\"blaze\";i:2;s:6:\"blocks\";i:3;s:12:\"contact-form\";i:4;s:8:\"json-api\";i:5;s:7:\"protect\";i:6;s:5:\"stats\";i:7;s:18:\"verification-tools\";i:8;s:21:\"woocommerce-analytics\";i:9;s:5:\"notes\";i:10;s:7:\"monitor\";i:11;s:3:\"waf\";i:12;s:3:\"sso\";i:13;s:9:\"publicize\";i:14;s:6:\"photon\";i:15;s:13:\"tiled-gallery\";i:16;s:10:\"photon-cdn\";i:17;s:19:\"gravatar-hovercards\";i:18;s:13:\"related-posts\";i:19;s:9:\"seo-tools\";i:20;s:10:\"shortlinks\";i:21;s:8:\"sitemaps\";}','auto'), (281,'_transient_timeout_my_jetpack_write_access','1758545615','off'), (282,'_transient_my_jetpack_write_access','yes','off'), (283,'jetpack_tos_agreed','1','auto'), (284,'jetpack_secrets','a:0:{}','no'), (285,'_transient_jetpack_assumed_site_creation_date','2025-09-22 10:30:38','on'), (287,'jetpack_package_versions','a:6:{s:6:\"backup\";s:6:\"4.2.19\";s:10:\"connection\";s:6:\"6.18.5\";s:4:\"sync\";s:6:\"4.21.1\";s:6:\"search\";s:7:\"0.52.15\";s:10:\"videopress\";s:6:\"0.32.3\";s:5:\"stats\";s:6:\"0.17.2\";}','auto'), (288,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"k3VQ!uyer3l&5j(N!Y9Ksb1*GWMAXqDV.gz0G2I(!*94l*O2cE@u^jWjQZsMrPv9C\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"^SQ$kR*#g)AUOHp^1UxDHuAtjz*FMrNE.&LBIE4YAtJ@*F88jZNA9Jxkxvs5T4oRf.1\";}}','auto'), (290,'jetpack_protect_key','762553605ec65ceccc421cd23efd6dda0784f9f5','off'), (293,'jetpack_unique_registrations','1','auto'), (294,'jetpack_sync_settings_custom_queue_table_enabled','1','on'), (295,'jetpack_sync_settings_max_queue_size','5000','on'), (296,'jetpack_sync_settings_max_queue_lag','7200','on'), (298,'jetpack_persistent_blog_id','248613496','off'), (299,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','auto'), (300,'jetpack_sync_settings_dedicated_sync_enabled','1','on'), (301,'jetpack_sync_settings_sync_via_cron','1','on'), (303,'jetpack_sync_settings_dequeue_max_bytes','500000','on'), (304,'jetpack_sync_settings_upload_max_bytes','600000','on'), (305,'jetpack_sync_settings_upload_max_rows','500','on'), (306,'jetpack_sync_settings_sync_wait_time','10','on'), (307,'jetpack_sync_settings_sync_wait_threshold','10','on'), (308,'jetpack_sync_settings_enqueue_wait_time','1','on'), (309,'jetpack_sync_settings_queue_max_writes_sec','100','on'), (310,'jetpack_sync_settings_post_types_blacklist','a:44:{i:0;s:10:\"_term_meta\";i:1;s:11:\"ai1ec_event\";i:2;s:6:\"ai_log\";i:3;s:17:\"amp_validated_url\";i:4;s:9:\"bwg_album\";i:5;s:11:\"bwg_gallery\";i:6;s:19:\"customize_changeset\";i:7;s:12:\"dn_wp_yt_log\";i:8;s:16:\"flamingo_contact\";i:9;s:16:\"flamingo_inbound\";i:10;s:17:\"flamingo_outbound\";i:11;s:4:\"http\";i:12;s:8:\"idx_page\";i:13;s:19:\"jetpack_inspect_log\";i:14;s:17:\"jetpack_migration\";i:15;s:14:\"jp_img_sitemap\";i:16;s:20:\"jp_img_sitemap_index\";i:17;s:10:\"jp_sitemap\";i:18;s:16:\"jp_sitemap_index\";i:19;s:17:\"jp_sitemap_master\";i:20;s:14:\"jp_vid_sitemap\";i:21;s:20:\"jp_vid_sitemap_index\";i:22;s:11:\"msm_sitemap\";i:23;s:17:\"postman_sent_mail\";i:24;s:10:\"rssap-feed\";i:25;s:15:\"rssmi_feed_item\";i:26;s:16:\"scheduled-action\";i:27;s:20:\"secupress_log_action\";i:28;s:17:\"sg_optimizer_jobs\";i:29;s:14:\"sl-insta-media\";i:30;s:6:\"snitch\";i:31;s:19:\"vip-legacy-redirect\";i:32;s:15:\"wp-rest-api-log\";i:33;s:12:\"wp_automatic\";i:34;s:6:\"wp_log\";i:35;s:17:\"wpephpcompat_jobs\";i:36;s:15:\"wprss_feed_item\";i:37;s:15:\"tribe-ea-record\";i:38;s:17:\"wphb_minify_group\";i:39;s:16:\"bigcommerce_task\";i:40;s:20:\"secupress_log_err404\";i:41;s:20:\"iw_omnibus_price_log\";i:42;s:14:\"od_url_metrics\";i:43;s:9:\"ap_outbox\";}','on'), (314,'jetpack_sync_settings_taxonomies_blacklist','a:149:{i:0;s:9:\"ancestors\";i:1;s:13:\"archives_link\";i:2;s:13:\"attached_file\";i:3;s:14:\"attached_media\";i:4;s:19:\"attached_media_args\";i:5;s:10:\"attachment\";i:6;s:19:\"available_languages\";i:7;s:6:\"avatar\";i:8;s:20:\"avatar_comment_types\";i:9;s:11:\"avatar_data\";i:10;s:10:\"avatar_url\";i:11;s:12:\"bloginfo_rss\";i:12;s:13:\"blogs_of_user\";i:13;s:13:\"bookmark_link\";i:14;s:9:\"bookmarks\";i:15;s:8:\"calendar\";i:16;s:13:\"canonical_url\";i:17;s:19:\"categories_per_page\";i:18;s:19:\"categories_taxonomy\";i:19;s:13:\"category_form\";i:20;s:20:\"category_form_fields\";i:21;s:17:\"category_form_pre\";i:22;s:7:\"comment\";i:23;s:10:\"comment_ID\";i:24;s:14:\"comment_author\";i:25;s:17:\"comment_author_IP\";i:26;s:20:\"comment_author_email\";i:27;s:19:\"comment_author_link\";i:28;s:18:\"comment_author_url\";i:29;s:23:\"comment_author_url_link\";i:30;s:12:\"comment_date\";i:31;s:15:\"comment_excerpt\";i:32;s:12:\"comment_link\";i:33;s:20:\"comment_misc_actions\";i:34;s:12:\"comment_text\";i:35;s:12:\"comment_time\";i:36;s:12:\"comment_type\";i:37;s:13:\"comments_link\";i:38;s:15:\"comments_number\";i:39;s:21:\"comments_pagenum_link\";i:40;s:11:\"custom_logo\";i:41;s:8:\"date_sql\";i:42;s:22:\"default_comment_status\";i:43;s:16:\"delete_post_link\";i:44;s:18:\"edit_bookmark_link\";i:45;s:17:\"edit_comment_link\";i:46;s:14:\"edit_post_link\";i:47;s:13:\"edit_tag_link\";i:48;s:14:\"edit_term_link\";i:49;s:14:\"edit_user_link\";i:50;s:8:\"enclosed\";i:51;s:15:\"feed_build_date\";i:52;s:13:\"form_advanced\";i:53;s:17:\"form_after_editor\";i:54;s:16:\"form_after_title\";i:55;s:21:\"form_before_permalink\";i:56;s:8:\"form_top\";i:57;s:18:\"handle_product_cat\";i:58;s:16:\"header_image_tag\";i:59;s:16:\"header_video_url\";i:60;s:9:\"image_tag\";i:61;s:15:\"image_tag_class\";i:62;s:12:\"lastpostdate\";i:63;s:16:\"lastpostmodified\";i:64;s:4:\"link\";i:65;s:18:\"link_category_form\";i:66;s:25:\"link_category_form_fields\";i:67;s:22:\"link_category_form_pre\";i:68;s:15:\"main_network_id\";i:69;s:5:\"media\";i:70;s:15:\"media_item_args\";i:71;s:7:\"ms_user\";i:72;s:7:\"network\";i:73;s:12:\"object_terms\";i:74;s:6:\"option\";i:75;s:4:\"page\";i:76;s:9:\"page_form\";i:77;s:15:\"page_of_comment\";i:78;s:8:\"page_uri\";i:79;s:12:\"pagenum_link\";i:80;s:5:\"pages\";i:81;s:6:\"plugin\";i:82;s:4:\"post\";i:83;s:14:\"post_galleries\";i:84;s:12:\"post_gallery\";i:85;s:9:\"post_link\";i:86;s:18:\"post_modified_time\";i:87;s:11:\"post_status\";i:88;s:9:\"post_time\";i:89;s:8:\"postmeta\";i:90;s:14:\"posts_per_page\";i:91;s:19:\"product_search_form\";i:92;s:11:\"profile_url\";i:93;s:4:\"pung\";i:94;s:9:\"role_list\";i:95;s:16:\"sample_permalink\";i:96;s:21:\"sample_permalink_html\";i:97;s:8:\"schedule\";i:98;s:11:\"search_form\";i:99;s:12:\"search_query\";i:100;s:9:\"shortlink\";i:101;s:4:\"site\";i:102;s:18:\"site_email_content\";i:103;s:13:\"site_icon_url\";i:104;s:11:\"site_option\";i:105;s:13:\"space_allowed\";i:106;s:3:\"tag\";i:107;s:8:\"tag_form\";i:108;s:15:\"tag_form_fields\";i:109;s:12:\"tag_form_pre\";i:110;s:8:\"tag_link\";i:111;s:4:\"tags\";i:112;s:13:\"tags_per_page\";i:113;s:4:\"term\";i:114;s:9:\"term_link\";i:115;s:18:\"term_relationships\";i:116;s:15:\"term_taxonomies\";i:117;s:13:\"term_taxonomy\";i:118;s:5:\"terms\";i:119;s:10:\"terms_args\";i:120;s:14:\"terms_defaults\";i:121;s:12:\"terms_fields\";i:122;s:13:\"terms_orderby\";i:123;s:23:\"the_archive_description\";i:124;s:17:\"the_archive_title\";i:125;s:14:\"the_categories\";i:126;s:8:\"the_date\";i:127;s:11:\"the_excerpt\";i:128;s:8:\"the_guid\";i:129;s:17:\"the_modified_date\";i:130;s:17:\"the_modified_time\";i:131;s:25:\"the_post_type_description\";i:132;s:8:\"the_tags\";i:133;s:9:\"the_terms\";i:134;s:8:\"the_time\";i:135;s:21:\"theme_starter_content\";i:136;s:7:\"to_ping\";i:137;s:4:\"user\";i:138;s:17:\"user_created_user\";i:139;s:9:\"user_form\";i:140;s:12:\"user_profile\";i:141;s:19:\"user_profile_update\";i:142;s:8:\"usermeta\";i:143;s:12:\"usernumposts\";i:144;s:12:\"users_drafts\";i:145;s:7:\"webhook\";i:146;s:6:\"widget\";i:147;s:19:\"woocommerce_archive\";i:148;s:12:\"wp_title_rss\";}','on'), (316,'jetpack_sync_settings_render_filtered_content','0','on'), (317,'jetpack_sync_settings_post_meta_whitelist','a:80:{i:0;s:24:\"_feedback_akismet_values\";i:1;s:15:\"_feedback_email\";i:2;s:22:\"_feedback_extra_fields\";i:3;s:21:\"_g_feedback_shortcode\";i:4;s:23:\"_jetpack_post_thumbnail\";i:5;s:25:\"_last_editor_used_jetpack\";i:6;s:18:\"_menu_item_classes\";i:7;s:27:\"_menu_item_menu_item_parent\";i:8;s:17:\"_menu_item_object\";i:9;s:20:\"_menu_item_object_id\";i:10;s:19:\"_menu_item_orphaned\";i:11;s:15:\"_menu_item_type\";i:12;s:14:\"_menu_item_xfn\";i:13;s:24:\"_publicize_facebook_user\";i:14;s:23:\"_publicize_twitter_user\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:27:\"_wp_attachment_backup_sizes\";i:18;s:22:\"_wp_attachment_context\";i:19;s:24:\"_wp_attachment_image_alt\";i:20;s:35:\"_wp_attachment_is_custom_background\";i:21;s:31:\"_wp_attachment_is_custom_header\";i:22;s:23:\"_wp_attachment_metadata\";i:23;s:12:\"_wp_old_date\";i:24;s:17:\"_wp_page_template\";i:25;s:30:\"_wp_trash_meta_comments_status\";i:26;s:21:\"_wpas_feature_enabled\";i:27;s:10:\"_wpas_mess\";i:28;s:13:\"_wpas_options\";i:29;s:24:\"advanced_seo_description\";i:30;s:13:\"content_width\";i:31;s:14:\"custom_css_add\";i:32;s:23:\"custom_css_preprocessor\";i:33;s:9:\"enclosure\";i:34;s:9:\"imagedata\";i:35;s:10:\"nova_price\";i:36;s:17:\"publicize_results\";i:37;s:16:\"sharing_disabled\";i:38;s:18:\"switch_like_status\";i:39;s:15:\"videopress_guid\";i:40;s:18:\"vimeo_poster_image\";i:41;s:28:\"_jetpack_blogging_prompt_key\";i:42;s:9:\"footnotes\";i:43;s:42:\"_jetpack_memberships_contains_paid_content\";i:44;s:25:\"jetpack_memberships_price\";i:45;s:28:\"jetpack_memberships_currency\";i:46;s:35:\"jetpack_memberships_site_subscriber\";i:47;s:30:\"jetpack_memberships_product_id\";i:48;s:24:\"jetpack_memberships_tier\";i:49;s:30:\"jetpack_memberships_is_deleted\";i:50;s:32:\"jetpack_memberships_is_sandboxed\";i:51;s:30:\"memberships_coupon_coupon_code\";i:52;s:34:\"memberships_coupon_can_be_combined\";i:53;s:43:\"memberships_coupon_first_time_purchase_only\";i:54;s:33:\"memberships_coupon_limit_per_user\";i:55;s:32:\"memberships_coupon_discount_type\";i:56;s:33:\"memberships_coupon_discount_value\";i:57;s:38:\"memberships_coupon_discount_percentage\";i:58;s:36:\"memberships_coupon_discount_currency\";i:59;s:29:\"memberships_coupon_start_date\";i:60;s:27:\"memberships_coupon_end_date\";i:61;s:38:\"memberships_coupon_plan_ids_allow_list\";i:62;s:27:\"memberships_coupon_duration\";i:63;s:35:\"memberships_coupon_email_allow_list\";i:64;s:29:\"memberships_coupon_is_deleted\";i:65;s:31:\"memberships_coupon_is_sandboxed\";i:66;s:24:\"memberships_gift_user_id\";i:67;s:24:\"memberships_gift_plan_id\";i:68;s:27:\"memberships_gift_is_deleted\";i:69;s:14:\"spay_paypal_id\";i:70;s:11:\"spay_status\";i:71;s:15:\"spay_product_id\";i:72;s:13:\"spay_quantity\";i:73;s:10:\"spay_price\";i:74;s:19:\"spay_customer_email\";i:75;s:13:\"spay_currency\";i:76;s:8:\"spay_cta\";i:77;s:10:\"spay_email\";i:78;s:13:\"spay_multiple\";i:79;s:20:\"spay_formatted_price\";}','on'), (319,'jetpack_sync_settings_comment_meta_whitelist','a:4:{i:0;s:9:\"hc_avatar\";i:1;s:18:\"hc_foreign_user_id\";i:2;s:10:\"hc_post_as\";i:3;s:15:\"hc_wpcom_id_sig\";}','on'), (321,'jetpack_sync_settings_max_enqueue_full_sync','100','on'), (322,'jetpack_sync_settings_max_queue_size_full_sync','1000','on'), (323,'jetpack_sync_settings_cron_sync_time_limit','240','on'), (324,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','on'), (325,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','on'), (326,'jetpack_sync_settings_sync_sender_enabled','1','on'), (327,'jetpack_sync_settings_full_sync_sender_enabled','1','on'), (328,'jetpack_sync_settings_full_sync_send_duration','9','on'), (329,'jetpack_sync_settings_full_sync_limits','a:7:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:500;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:11:\"woocommerce\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:23:\"woocommerce_hpos_orders\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}','on'), (330,'jetpack_sync_settings_checksum_disable','0','on'), (331,'jetpack_sync_settings_wpcom_rest_api_enabled','1','on'), (345,'jetpack_constants_sync_checksum','a:21:{s:7:\"ABSPATH\";i:2822674948;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:2565308614;s:11:\"PHP_VERSION\";i:1907255624;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:276030108;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;}','auto'), (346,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'), (356,'jetpack_callables_sync_checksum','a:42:{s:21:\"get_loaded_extensions\";i:1417068060;s:11:\"get_plugins\";i:2586138093;s:10:\"get_themes\";i:478808535;s:24:\"get_plugins_action_links\";i:836260272;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:536127587;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:1943661593;s:17:\"main_network_site\";i:536127587;s:26:\"main_network_site_wpcom_id\";i:845495790;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:4058191069;s:10:\"post_types\";i:2727828961;s:27:\"rest_api_allowed_post_types\";i:1765992367;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:1426873501;s:10:\"shortcodes\";i:86345074;s:13:\"site_icon_url\";i:734881840;s:8:\"site_url\";i:536127587;s:10:\"taxonomies\";i:1481308792;s:13:\"theme_support\";i:893414592;s:8:\"timezone\";i:3358358914;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:2450289511;s:10:\"wp_version\";i:1455434799;s:14:\"active_modules\";i:2170769767;s:33:\"jetpack_connection_active_plugins\";i:1117076940;s:24:\"jetpack_package_versions\";i:1136022250;s:27:\"jetpack_sync_active_modules\";i:3829104773;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:2588148554;s:24:\"available_jetpack_blocks\";i:4191911859;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'), (357,'jpsq_sync_checkout','0:0','no'), (360,'jetpack_plugin_api_action_links','a:1:{s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"Jetpack\'im\";s:56:\"https://adminulan.com/wp-admin/admin.php?page=my-jetpack\";}}','auto'), (361,'verification_services_codes','a:2:{i:0;s:1:\"0\";s:6:\"google\";s:43:\"TDvhkpRHHLREKgFDO_9xzCyRfvUcps8lnN4iaG3Cm20\";}','auto'), (368,'jetpack_next_sync_time_sync','1758566859','on'), (369,'jp_sync_lock_full_sync','','off'), (377,'jetpack_next_sync_time_full-sync-enqueue','1758543904','on'), (379,'jp_sync_retry_after_immediate-send','','off'), (380,'jp_sync_last_success_sync','1758889448.4468','off'), (381,'_transient_timeout_jetpack_sync_dedicated_sync_spawn_check','1758547428','off'), (382,'_transient_jetpack_sync_dedicated_sync_spawn_check','DEDICATED SYNC OK','off'), (383,'jp_sync_error_log_immediate-send','a:4:{s:15:\"1758543828.9302\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1758543829.2844\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1758543832.3158\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1758543832.6443\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 22 Sep 2025 12:23:52 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root? Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:18:\"31.hhn _dfw BYPASS\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:13:\"server-timing\";s:49:\"a8c-cdn, dc;desc=hhn, cache;desc=BYPASS;dur=223.0\";}s:4:\"body\";s:472:\"\n\n \n \n \n \n faultCode\n 400\n \n \n faultString\n Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID\n \n \n \n \n\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}}','auto'), (384,'jp_sync_last_success_immediate-send','1758566460.5649','off'), (393,'_transient_timeout_dirsize_cache','2073903836','off'), (394,'_transient_dirsize_cache','a:3:{s:59:\"/var/www/webserver/adminulan.com/wp-content/uploads/2025/09\";i:10338494;s:56:\"/var/www/webserver/adminulan.com/wp-content/uploads/2025\";i:10338494;s:51:\"/var/www/webserver/adminulan.com/wp-content/uploads\";i:10338494;}','off'), (395,'_transient_timeout_jetpack_sync_last_sent_users_1758543826','1758547438','off'), (396,'_transient_jetpack_sync_last_sent_users_1758543826','a:4:{s:9:\"last_sent\";s:2:\"~0\";s:9:\"timestamp\";i:1758543838;s:11:\"stuck_count\";i:0;s:19:\"adjusted_chunk_size\";i:100;}','off'), (402,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','auto'), (406,'jetpack_active_modules_initialized','1','auto'), (412,'_transient_timeout_jetpack_a8c_data','1759148648','off'), (413,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1470;s:9:\"countries\";i:82;s:9:\"languages\";s:3:\"109\";s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}','off'), (420,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','off'), (424,'jetpack_active_plan','a:11:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:15:\"subscribed_date\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:20:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:18:\"upload-audio-files\";i:14;s:18:\"upload-video-files\";i:15;s:15:\"whatsapp-button\";i:16;s:25:\"social-image-auto-convert\";i:17;s:17:\"social-admin-page\";i:18;s:19:\"social-share-status\";i:19;s:21:\"social-editor-preview\";}s:9:\"available\";a:49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','on'), (431,'_transient_timeout_my-jetpack-site-info','1758630251','off'), (432,'_transient_my-jetpack-site-info','O:8:\"stdClass\":46:{s:2:\"ID\";i:248613496;s:4:\"slug\";s:13:\"adminulan.com\";s:4:\"name\";s:26:\"Küfürle Çalışan IT\'ci\";s:11:\"description\";s:62:\"Alacağınız backup’ı sikim, aynı diske alınır mı lan?\";s:3:\"URL\";s:21:\"https://adminulan.com\";s:15:\"user_can_manage\";b:0;s:12:\"capabilities\";O:8:\"stdClass\":24:{s:10:\"edit_pages\";b:0;s:10:\"edit_posts\";b:0;s:17:\"edit_others_posts\";b:0;s:17:\"edit_others_pages\";b:0;s:12:\"delete_posts\";b:0;s:19:\"delete_others_posts\";b:0;s:18:\"edit_theme_options\";b:0;s:10:\"edit_users\";b:0;s:10:\"list_users\";b:0;s:17:\"manage_categories\";b:0;s:14:\"manage_options\";b:0;s:17:\"moderate_comments\";b:0;s:16:\"activate_wordads\";b:0;s:13:\"promote_users\";b:0;s:13:\"publish_posts\";b:0;s:12:\"upload_files\";b:0;s:12:\"delete_users\";b:0;s:12:\"remove_users\";b:0;s:8:\"own_site\";b:0;s:10:\"view_stats\";b:0;s:16:\"activate_plugins\";b:0;s:14:\"update_plugins\";b:0;s:6:\"export\";b:0;s:6:\"import\";b:0;}s:7:\"jetpack\";b:1;s:18:\"jetpack_connection\";b:1;s:12:\"is_multisite\";b:0;s:10:\"site_owner\";i:137111968;s:17:\"subscribers_count\";i:1;s:4:\"lang\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:2:\"id\";i:0;s:5:\"sizes\";a:0:{}s:3:\"url\";s:0:\"\";}s:7:\"visible\";N;s:10:\"is_private\";b:0;s:14:\"is_coming_soon\";b:0;s:16:\"single_user_site\";b:1;s:6:\"is_vip\";b:0;s:12:\"is_following\";b:0;s:15:\"organization_id\";i:0;s:7:\"options\";O:8:\"stdClass\":91:{s:8:\"timezone\";s:0:\"\";s:10:\"gmt_offset\";i:3;s:11:\"blog_public\";i:1;s:18:\"videopress_enabled\";b:0;s:26:\"upgraded_filetypes_enabled\";b:1;s:9:\"login_url\";s:34:\"https://adminulan.com/wp-login.php\";s:9:\"admin_url\";s:31:\"https://adminulan.com/wp-admin/\";s:16:\"is_mapped_domain\";b:1;s:11:\"is_redirect\";b:0;s:12:\"unmapped_url\";s:21:\"https://adminulan.com\";s:23:\"featured_images_enabled\";b:0;s:10:\"theme_slug\";s:9:\"didi-lite\";s:12:\"theme_errors\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"name\";s:24:\"e2e-tests-twilio-webhook\";s:6:\"errors\";a:1:{i:0;s:92:\"The theme defines itself as its parent theme. Please check the Template header.\";}}i:1;O:8:\"stdClass\":2:{s:4:\"name\";s:12:\"a-test-theme\";s:6:\"errors\";a:1:{i:0;s:310:\"Template is missing. Standalone themes need to have a templates/index.html or index.php template file. Child themes need to have a Template header in the style.css stylesheet.\";}}}s:12:\"header_image\";b:0;s:16:\"background_color\";b:0;s:23:\"image_default_link_type\";s:4:\"none\";s:21:\"image_thumbnail_width\";i:150;s:22:\"image_thumbnail_height\";i:150;s:20:\"image_thumbnail_crop\";i:0;s:18:\"image_medium_width\";i:300;s:19:\"image_medium_height\";i:300;s:17:\"image_large_width\";i:1024;s:18:\"image_large_height\";i:1024;s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:12:\"post_formats\";a:0:{}s:19:\"default_post_format\";s:1:\"0\";s:16:\"default_category\";i:1;s:18:\"allowed_file_types\";a:36:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"png\";i:3;s:3:\"gif\";i:4;s:3:\"pdf\";i:5;s:3:\"doc\";i:6;s:3:\"ppt\";i:7;s:3:\"odt\";i:8;s:4:\"pptx\";i:9;s:4:\"docx\";i:10;s:3:\"pps\";i:11;s:4:\"ppsx\";i:12;s:3:\"xls\";i:13;s:4:\"xlsx\";i:14;s:3:\"key\";i:15;s:4:\"webp\";i:16;s:4:\"heic\";i:17;s:4:\"heif\";i:18;s:3:\"asc\";i:19;s:3:\"mp3\";i:20;s:3:\"m4a\";i:21;s:3:\"wav\";i:22;s:3:\"ogg\";i:23;s:3:\"zip\";i:24;s:3:\"txt\";i:25;s:4:\"tiff\";i:26;s:3:\"bmp\";i:27;s:3:\"ogv\";i:28;s:3:\"mp4\";i:29;s:3:\"m4v\";i:30;s:3:\"mov\";i:31;s:3:\"wmv\";i:32;s:3:\"avi\";i:33;s:3:\"mpg\";i:34;s:3:\"3gp\";i:35;s:3:\"3g2\";}s:13:\"show_on_front\";s:5:\"posts\";s:21:\"default_likes_enabled\";b:1;s:22:\"default_sharing_status\";b:1;s:22:\"default_comment_status\";b:1;s:19:\"default_ping_status\";b:1;s:16:\"software_version\";s:5:\"6.8.2\";s:10:\"created_at\";s:25:\"2025-09-22T12:23:39+00:00\";s:10:\"updated_at\";s:25:\"2025-09-22T12:23:43+00:00\";s:7:\"wordads\";b:0;s:30:\"publicize_permanently_disabled\";b:0;s:11:\"frame_nonce\";s:10:\"6595489733\";s:19:\"jetpack_frame_nonce\";s:45:\"1758630251:0:144f29cf0de159933633c778ec8fb8cc\";s:9:\"headstart\";b:0;s:18:\"headstart_is_fresh\";b:0;s:20:\"ak_vp_bundle_enabled\";i:0;s:35:\"advanced_seo_front_page_description\";s:0:\"\";s:26:\"advanced_seo_title_formats\";a:0:{}s:27:\"verification_services_codes\";a:0:{}s:18:\"podcasting_archive\";N;s:14:\"is_domain_only\";b:0;s:21:\"is_automated_transfer\";b:0;s:15:\"is_wpcom_atomic\";b:0;s:14:\"is_wpcom_store\";b:0;s:21:\"woocommerce_is_active\";b:0;s:25:\"editing_toolkit_is_active\";b:1;s:11:\"design_type\";N;s:10:\"site_goals\";a:0:{}s:12:\"site_segment\";b:0;s:13:\"import_engine\";N;s:15:\"is_pending_plan\";b:0;s:18:\"is_wpforteams_site\";b:0;s:14:\"p2_hub_blog_id\";N;s:17:\"is_cloud_eligible\";b:0;s:14:\"anchor_podcast\";b:0;s:36:\"was_created_with_blank_canvas_design\";b:0;s:23:\"videopress_storage_used\";i:0;s:24:\"is_difm_lite_in_progress\";b:0;s:22:\"is_summer_special_2025\";b:0;s:11:\"site_intent\";s:0:\"\";s:19:\"site_partner_bundle\";s:0:\"\";s:18:\"onboarding_segment\";s:0:\"\";s:16:\"site_vertical_id\";b:0;s:16:\"launchpad_screen\";b:0;s:34:\"launchpad_checklist_tasks_statuses\";O:8:\"stdClass\":3:{s:10:\"site_title\";b:1;s:10:\"setup_free\";b:1;s:13:\"setup_general\";b:1;}s:28:\"migration_source_site_domain\";s:0:\"\";s:24:\"wpcom_production_blog_id\";i:0;s:22:\"wpcom_staging_blog_ids\";a:0:{}s:9:\"can_blaze\";b:1;s:16:\"wpcom_site_setup\";b:0;s:13:\"is_commercial\";b:0;s:21:\"is_commercial_reasons\";a:0:{}s:21:\"wpcom_admin_interface\";s:0:\"\";s:27:\"wpcom_classic_early_release\";b:0;s:15:\"jetpack_version\";s:4:\"15.0\";s:17:\"main_network_site\";s:21:\"https://adminulan.com\";s:14:\"active_modules\";a:10:{i:0;s:18:\"account-protection\";i:1;s:5:\"blaze\";i:2;s:6:\"blocks\";i:3;s:12:\"contact-form\";i:4;s:8:\"json-api\";i:5;s:7:\"protect\";i:6;s:5:\"stats\";i:7;s:18:\"verification-tools\";i:8;s:21:\"woocommerce-analytics\";i:9;s:5:\"notes\";}s:15:\"max_upload_size\";b:0;s:15:\"wp_memory_limit\";s:8:\"41943040\";s:19:\"wp_max_memory_limit\";s:9:\"268435456\";s:16:\"is_multi_network\";b:0;s:13:\"is_multi_site\";b:0;s:17:\"file_mod_disabled\";b:0;s:33:\"jetpack_connection_active_plugins\";a:1:{i:0;s:7:\"jetpack\";}}s:21:\"p2_thumbnail_elements\";N;s:4:\"plan\";O:8:\"stdClass\":11:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:15:\"subscribed_date\";s:0:\"\";s:8:\"features\";O:8:\"stdClass\":2:{s:6:\"active\";a:20:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:18:\"upload-audio-files\";i:14;s:18:\"upload-video-files\";i:15;s:15:\"whatsapp-button\";i:16;s:25:\"social-image-auto-convert\";i:17;s:17:\"social-admin-page\";i:18;s:19:\"social-share-status\";i:19;s:21:\"social-editor-preview\";}s:9:\"available\";O:8:\"stdClass\":49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}s:8:\"products\";a:0:{}s:17:\"zendesk_site_meta\";O:8:\"stdClass\":2:{s:4:\"plan\";s:4:\"free\";s:5:\"addon\";a:0:{}}s:4:\"meta\";O:8:\"stdClass\":1:{s:5:\"links\";O:8:\"stdClass\":5:{s:4:\"self\";s:58:\"https://public-api.wordpress.com/rest/v1.1/sites/248613496\";s:4:\"help\";s:63:\"https://public-api.wordpress.com/rest/v1.1/sites/248613496/help\";s:5:\"posts\";s:65:\"https://public-api.wordpress.com/rest/v1.1/sites/248613496/posts/\";s:8:\"comments\";s:68:\"https://public-api.wordpress.com/rest/v1.1/sites/248613496/comments/\";s:6:\"xmlrpc\";s:32:\"https://adminulan.com/xmlrpc.php\";}}s:5:\"quota\";O:8:\"stdClass\":4:{s:13:\"space_allowed\";i:1073741824;s:10:\"space_used\";i:0;s:12:\"percent_used\";i:0;s:15:\"space_available\";i:1073741824;}s:13:\"launch_status\";b:0;s:14:\"site_migration\";O:8:\"stdClass\":2:{s:11:\"is_complete\";b:0;s:11:\"in_progress\";b:0;}s:13:\"is_fse_active\";b:0;s:15:\"is_fse_eligible\";b:0;s:27:\"is_core_site_editor_enabled\";b:0;s:15:\"is_wpcom_atomic\";b:0;s:21:\"is_wpcom_staging_site\";b:0;s:17:\"user_interactions\";a:0:{}s:19:\"was_ecommerce_trial\";b:0;s:23:\"was_upgraded_from_trial\";b:0;s:19:\"was_migration_trial\";b:0;s:17:\"was_hosting_trial\";b:0;s:10:\"is_deleted\";b:0;s:13:\"is_a4a_client\";b:0;s:15:\"is_a4a_dev_site\";b:0;s:9:\"is_garden\";b:0;s:11:\"garden_name\";N;s:14:\"garden_partner\";N;}','off'), (437,'_transient_timeout_jetpack_account_mismatch_0298935dcb1cf1f64a7263d4a4347d8a','1758630252','off'), (438,'_transient_jetpack_account_mismatch_0298935dcb1cf1f64a7263d4a4347d8a','','off'), (446,'_transient_timeout_jetpack_restapi_stats_cache_502a46c6ded0c2ac1b7480812d864952','1758544154','off'), (447,'_transient_jetpack_restapi_stats_cache_502a46c6ded0c2ac1b7480812d864952','a:1:{i:1758543854;s:449:\"{\"date\":\"2025-09-22\",\"unit\":\"day\",\"fields\":[\"period\",\"visitors\",\"views\",\"likes\",\"comments\"],\"data\":[[\"2025-09-09\",0,0,0,0],[\"2025-09-10\",0,0,0,0],[\"2025-09-11\",0,0,0,0],[\"2025-09-12\",0,0,0,0],[\"2025-09-13\",0,0,0,0],[\"2025-09-14\",0,0,0,0],[\"2025-09-15\",0,0,0,0],[\"2025-09-16\",0,0,0,0],[\"2025-09-17\",0,0,0,0],[\"2025-09-18\",0,0,0,0],[\"2025-09-19\",0,0,0,0],[\"2025-09-20\",0,0,0,0],[\"2025-09-21\",0,0,0,0],[\"2025-09-22\",0,0,0,0]],\"start_date\":\"2025-09-09\"}\";}','off'), (450,'jetpack_protect_status','s:1221:\"O:8:\"stdClass\":8:{s:12:\"last_checked\";s:19:\"2025-09-22 12:24:45\";s:19:\"num_vulnerabilities\";i:0;s:27:\"num_plugins_vulnerabilities\";i:0;s:26:\"num_themes_vulnerabilities\";i:0;s:6:\"status\";s:11:\"in_progress\";s:4:\"core\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.8.2\";s:15:\"vulnerabilities\";a:0:{}}s:6:\"themes\";O:8:\"stdClass\":6:{s:11:\"comic-ebook\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"0.0.6\";s:15:\"vulnerabilities\";a:0:{}}s:9:\"didi-lite\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.1.9\";s:15:\"vulnerabilities\";a:0:{}}s:4:\"raft\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"1.1.10\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfive\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.3\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfour\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.3\";s:15:\"vulnerabilities\";a:0:{}}s:17:\"twentytwentythree\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.6\";s:15:\"vulnerabilities\";a:0:{}}}s:7:\"plugins\";O:8:\"stdClass\":3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"5.5\";s:15:\"vulnerabilities\";a:0:{}}s:25:\"cloudflare/cloudflare.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"4.12.8\";s:15:\"vulnerabilities\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:4:\"15.0\";s:15:\"vulnerabilities\";a:0:{}}}}\";','auto'), (451,'jetpack_protect_status_time','1758547577','auto'), (453,'_transient_timeout_jetpack_jitm_40ac041f8282f56d77083a6bc21c542','1758544155','off'), (454,'_transient_jetpack_jitm_40ac041f8282f56d77083a6bc21c542','a:1:{s:18:\"last_response_time\";i:1758543855;}','off'), (457,'_transient_timeout_my-jetpack-backup-status','1758544155','off'), (458,'_transient_my-jetpack-backup-status','a:2:{s:4:\"type\";s:5:\"error\";s:4:\"data\";a:3:{s:6:\"source\";s:6:\"rewind\";s:6:\"status\";s:8:\"site_new\";s:12:\"last_updated\";s:29:\"2025-09-22T12:24:14.871+00:00\";}}','off'), (470,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:13:\"Bunu paylaş:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','auto'), (471,'post_by_email_address1','NULL','auto'), (473,'monitor_receive_notifications','1','auto'), (476,'_transient_timeout_jetpack_jitm_462f545ff2b34a7c907a1bbad299d17','1758544308','off'), (477,'_transient_jetpack_jitm_462f545ff2b34a7c907a1bbad299d17','a:1:{s:18:\"last_response_time\";i:1758544008;}','off'), (488,'jetpack_sync_full_status','a:7:{s:22:\"start_action_processed\";b:1;s:26:\"cancelled_action_processed\";b:1;s:7:\"started\";i:1758543884;s:8:\"finished\";i:1758543904;s:8:\"progress\";a:10:{s:8:\"comments\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:9:\"constants\";a:3:{s:5:\"total\";i:21;s:4:\"sent\";i:21;s:8:\"finished\";b:1;}s:9:\"functions\";a:3:{s:5:\"total\";i:37;s:4:\"sent\";i:37;s:8:\"finished\";b:1;}s:7:\"options\";a:3:{s:5:\"total\";i:194;s:4:\"sent\";i:194;s:8:\"finished\";b:1;}s:5:\"posts\";a:4:{s:5:\"total\";s:2:\"11\";s:4:\"sent\";i:11;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:18:\"term_relationships\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";a:2:{s:9:\"object_id\";s:1:\"1\";s:16:\"term_taxonomy_id\";s:1:\"1\";}}s:5:\"terms\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:6:\"themes\";a:3:{s:5:\"total\";i:1;s:4:\"sent\";i:1;s:8:\"finished\";b:1;}s:7:\"updates\";a:3:{s:5:\"total\";i:3;s:4:\"sent\";i:3;s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}}s:6:\"config\";a:12:{s:8:\"comments\";b:1;s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:5:\"posts\";b:1;s:18:\"term_relationships\";b:1;s:5:\"terms\";b:1;s:6:\"themes\";b:1;s:7:\"updates\";b:1;s:5:\"users\";b:1;s:11:\"woocommerce\";b:1;s:23:\"woocommerce_hpos_orders\";b:1;}s:7:\"context\";s:31:\"initial_full_sync_create_client\";}','no'), (495,'_transient_timeout_jetpack_sync_last_sent_comments_1758543884','1758547499','off'), (496,'_transient_jetpack_sync_last_sent_comments_1758543884','a:4:{s:9:\"last_sent\";s:2:\"~0\";s:9:\"timestamp\";i:1758543899;s:11:\"stuck_count\";i:0;s:19:\"adjusted_chunk_size\";i:100;}','off'), (497,'_transient_timeout_jetpack_sync_last_sent_posts_1758543884','1758547499','off'), (498,'_transient_jetpack_sync_last_sent_posts_1758543884','a:4:{s:9:\"last_sent\";s:2:\"~0\";s:9:\"timestamp\";i:1758543899;s:11:\"stuck_count\";i:0;s:19:\"adjusted_chunk_size\";i:500;}','off'), (499,'_transient_timeout_jetpack_sync_last_sent_term_relationships_1758543884','1758547500','off'), (500,'_transient_jetpack_sync_last_sent_term_relationships_1758543884','a:4:{s:9:\"last_sent\";a:2:{s:9:\"object_id\";i:2147483647;s:16:\"term_taxonomy_id\";i:2147483647;}s:9:\"timestamp\";i:1758543900;s:11:\"stuck_count\";i:0;s:19:\"adjusted_chunk_size\";i:1000;}','off'), (501,'_transient_timeout_jetpack_sync_last_sent_terms_1758543884','1758547500','off'), (502,'_transient_jetpack_sync_last_sent_terms_1758543884','a:4:{s:9:\"last_sent\";s:2:\"~0\";s:9:\"timestamp\";i:1758543900;s:11:\"stuck_count\";i:0;s:19:\"adjusted_chunk_size\";i:1000;}','off'), (503,'_transient_timeout_jetpack_sync_last_sent_users_1758543884','1758547503','off'), (504,'_transient_jetpack_sync_last_sent_users_1758543884','a:4:{s:9:\"last_sent\";s:2:\"~0\";s:9:\"timestamp\";i:1758543903;s:11:\"stuck_count\";i:0;s:19:\"adjusted_chunk_size\";i:100;}','off'), (505,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1758543904.684615;}','auto'), (509,'jetpack_waf_mode','normal','auto'), (510,'jetpack_waf_automatic_rules','','auto'), (511,'jetpack_waf_rules_version','1.0.0','auto'), (512,'jetpack_waf_share_data','1','auto'), (517,'jetpack_waf_last_updated_timestamp','1758889568','auto'), (523,'_transient_timeout_jetpack_jitm_42573e694be8d59bd122407fe438c08','1758544249','off'), (524,'_transient_jetpack_jitm_42573e694be8d59bd122407fe438c08','a:1:{s:18:\"last_response_time\";i:1758543949;}','off'), (535,'jetpack-social_show_pricing_page','0','auto'), (536,'_transient_timeout_jetpack_social_services_list_v2','1758630357','off'), (537,'_transient_jetpack_social_services_list_v2','a:9:{i:0;a:6:{s:2:\"id\";s:8:\"facebook\";s:11:\"description\";s:53:\"Publish your posts to your Facebook timeline or page.\";s:5:\"label\";s:8:\"Facebook\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:1;s:21:\"additional_users_only\";b:1;}s:3:\"url\";N;}i:1;a:6:{s:2:\"id\";s:8:\"linkedin\";s:11:\"description\";s:44:\"Publish your posts to your LinkedIn profile.\";s:5:\"label\";s:8:\"LinkedIn\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:1;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}i:2;a:6:{s:2:\"id\";s:6:\"tumblr\";s:11:\"description\";s:39:\"Publish your posts to your Tumblr blog.\";s:5:\"label\";s:6:\"Tumblr\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:1;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}i:3;a:6:{s:2:\"id\";s:8:\"nextdoor\";s:11:\"description\";s:31:\"Publish your posts to Nextdoor.\";s:5:\"label\";s:8:\"Nextdoor\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:0;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}i:4;a:6:{s:2:\"id\";s:7:\"threads\";s:11:\"description\";s:30:\"Publish your posts to Threads.\";s:5:\"label\";s:7:\"Threads\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:0;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}i:5;a:6:{s:2:\"id\";s:7:\"bluesky\";s:11:\"description\";s:30:\"Publish your posts to Bluesky.\";s:5:\"label\";s:7:\"Bluesky\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:0;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}i:6;a:6:{s:2:\"id\";s:8:\"mastodon\";s:11:\"description\";s:45:\"Publish your posts to your Mastodon instance.\";s:5:\"label\";s:8:\"Mastodon\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:0;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}i:7;a:6:{s:2:\"id\";s:18:\"instagram-business\";s:11:\"description\";s:53:\"Publish your media to your Instagram Business account\";s:5:\"label\";s:18:\"Instagram Business\";s:6:\"status\";s:2:\"ok\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:1;s:21:\"additional_users_only\";b:1;}s:3:\"url\";N;}i:8;a:6:{s:2:\"id\";s:7:\"twitter\";s:11:\"description\";s:43:\"Publish your posts to your Twitter account.\";s:5:\"label\";s:7:\"Twitter\";s:6:\"status\";s:11:\"unsupported\";s:8:\"supports\";a:2:{s:16:\"additional_users\";b:0;s:21:\"additional_users_only\";b:0;}s:3:\"url\";N;}}','off'), (540,'_transient_timeout_jetpack_publicize_shares_info','1761135959','off'), (541,'_transient_jetpack_publicize_shares_info','a:7:{s:22:\"is_share_limit_enabled\";b:1;s:22:\"to_be_publicized_count\";i:0;s:11:\"share_limit\";i:30;s:16:\"publicized_count\";i:0;s:18:\"shared_posts_count\";i:0;s:16:\"shares_remaining\";i:30;s:25:\"computed_shares_remaining\";i:30;}','off'), (542,'jetpack_social_utm_settings','a:1:{s:7:\"enabled\";b:1;}','auto'), (544,'feedback_unread_count','0','auto'), (547,'_transient_timeout_jetpack_jitm_20af052041581d7ef1c259b512728ac','1758544270','off'), (548,'_transient_jetpack_jitm_20af052041581d7ef1c259b512728ac','a:1:{s:18:\"last_response_time\";i:1758543970;}','off'), (558,'_transient_timeout_jetpack_jitm_3c4595aa473f5c4904137fffcff4d11','1758544275','off'), (560,'_transient_jetpack_jitm_3c4595aa473f5c4904137fffcff4d11','a:1:{s:18:\"last_response_time\";i:1758543975;}','off'), (574,'_transient_timeout_my_jetpack_product_activated','1758544000','off'), (575,'_transient_my_jetpack_product_activated','anti-spam','off'), (581,'_transient_timeout_jetpack_last_plugin_sync','1758570213','off'), (582,'_transient_jetpack_last_plugin_sync','1758566613','off'), (586,'odyssey_stats_admin_asset_cache_buster','{\"cache_buster\":\"ccbac6c5bf3\",\"cached_at\":1758608022088}','off'), (587,'stats_options','a:11:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:12:\"do_not_track\";b:1;s:7:\"blog_id\";i:248613496;s:7:\"version\";s:1:\"9\";s:15:\"collapse_nudges\";b:0;s:20:\"enable_odyssey_stats\";b:1;s:24:\"odyssey_stats_changed_at\";i:0;s:7:\"notices\";a:0:{}s:5:\"views\";i:2;}','auto'), (590,'_transient_timeout_jetpack_jitm_3488003add480c12c66ec869f2afcb4','1758544310','off'), (591,'_transient_jetpack_jitm_3488003add480c12c66ec869f2afcb4','a:1:{s:18:\"last_response_time\";i:1758544010;}','off'), (592,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','auto'), (595,'tiled_galleries','1','auto'), (601,'_transient_timeout_jetpack_jitm_4414242c2d1bf94c1a557ee158797b6','1758544327','off'), (602,'_transient_jetpack_jitm_4414242c2d1bf94c1a557ee158797b6','a:1:{s:18:\"last_response_time\";i:1758544027;}','off'), (603,'_transient_timeout_jetpack_jitm_d02e7c4d0ea1d235114688d92523357','1758544342','off'), (604,'_transient_jetpack_jitm_d02e7c4d0ea1d235114688d92523357','a:1:{s:18:\"last_response_time\";i:1758544042;}','off'), (605,'gravatar_disable_hovercards','enabled','auto'), (609,'_transient_timeout_jetpack_jitm_dbcee372a0afd95b8149ac2063c0cd8','1758544349','off'), (610,'_transient_jetpack_jitm_dbcee372a0afd95b8149ac2063c0cd8','a:1:{s:18:\"last_response_time\";i:1758544049;}','off'), (625,'jetpack_sitemap_location','','auto'), (632,'open_graph_protocol_site_type','','auto'), (633,'facebook_admins','a:0:{}','auto'), (634,'jetpack-twitter-cards-site-tag','','auto'), (636,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','auto'), (649,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','auto'), (867,'_site_transient_timeout_php_check_bf05629fd259c5e3e696947741738355','1759165518','off'), (868,'_site_transient_php_check_bf05629fd259c5e3e696947741738355','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'), (930,'_site_transient_timeout_php_check_986ab27a5c44eb5941b7e3b238532f66','1759166944','off'), (931,'_site_transient_php_check_986ab27a5c44eb5941b7e3b238532f66','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'), (950,'recovery_mode_email_last_sent','1758562260','auto'), (953,'_transient_timeout_jetpack_restapi_stats_cache_4e4fc41f4d53ebf2d04a256154aa9677','1758562604','off'), (954,'_transient_jetpack_restapi_stats_cache_4e4fc41f4d53ebf2d04a256154aa9677','a:1:{i:1758562304;s:69:\"{\"date\":\"2025-09-22\",\"posts\":[{\"ID\":3,\"views\":0},{\"ID\":2,\"views\":0}]}\";}','off'), (1078,'jetpack_updates_sync_checksum','a:2:{s:14:\"update_plugins\";i:3416104521;s:13:\"update_themes\";i:85751148;}','auto'), (1089,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1758577259','off'), (1090,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:7433;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4922;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2799;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2751;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2142;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2095;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:2030;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1956;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1663;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1636;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1614;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1559;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1514;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1488;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1353;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1318;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1315;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1267;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1178;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1158;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1062;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1060;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:1057;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1052;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:1049;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:1018;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:1008;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:974;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:956;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:946;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:931;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:928;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:914;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:913;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:880;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:860;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:809;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:785;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:781;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:768;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:767;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:757;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:756;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:721;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:712;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:699;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:682;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:676;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:675;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:675;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:672;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:665;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:649;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:647;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:644;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:637;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:637;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:636;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:626;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:620;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:616;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:609;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:606;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:599;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:597;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:591;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:588;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:579;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:579;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:578;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:576;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:569;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:567;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:558;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:556;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:536;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:532;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:527;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:522;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:516;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:507;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:504;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:499;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:494;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:475;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:471;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:471;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:470;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:469;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:464;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:459;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:457;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:444;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:440;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:430;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:427;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:423;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:418;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:417;}}','off'), (1106,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.8.2.zip\";s:6:\"locale\";s:5:\"tr_TR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.8.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1758886275;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}','off'), (1108,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1758886276;s:7:\"checked\";a:6:{s:11:\"comic-ebook\";s:5:\"0.0.6\";s:9:\"didi-lite\";s:5:\"1.1.9\";s:4:\"raft\";s:6:\"1.1.10\";s:16:\"twentytwentyfive\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:6:{s:11:\"comic-ebook\";a:6:{s:5:\"theme\";s:11:\"comic-ebook\";s:11:\"new_version\";s:5:\"0.0.6\";s:3:\"url\";s:41:\"https://wordpress.org/themes/comic-ebook/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/comic-ebook.0.0.6.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.2\";}s:9:\"didi-lite\";a:6:{s:5:\"theme\";s:9:\"didi-lite\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:39:\"https://wordpress.org/themes/didi-lite/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/didi-lite.1.1.9.zip\";s:8:\"requires\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"5.8\";}s:4:\"raft\";a:6:{s:5:\"theme\";s:4:\"raft\";s:11:\"new_version\";s:6:\"1.1.10\";s:3:\"url\";s:34:\"https://wordpress.org/themes/raft/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/raft.1.1.10.zip\";s:8:\"requires\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"7.0\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'), (1141,'w3tc_state','{\"common.install\":1758566612,\"common.install_version\":\"2.8.12\",\"tasks.generic.last_run_version\":\"2.8.12\",\"tasks.last_run_version\":null,\"tasks.admin.last_run_version\":\"2.8.12\",\"license.status\":\"no_key\",\"license.next_check\":1758998615,\"license.terms\":\"\",\"license.community_terms\":\"accept\"}','off'), (1142,'w3tc_post_update_generic_tasks_ran_versions','a:1:{i:0;s:5:\"2.8.6\";}','off'), (1143,'w3tc_post_update_admin_tasks_ran_versions','a:2:{i:0;s:5:\"2.8.1\";i:1;s:5:\"2.8.6\";}','off'), (1144,'w3tc_install_date','2025-09-22 21:43:32','auto'), (1151,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1758653015}','auto'), (1152,'_transient_timeout_w3tc.verify_plugins','1759171415','off'), (1153,'_transient_w3tc.verify_plugins','1','off'), (1154,'w3tc_cached_notices','{\"time\":1758566622,\"notices\":[{\"id\":1,\"name\":\"flash-sale-half-off\",\"is_active\":1,\"audience\":\"all\",\"priority\":1,\"start_at\":\"2024-08-07 00:00:00\",\"end_at\":null,\"content\":\"
Get 50% off a W3 Total Cache 1 Site License! Use code flash-sale-half-off at checkout.\n
\n
\n
\n \n \n
\n
\n
\n\n\n\n
\"\"
\n

\n
\n\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:83:\"core/cover,core/group,core/navigation,core/paragraph,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1957:\"\n
\n
\n
\n\n
\n\n\n
\n\n\n\n
\"\"
\n

\n
\n
\n\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:295904;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3149:\"\n
\n
\n
\n

Ara

\n\n\n
\n\n\n\n
\n
\n

Sosyal

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n
\n
\n
\n\n\n\n
\n\n\n\n
\n\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3251:\"\n
\n
\n
\n

Ara

\n\n\n
\n\n\n\n
\n
\n

Sosyal

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:290146;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3048:\"\n
\n
\n
\n

KONUM

\n\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n
\n
\n\n\n\n
\n

Sayfalar

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Bizi takip edin

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n\n\n\n
\n

Proudly powered by WordPress

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3231:\"\n
\n
\n
\n

KONUM

\n\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n
\n
\n\n\n\n
\n

Sayfalar

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Bizi takip edin

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n\n\n\n
\n

Proudly powered by WordPress

\n
\n
\n\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:290216;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2957:\"\n
\n

Modeller

\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n

Proudly powered by WordPress

\n\n\n\n
\n
\n\n\n\n
\n
\n

Sayfalar

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Sosyal

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2942:\"\n
\n
\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n

Proudly powered by WordPress

\n\n\n\n
\n
\n\n\n\n
\n
\n

Sayfalar

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Sosyal

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n
\n\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:4608;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Baskı görselleri ile üç sütun\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1386:\"\n
\n
\n
\"Geometrik
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n
\"Beyaz
\n
\n\n\n\n
\n
\"Hem
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:35:\"Baskı görselleri ile üç sütun.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1781:\"\n
\n
\n
\"Geometrik
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n
\"Beyaz
\n
\n\n\n\n
\n
\"Hem
\n\n\n\n
\n
\n
\n\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:4609;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:18:\"Üç metin sütunu\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1310:\"\n
\n
\n

Sanal tur

\n\n\n\n

Müzede sanal bir tur alın. Okullar ve etkinlikler için idealdir.

\n
\n\n\n\n
\n

Güncel gösteriler

\n\n\n\n

Bilgi alın ve buradan güncel sergilerimize bakın.

\n
\n\n\n\n
\n

Yararlı bilgiler

\n\n\n\n

Açılış saatlerimizi, bilet fiyatlarımızı ve indirimlerimizi öğrenin.

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:19:\"Üç metin sütunu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1529:\"\n
\n
\n

Sanal tur ↗

\n\n\n\n

Müzede sanal bir tur alın. Okullar ve etkinlikler için idealdir.

\n
\n\n\n\n
\n

Güncel gösteriler ↗

\n\n\n\n

Bilgi alın ve buradan güncel sergilerimize bakın.

\n
\n\n\n\n
\n

Yararlı bilgiler ↗

\n\n\n\n

Açılış saatlerimizi, bilet fiyatlarımızı ve indirimlerimizi öğrenin.

\n
\n
\n\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:4611;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Görsel ve metin içeren üç sütun\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3641:\"\n
\n
\n
EKOSİSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"Güneş
\n
\n\n\n\n
\n
\"Rüzgar
\n
\n
\n\n\n\n
\n
\n
\"Güneş
\n
\n\n\n\n
\n
\n\n\n\n

Kuşkusuz cevaplanamayan hiçbir sorumuz yok. Şimdiye kadar yaratılışın mükemmelliğine güvenmeliyiz, çünkü zihinlerimizde şeylerin düzeni ne kadar merak uyandırmış olursa olsun, şeylerin düzeninin tatmin edebileceğine inanmalıyız. Her erkeğin durumu hiyeroglif olarak ortaya koyacağı sorulara bir çözümdür.

\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Baskı görünümü için dikey aralıklı, görsel ve metin ile üç sütun.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5167:\"\n
\n
\n
EKOSİSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"Güneş
\n
\n\n\n\n
\n
\"Rüzgar
\n
\n
\n\n\n\n
\n
\n
\"Güneş
\n
\n\n\n\n
\n
\n\n\n\n

Kuşkusuz cevaplanamayan hiçbir sorumuz yok. Şimdiye kadar yaratılışın mükemmelliğine güvenmeliyiz, çünkü zihinlerimizde şeylerin düzeni ne kadar merak uyandırmış olursa olsun, şeylerin düzeninin tatmin edebileceğine inanmalıyız. Her erkeğin durumu hiyeroglif olarak ortaya koyacağı sorulara bir çözümdür.

\n
\n
\n
\n
\n\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:4612;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Baskı başlığı ile iki metin sütunu\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2340:\"\n
\n
\n\n\n\n
\n
\n

Okyanus ilhamı

\n
\n\n\n\n
\n
\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Başlarının etrafında sarma peçeler, kadınlar güvertede yürüdü. Şimdi nehirden aşağı doğru kararlı bir şekilde ilerliyorlardı. Demirli gemilerin karanlık siluetlerini geçiyorlardı ve Londra, üzerinde soluk sarı bir gölgelik sarkık bir ışık sürüsüydü. Büyük tiyatroların ışıkları, uzun sokakların ışıkları, evsel konforun devasa karelerini gösteren ışıklar, havada yükseklere sarkan ışıklar vardı.

\n
\n\n\n\n
\n

Yüzlerce yıldır üzerlerine hiçbir karanlık yerleşmemişti. Kasabanın sonsuza kadar aynı yerde alev alması korkunç görünüyordu; en azından deniz üzerinde maceraya giden insanlar için korkunç ve onu sonsuza dek yanmış, sonsuza dek yaralanmış, kuşatılmış bir höyük olarak görmek. Geminin güvertesinden büyük şehir çömelmiş ve korkak bir figür, hareketsiz bir cimri ortaya çıktı.

\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"Baskı başlığı ile iki metin sütunu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2881:\"\n
\n
\n\n\n\n
\n
\n

Okyanus ilhamı

\n
\n\n\n\n
\n
\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Başlarının etrafında sarma peçeler, kadınlar güvertede yürüdü. Şimdi nehirden aşağı doğru kararlı bir şekilde ilerliyorlardı. Demirli gemilerin karanlık siluetlerini geçiyorlardı ve Londra, üzerinde soluk sarı bir gölgelik sarkık bir ışık sürüsüydü. Büyük tiyatroların ışıkları, uzun sokakların ışıkları, evsel konforun devasa karelerini gösteren ışıklar, havada yükseklere sarkan ışıklar vardı.

\n
\n\n\n\n
\n

Yüzlerce yıldır üzerlerine hiçbir karanlık yerleşmemişti. Kasabanın sonsuza kadar aynı yerde alev alması korkunç görünüyordu; en azından deniz üzerinde maceraya giden insanlar için korkunç ve onu sonsuza dek yanmış, sonsuza dek yaralanmış, kuşatılmış bir höyük olarak görmek. Geminin güvertesinden büyük şehir çömelmiş ve korkak bir figür, hareketsiz bir cimri ortaya çıktı.

\n
\n
\n\n\n\n
\n
\n\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:2386;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:53:\"Tam yükseklikteki kapsayıcı içinde ortam ve metin\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1487:\"\n
\n
\"Kurumuş,
\n

Sorun nedir?

\n\n\n\n

Ağaçlar bugün her zamankinden daha önemli. Ağaçlardan 10.000 üzerinde ürün yapıldığı bildiriliyor. Kimya sayesinde, mütevazı ağaçlık, bir balta Teksas ağacına ilk düştüğünde anlaşılmayacak kimyasallar, plastikler ve kumaşlar elde ediyor.

\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Solda görsel ile sağda metin ve düğme bulunan ortam ve metin bloğu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2043:\"\n
\n
\"Kurumuş,
\n

Sorun nedir?

\n\n\n\n

Ağaçlar bugün her zamankinden daha önemli. Ağaçlardan 10.000 üzerinde ürün yapıldığı bildiriliyor. Kimya sayesinde, mütevazı ağaçlık, bir balta Teksas ağacına ilk düştüğünde anlaşılmayacak kimyasallar, plastikler ve kumaşlar elde ediyor.

\n\n\n\n\n
\n
\n\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:4616;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Sağda görsel ile ortam ve metin\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:737:\"\n
\n

Mavi deniz ve kıyı

\n\n\n\n

Eleanor Harris (Amerikalı, 1901-1942)

\n
\"Parlak
\n\n\n\n

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:60:\"Sağda görsel ve solda metin içeren ortam ve metin bloğu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1173:\"\n
\n

Mavi deniz ve kıyı

\n\n\n\n

Eleanor Harris (Amerikalı, 1901-1942)

\n
\"Parlak
\n\n\n\n

\n\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:4618;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Solda görsel ile ortam ve metin\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:625:\"\n
\"Mimarinin
\n

Açık alanlar

\n\n\n\n

Örnek olay incelemesi

\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:61:\"Solda görsel ile sağda metin bulunan ortam ve metin bloğu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:858:\"\n
\"Mimarinin
\n

Açık alanlar

\n\n\n\n

Örnek olay incelemesi ↗

\n
\n\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:2387;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Metin ve düğme ile büyük üst bilgi\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1566:\"\n
\n

Yurtdışı:
1500 — 1960

\n\n\n\n
\n
\n

On altıncı ve yirminci yüzyıl arasında, zaman boyunca okyanusun farklı temsilleri hakkında bir sergi. 2. kattaki açık odamızda yer alıyor.

\n\n\n\n\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Arka plan görseli ile üstünde metin ve düğme olan büyük başlık.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2042:\"\n
\n

Yurtdışı:
1500 — 1960

\n\n\n\n
\n
\n

On altıncı ve yirminci yüzyıl arasında, zaman boyunca okyanusun farklı temsilleri hakkında bir sergi. 2. kattaki açık odamızda yer alıyor.

\n\n\n\n\n
\n\n\n\n
\n
\n
\n\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:4621;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Sola hizalanmış metin ile büyük üst bilgi\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1423:\"\n
\"\"
\n

Orman.

\n\n\n\n
\n
\n
\n\n\n\n

Bir çocuk bile ormanın ne kadar değerli olduğunu bilir. Ağaçların taze, nefes kesici kokusu. Yankılanan kuşlar bu yoğun büyüklüğün üzerinde uçuyor. Kararlı bir iklim, sürdürülebilir bir çeşitlilik yaşamı ve bir kültür kaynağı. Yine de, ormanlar ve diğer ekosistemler dengede duruyor, ekin tarlaları, meralar ve tarlalar olma tehdidi altında.

\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:34:\"Üstte bir söz ile kapak görseli\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1752:\"\n
\"\"
\n

Orman.

\n\n\n\n
\n
\n
\n\n\n\n

Bir çocuk bile ormanın ne kadar değerli olduğunu bilir. Ağaçların taze, nefes kesici kokusu. Yankılanan kuşlar bu yoğun büyüklüğün üzerinde uçuyor. Kararlı bir iklim, sürdürülebilir bir çeşitlilik yaşamı ve bir kültür kaynağı. Yine de, ormanlar ve diğer ekosistemler dengede duruyor, ekin tarlaları, meralar ve tarlalar olma tehdidi altında.

\n
\n\n\n\n
\n
\n
\n\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:2388;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:10:\"üst bilgi\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:542:\"\n

Berlin’de mimarlık, şehir planlama ve iç tasarım alanında uluslararası bir uygulamaya sahip bir stüdyoyuz. İşbirliğinin yaratıcı potansiyelini artırmak için bilgi paylaşımına ve diyaloğu teşvik etmeye inanıyoruz.

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:21:\"geniş metin, BAŞLIK\";s:16:\"wpop_description\";s:14:\"Başlık metni\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:637:\"\n

Berlin\'de mimarlık, şehir planlama ve iç tasarım alanında uluslararası bir uygulamaya sahip bir stüdyoyuz. İşbirliğinin yaratıcı potansiyelini artırmak için bilgi paylaşımına ve diyaloğu teşvik etmeye inanıyoruz.

\n\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:2392;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:8:\"alıntı\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:737:\"\n
\n\n\n\n
\"Russet
\n\n\n\n
\n

“Katkıda bulunmak bana gezegene faydalı olduğumu hissettiriyor.”

\n— Anna Wong, Gönüllü
\n\n\n\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1112:\"\n
\n\n\n\n
\"Russet
\n\n\n\n
\n

\"Katkıda bulunmak bana gezegene faydalı olduğumu hissettiriyor.\"

\n— Anna Wong, Gönüllü
\n\n\n\n
\n\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:2394;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"İki metin sütunu ve başlık\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1568:\"\n

Yolculuk başlamıştı ve yumuşak mavi bir gökyüzü ve sakin bir deniz ile mutlu bir şekilde başlamıştı.

\n\n\n\n
\n
\n

Onu güverteye kadar izlediler. Tüm duman ve evler kaybolmuştu ve gemi geniş bir deniz alanında çok taze ve berraktı, ancak erken ışıkta soluktu. Londra’dan çamurun üzerinde oturarak ayrılmışlardı. Ufukta sivrilen çok ince bir gölge çizgisi, Paris’in yüküne dayanacak kadar kalın değildi, yine de üzerinde durdu. Yollardan, insanoğlundan arındılar ve özgürlüklerindeki aynı coşku hepsinin içinden geçti.

\n
\n\n\n\n
\n

Gemi, onu tokatlayan küçük dalgalardan kararlı bir şekilde geçiyordu ve sonra efervescing suyu gibi fışkırdı, her iki tarafta da küçük bir kabarcık ve köpük sınırı bıraktı. Yukarıdaki renksiz Ekim gökyüzü, odun ateşi dumanının izindenmiş gibi ince bir şekilde gölgelendi ve hava harika bir şekilde tuzlu ve tempoluydu. Gerçekten de hareketsiz durmak için çok soğuktu. Bayan Ambrose kolunu kocasınınkine çekti ve uzaklaştıklarında eğimli yanağının iletişim kuracak özel bir şeyi olduğu ortaya çıktı.

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Uzun bir başlığı izleyen iki metin sütunu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1727:\"\n

Yolculuk başlamıştı ve yumuşak mavi bir gökyüzü ve sakin bir deniz ile mutlu bir şekilde başlamıştı.

\n\n\n\n
\n
\n

Onu güverteye kadar izlediler. Tüm duman ve evler kaybolmuştu ve gemi geniş bir deniz alanında çok taze ve berraktı, ancak erken ışıkta soluktu. Londra\'dan çamurun üzerinde oturarak ayrılmışlardı. Ufukta sivrilen çok ince bir gölge çizgisi, Paris\'in yüküne dayanacak kadar kalın değildi, yine de üzerinde durdu. Yollardan, insanoğlundan arındılar ve özgürlüklerindeki aynı coşku hepsinin içinden geçti.

\n
\n\n\n\n
\n

Gemi, onu tokatlayan küçük dalgalardan kararlı bir şekilde geçiyordu ve sonra efervescing suyu gibi fışkırdı, her iki tarafta da küçük bir kabarcık ve köpük sınırı bıraktı. Yukarıdaki renksiz Ekim gökyüzü, odun ateşi dumanının izindenmiş gibi ince bir şekilde gölgelendi ve hava harika bir şekilde tuzlu ve tempoluydu. Gerçekten de hareketsiz durmak için çok soğuktu. Bayan Ambrose kolunu kocasınınkine çekti ve uzaklaştıklarında eğimli yanağının iletişim kuracak özel bir şeyi olduğu ortaya çıktı.

\n
\n
\n\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:2395;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:20:\"Yan yana iki görsel\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:574:\"\n\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"İki örnek görsel ile görsel galerisi.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:707:\"\n\n\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:514958;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Intro area with heading and image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1699:\"\n
\n
\n\n\n\n
\n
\n
\n

Uncover a realm of opportunities.

\n
\n\n\n\n
\n

Exploring life’s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.

\n\n\n\n\n
\n
\n\n\n\n
\n\n\n\n
\"\"
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:4:\"hero\";s:16:\"wpop_description\";s:93:\"Two columns of text, left with a heading and right with a paragraph, with a wide image below.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2422:\"\n
\n
\n\n\n\n
\n
\n
\n

Uncover a realm of opportunities.

\n
\n\n\n\n
\n

Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.

\n\n\n\n\n
\n
\n\n\n\n
\n\n\n\n
\"\"
\n
\n\n\n\n
\n
\n\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1331:\"\n
\n
\n
\n\n\n\n
\"\"
\n\n\n\n
\n\n\n\n

Etcetera

\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"\n
\n
\n
\n\n\n\n
\"\"
\n\n\n\n
\n\n\n\n

Etcetera

\n\n\n\n
\n
\n
\n\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1084:\"\n
\"\"
\n
\n

bud!

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"\n
\"\"
\n
\n

bud!

\n
\n
\n\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1751:\"\n
\"\"
\n
\n\n\n\n
\n

DJANGO

\n\n\n\n

DJANGO

\n\n\n\n

DJANGO

\n\n\n\n

DJANGO

\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"\n
\"\"
\n
\n\n\n\n
\n

DJANGO

\n\n\n\n

DJANGO

\n\n\n\n

DJANGO

\n\n\n\n

DJANGO

\n
\n\n\n\n
\n
\n\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2229:\"\n
\n
\n
\n

Let ’em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.

\n\n\n\n\n
\n\n\n\n
\n

Let
‘EM
Roll

\n\n\n\n

Big
John
Patton

\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"\n
\n
\n
\n

Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.

\n\n\n\n\n
\n\n\n\n
\n

Let
\'EM
Roll

\n\n\n\n

Big
John
Patton

\n
\n
\n
\n\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2070:\"\n
\n
\n\n\n\n
\n
\n

MONK.

\n
\n\n\n\n
\n
\n

A new collection

\n\n\n\n

Learn More

\n
\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"\n
\n
\n\n\n\n
\n
\n

MONK.

\n
\n\n\n\n
\n
\n

A new collection

\n\n\n\n

Learn More →

\n
\n
\n
\n\n\n\n
\n
\n\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2684:\"\n
\n
\n
\n

Time for an adventure

\n\n\n\n
\n\n\n\n

Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home.

\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:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"\n
\n
\n
\n

Time for an adventure

\n\n\n\n
\n\n\n\n

Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home.

\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\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1739:\"\n
\"\"
\n
\n

Enjoy

\n\n\n\n

20% Off

\n\n\n\n
\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"\n
\"\"
\n
\n

Enjoy

\n\n\n\n

20% Off

\n\n\n\n
\n\n\n\n\n
\n
\n\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1639:\"\n
\n
\n

Embark

\n\n\n\n

ON A HIKING

\n\n\n\n

adventure and explore the beauty of nature’s best…

\n\n\n\n

In the

\n\n\n\n

WOODS.

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"\n
\n
\n

Embark

\n\n\n\n

ON A HIKING

\n\n\n\n

adventure and explore the beauty of nature\'s best…

\n\n\n\n

In the

\n\n\n\n

WOODS.

\n
\n
\n\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1436:\"\n
\n
\n

✴︎ Walk

\n\n\n\n

In the

\n\n\n\n

Park

\n\n\n\n

—01.03

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"\n
\n
\n

✴︎ Walk

\n\n\n\n

In the

\n\n\n\n

Park

\n\n\n\n

—01.03

\n
\n
\n\";}i:44;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2135:\"\n
\n
\n
\"\"
\n\n\n\n
\n

wAndering through the woods

\n\n\n\n
\n\n\n\n

Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home.

\n\n\n\n
\n\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"\n
\n
\n
\"\"
\n\n\n\n
\n

wAndering through the woods

\n\n\n\n
\n\n\n\n

Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home.

\n\n\n\n
\n\n\n\n\n
\n
\n
\n\";}i:45;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1622:\"\n
\"\"
\n
\n

Take a hike and wAnder through the woods

\n
\n\n\n\n
\n\n\n\n\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"\n
\"\"
\n
\n

Take a hike and wAnder through the woods

\n
\n\n\n\n
\n\n\n\n\n
\n\";}i:46;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1630:\"\n
\"\"
\n
\n

Embark on a hiking adventure and explore the beauty of the woods.

\n
\n\n\n\n
\n\n\n\n\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"\n
\"\"
\n
\n

Embark on a hiking adventure and explore the beauty of the woods.

\n
\n\n\n\n
\n\n\n\n\n
\n\";}i:47;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:942:\"\n
\n
\n
\"\"
\n\n\n\n
\"\"
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"\n
\n
\n
\"\"
\n\n\n\n
\"\"
\n
\n
\n\";}i:48;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"\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\";}i:49;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"\n
\n
\n\n
\n
\n\n
\n\n\n
\n\n
\n\n\n\n
\n\n\n\n
\n
\n\";}i:50;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4771:\"\n
\n
\n
\"Site
\n\n\n\n
\n\n\n
\n\n\n\n
\"\"
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"\n
\n
\n
\n\n\n
\n
\n\n\n
\n\n\n\n
\"\"
\n
\n
\n
\n\";}i:51;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4787:\"\n
\n
\"\"
\n
\n\n\n\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"\n
\n
\"\"
\n
\n
\n\n
\n\n\n
\n\n\n\n
\n
\n
\n\";}i:52;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3963:\"\n
\n
\n\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"\n
\n
\n
\n\n
\n\n\n\n
\n
\n
\n\";}i:53;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3640:\"\n
\n
\n

Modeller

\n\n

Beautifully designed patterns ready to go with a simple copy/paste

\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"\n
\n
\n
\n\n
\n\n\n
\n
\n\";}i:54;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4243:\"\n
\n
\n
\"Site
\n\n\n

Modeller

\n\n

Beautifully designed patterns ready to go with a simple copy/paste

\n
\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"\n
\n
\n
\n\n\n
\n\n
\n
\n\n\n
\n
\n\";}i:55;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3371:\"\n

Modeller

\n\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"\n
\n\n
\n\";}i:56;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3709:\"\n
\n
\"Site
\n\n

Modeller

\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"\n
\n
\n\n\n\n
\n
\n\";}i:57;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3477:\"\n

Modeller

\n\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"\n
\n\n
\n\";}i:58;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3771:\"\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"\n
\n
\n
\n\n
\n\n\n
\n
\n\";}i:59;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4249:\"\n
\n
\n

Proudly powered by WordPress

\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"\n
\n
\n

Proudly powered by WordPress

\n\n\n\n\n
\n
\n\";}i:60;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3152:\"\n
\n
\n
\n

Search

\n\n\n
\n\n\n\n
\n
\n

Social

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n
\n
\n
\n\n\n\n
\n\n\n\n
\n\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"\n
\n
\n
\n

Search

\n\n\n
\n\n\n\n
\n
\n

Social

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";}i:61;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:894:\"\n
\n
\n\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"\n
\n
\n
\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";}i:62;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3641:\"\n
\n
\n
\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"\n
\n
\n
\n\n\n\n

Proudly powered by WordPress

\n
\n
\n\";}i:63;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3042:\"\n
\n
\n
\n

Location

\n\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n
\n
\n\n\n\n
\n

Pages

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Follow us

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n\n\n\n
\n

Proudly powered by WordPress

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"\n
\n
\n
\n

Location

\n\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n
\n
\n\n\n\n
\n

Pages

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Follow us

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n\n\n\n
\n

Proudly powered by WordPress

\n
\n
\n\";}i:64;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4157:\"\n
\"Site
\n\n\n

Proudly powered by WordPress

\n\n\n\n\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"\n
\n\n\n

Proudly powered by WordPress

\n\n\n\n\n
\n\";}i:65;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4666:\"\n
\n

Modeller

\n\n\n
\n

Proudly powered by WordPress

\n
\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"\n
\n
\n\n\n
\n

Proudly powered by WordPress

\n
\n\n\n\n\n
\n
\n\";}i:66;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2954:\"\n
\n

Modeller

\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n

Proudly powered by WordPress

\n\n\n\n
\n
\n\n\n\n
\n
\n

Pages

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Social

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"\n
\n
\n\n\n

2020 Lomita Blvd, 
Torrance, CA 90101
United States

\n\n\n\n

Proudly powered by WordPress

\n\n\n\n
\n
\n\n\n\n
\n
\n

Pages

\n\n\n\n\n\n
\n
\n\n\n\n
\n

Social

\n\n\n\n
\n

Facebook

\n\n\n\n

Instagram

\n\n\n\n

Twitter

\n
\n\n\n\n
\n
\n
\n
\n\";}i:67;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1358:\"\n
\n
\n
\"Close-up,
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n
\"Close-up,
\n
\n\n\n\n
\n
\"Close-up
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"\n
\n
\n
\"Close-up,
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n
\"Close-up,
\n
\n\n\n\n
\n
\"Close-up
\n\n\n\n
\n
\n
\n\";}i:68;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3604:\"\n
\n
\n
ECOSYSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"The
\n
\n\n\n\n
\n
\"Wind
\n
\n
\n\n\n\n
\n
\n
\"The
\n
\n\n\n\n
\n
\n\n\n\n

Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man’s condition is a solution in hieroglyphic to those inquiries he would put.

\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"\n
\n
\n
ECOSYSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"The
\n
\n\n\n\n
\n
\"Wind
\n
\n
\n\n\n\n
\n
\n
\"The
\n
\n\n\n\n
\n
\n\n\n\n

Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.

\n
\n
\n
\n
\n\";}i:69;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2296:\"\n
\n
\n\n\n\n
\n
\n

Oceanic Inspiration

\n
\n\n\n\n
\n
\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.

\n
\n\n\n\n
\n

No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.

\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"\n
\n
\n\n\n\n
\n
\n

Oceanic Inspiration

\n
\n\n\n\n
\n
\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.

\n
\n\n\n\n
\n

No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.

\n
\n
\n\n\n\n
\n
\n\";}i:70;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1465:\"\n
\n
\"Close-up
\n

What’s the problem?

\n\n\n\n

Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.

\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"\n
\n
\"Close-up
\n

What\'s the problem?

\n\n\n\n

Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.

\n\n\n\n\n
\n
\n\";}i:71;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n
\n

Shore with Blue Sea

\n\n\n\n

Eleanor Harris (American, 1901-1942)

\n
\"A
\n\n\n\n

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"\n
\n

Shore with Blue Sea

\n\n\n\n

Eleanor Harris (American, 1901-1942)

\n
\"A
\n\n\n\n

\n\";}i:72;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n
\"Close-up,
\n

Open Spaces

\n\n\n\n

See case study

\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"\n
\"Close-up,
\n

Open Spaces

\n\n\n\n

See case study ↗

\n
\n\";}i:73;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1577:\"\n
\n

Overseas:
1500 — 1960

\n\n\n\n
\n
\n

An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in Floor 2.

\n\n\n\n
\n\n
\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"\n
\n

Overseas:
1500 — 1960

\n\n\n\n
\n
\n

An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in Floor 2.

\n\n\n\n
\n\n
\n
\n\n\n\n
\n
\n
\n\";}i:74;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1369:\"\n
\"\"
\n

Forest.

\n\n\n\n
\n
\n
\n\n\n\n

Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.

\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"\n
\"\"
\n

Forest.

\n\n\n\n
\n
\n
\n\n\n\n

Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.

\n
\n\n\n\n
\n
\n
\n\";}i:75;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n

We’re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"\n

We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.

\n\";}i:76;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1546:\"\n

The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.

\n\n\n\n
\n
\n

They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.

\n
\n\n\n\n
\n

The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband’s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"\n

The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.

\n\n\n\n
\n
\n

They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.

\n
\n\n\n\n
\n

The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.

\n
\n
\n\";}i:77;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:571:\"\n\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"\n\n\";}}','off'), (1795,'_site_transient_timeout_wp_remote_block_patterns_08a5893c8920c4ca28ff1517cbbbabd9','1758570391','off'), (1796,'_site_transient_wp_remote_block_patterns_08a5893c8920c4ca28ff1517cbbbabd9','a:27:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:2368;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Basit eylem çağrısı\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1007:\"\n
\n
\n\n\n\n

İLETİŞİM KURUN

\n\n\n\n

Ziyaretinizi planlayın

\n\n\n\n
\n\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:104:\"Beyaz arka planı olan bir kapsayıcı. İçinde ortalanmış bir paragraf, başlık ve düğme bulunur.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"buttons\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1522:\"\n
\n
\n\n\n\n

İLETİŞİM KURUN

\n\n\n\n

Ziyaretinizi planlayın

\n\n\n\n
\n\n
\n\n\n\n
\n
\n\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:4557;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3953:\"\n
\n
\n

Tek

\n\n\n\n

Büyüyen topluluğumuzu zenginleştirin.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

aile

\n\n\n\n

Özel sergileri destekleyin.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

Destekçi

\n\n\n\n

Desteği bir sonraki düzeye çıkarın.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:280:\"Fiyat tablosu olarak ayarlanmış üç eşit genişlikli sütun. Sol sütunda sarı bir arka plan, orta sütunda açık mor bir arka plan ve sağ sütunda açık mavi bir arka plan bulunur. Her sütunda bir başlık, alt başlık, ayraç, liste ve sonrasında bir düğme bulunur.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6201:\"\n
\n
\n

Tek

\n\n\n\n

Büyüyen topluluğumuzu zenginleştirin.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

aile

\n\n\n\n

Özel sergileri destekleyin.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

Destekçi

\n\n\n\n

Desteği bir sonraki düzeye çıkarın.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n
\n\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:4558;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Arka planda görsel ve alıntı\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2299:\"\n
\"\"
\n
\n

En acı meyvenin bile içinde şeker vardır.

\n\n\n\n

– Terry a O’Neal

\n
\n
\n\n\n\n
\"\"
\n
\n

Yetişmesi yavaş olan ağaçlar en iyi meyveyi verir.

\n\n\n\n

– Molière

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:210:\"İki medya ve metin bloğu. En üsttekinde soluk yeşil bir arka plan bulunur. Metin soldadır, bir alıntı bulunur ve görsel sağdadır. Alttakinde, bir sonraki blokta görsel solda, alıntı sağda bulunur.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2410:\"\n
\"\"
\n
\n

En acı meyvenin bile içinde şeker vardır.

\n\n\n\n

– Terry a O\'Neal

\n
\n
\n\n\n\n
\"\"
\n
\n

Yetişmesi yavaş olan ağaçlar en iyi meyveyi verir.

\n\n\n\n

– Molière

\n
\n
\n\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:2375;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:8:\"etkinlik\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1762:\"\n
\n
\n

Açılış
partisi

\n\n\n\n

Rezervasyon

\n
\n
\"\"
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1629:\"\n
\n
\n

Açılış
partisi

\n\n\n\n

Rezervasyon →

\n
\n
\"\"
\n\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:4572;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Etkinlik duyurusu ve ayrıntılar\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1912:\"\n
\n
\n\n\n\n

HÉLÈNE DUMAS
FRAGMENTS

\n\n\n\n

20/4 — 9/9/2021
GÜNEY LONDRA SANAT GALERİSİ

\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

DAHA FAZLA BİLGİ İÇİN: WP.ORG · +44 21 1234 5678

\n
\n\n\n\n
\n

INSTAGRAM · BİLETLER

\n
\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2644:\"\n
\n
\n\n\n\n

HÉLÈNE DUMAS
FRAGMENTS

\n\n\n\n

20/4 — 9/9/2021
GÜNEY LONDRA SANAT GALERİSİ

\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

DAHA FAZLA BİLGİ İÇİN: WP.ORG · +44 21 1234 5678

\n
\n\n\n\n
\n

INSTAGRAM · BİLETLER

\n
\n
\n\n\n\n
\n
\n\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:4577;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Açıklama ile düz renk üzerinde görsel\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1937:\"\n
\n
\n
\n
\"\"
\n
\n
\n\n\n\n
\n
\n
\n

Uçak

\n\n\n\n

Bakır tel, ahşap taban. Bu parçayı 2008 sonlarında yarattım. Bu çalışma için, hem bir uçağın endüstriyel ağırlığını hem de bir uçağın içindeyken hissettiğiniz bulut gibi yüzen kaliteyi aktarmayı amaçladım.

\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Açıklama ile düz renk üzerinde görsel.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1849:\"\n
\n
\n
\n
\"\"
\n
\n
\n\n\n\n
\n
\n
\n

Uçak

\n\n\n\n

Bakır tel, ahşap taban. Bu parçayı 2008 sonlarında yarattım. Bu çalışma için, hem bir uçağın endüstriyel ağırlığını hem de bir uçağın içindeyken hissettiğiniz bulut gibi yüzen kaliteyi aktarmayı amaçladım.

\n
\n
\n
\n
\n\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:4583;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Açıklamaları ile baskı görselleri\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3074:\"\n
\n
\n
\n
\"Beautiful
\n\n\n\n
\n

White Irises

\n\n\n\n

Ogawa Kazumasa

\n
\n
\n
\n\n\n\n
\n
\n
\n
\n\n\n\n

Cherry Blossom

\n\n\n\n

Ogawa Kazumasa

\n
\n\n\n\n
\"Beautiful
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"\n
\n
\n
\n
\"Beautiful
\n\n\n\n
\n

White Irises

\n\n\n\n

Ogawa Kazumasa

\n
\n
\n
\n\n\n\n
\n
\n
\n
\n\n\n\n

Cherry Blossom

\n\n\n\n

Ogawa Kazumasa

\n
\n\n\n\n
\"Beautiful
\n
\n
\n
\n\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:4584;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Aşağıda ve sağda açıklama ile görsel\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1754:\"\n
\n
\n\n\n\n
\n
\"Antika
\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Uçan aşk tanrısı
Arşiv kağıdına 48″ x 48″ Giclee baskı.

\n
\n
\n\n\n\n

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Aşağıda ve sağda açıklama ile görsel.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1254:\"\n
\n
\n\n\n\n
\n
\"Antika
\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Uçan aşk tanrısı
Arşiv kağıdına 48\" x 48\" Giclee baskı.

\n
\n
\n\n\n\n

\n\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:4593;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Etkinlik ayrıntıları\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1726:\"\n
\"Kuğular
\n\n\n\n
\n
\n

Konum:
Beyoğlu 82 İstanbul, TR

\n
\n\n\n\n
\n

Tarih:
24 Ekim 2021

\n
\n\n\n\n
\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:19:\"Etkinlik bilgileri.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1649:\"\n
\"Kuğular
\n\n\n\n
\n
\n

Konum:
Beyoğlu 82 İstanbul, TR

\n
\n\n\n\n
\n

Tarih:
24 Ekim 2021

\n
\n\n\n\n
\n\n
\n
\n\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:4609;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:18:\"Üç metin sütunu\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1310:\"\n
\n
\n

Sanal tur

\n\n\n\n

Müzede sanal bir tur alın. Okullar ve etkinlikler için idealdir.

\n
\n\n\n\n
\n

Güncel gösteriler

\n\n\n\n

Bilgi alın ve buradan güncel sergilerimize bakın.

\n
\n\n\n\n
\n

Yararlı bilgiler

\n\n\n\n

Açılış saatlerimizi, bilet fiyatlarımızı ve indirimlerimizi öğrenin.

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:19:\"Üç metin sütunu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1529:\"\n
\n
\n

Sanal tur ↗

\n\n\n\n

Müzede sanal bir tur alın. Okullar ve etkinlikler için idealdir.

\n
\n\n\n\n
\n

Güncel gösteriler ↗

\n\n\n\n

Bilgi alın ve buradan güncel sergilerimize bakın.

\n
\n\n\n\n
\n

Yararlı bilgiler ↗

\n\n\n\n

Açılış saatlerimizi, bilet fiyatlarımızı ve indirimlerimizi öğrenin.

\n
\n
\n\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:4611;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Görsel ve metin içeren üç sütun\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3641:\"\n
\n
\n
EKOSİSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"Güneş
\n
\n\n\n\n
\n
\"Rüzgar
\n
\n
\n\n\n\n
\n
\n
\"Güneş
\n
\n\n\n\n
\n
\n\n\n\n

Kuşkusuz cevaplanamayan hiçbir sorumuz yok. Şimdiye kadar yaratılışın mükemmelliğine güvenmeliyiz, çünkü zihinlerimizde şeylerin düzeni ne kadar merak uyandırmış olursa olsun, şeylerin düzeninin tatmin edebileceğine inanmalıyız. Her erkeğin durumu hiyeroglif olarak ortaya koyacağı sorulara bir çözümdür.

\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Baskı görünümü için dikey aralıklı, görsel ve metin ile üç sütun.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5167:\"\n
\n
\n
EKOSİSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"Güneş
\n
\n\n\n\n
\n
\"Rüzgar
\n
\n
\n\n\n\n
\n
\n
\"Güneş
\n
\n\n\n\n
\n
\n\n\n\n

Kuşkusuz cevaplanamayan hiçbir sorumuz yok. Şimdiye kadar yaratılışın mükemmelliğine güvenmeliyiz, çünkü zihinlerimizde şeylerin düzeni ne kadar merak uyandırmış olursa olsun, şeylerin düzeninin tatmin edebileceğine inanmalıyız. Her erkeğin durumu hiyeroglif olarak ortaya koyacağı sorulara bir çözümdür.

\n
\n
\n
\n
\n\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:4618;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Solda görsel ile ortam ve metin\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:625:\"\n
\"Mimarinin
\n

Açık alanlar

\n\n\n\n

Örnek olay incelemesi

\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:61:\"Solda görsel ile sağda metin bulunan ortam ve metin bloğu.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:858:\"\n
\"Mimarinin
\n

Açık alanlar

\n\n\n\n

Örnek olay incelemesi ↗

\n
\n\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:4621;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Sola hizalanmış metin ile büyük üst bilgi\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1423:\"\n
\"\"
\n

Orman.

\n\n\n\n
\n
\n
\n\n\n\n

Bir çocuk bile ormanın ne kadar değerli olduğunu bilir. Ağaçların taze, nefes kesici kokusu. Yankılanan kuşlar bu yoğun büyüklüğün üzerinde uçuyor. Kararlı bir iklim, sürdürülebilir bir çeşitlilik yaşamı ve bir kültür kaynağı. Yine de, ormanlar ve diğer ekosistemler dengede duruyor, ekin tarlaları, meralar ve tarlalar olma tehdidi altında.

\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:34:\"Üstte bir söz ile kapak görseli\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1752:\"\n
\"\"
\n

Orman.

\n\n\n\n
\n
\n
\n\n\n\n

Bir çocuk bile ormanın ne kadar değerli olduğunu bilir. Ağaçların taze, nefes kesici kokusu. Yankılanan kuşlar bu yoğun büyüklüğün üzerinde uçuyor. Kararlı bir iklim, sürdürülebilir bir çeşitlilik yaşamı ve bir kültür kaynağı. Yine de, ormanlar ve diğer ekosistemler dengede duruyor, ekin tarlaları, meralar ve tarlalar olma tehdidi altında.

\n
\n\n\n\n
\n
\n
\n\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:2388;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:10:\"üst bilgi\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:542:\"\n

Berlin’de mimarlık, şehir planlama ve iç tasarım alanında uluslararası bir uygulamaya sahip bir stüdyoyuz. İşbirliğinin yaratıcı potansiyelini artırmak için bilgi paylaşımına ve diyaloğu teşvik etmeye inanıyoruz.

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:21:\"geniş metin, BAŞLIK\";s:16:\"wpop_description\";s:14:\"Başlık metni\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"tr_TR\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:637:\"\n

Berlin\'de mimarlık, şehir planlama ve iç tasarım alanında uluslararası bir uygulamaya sahip bir stüdyoyuz. İşbirliğinin yaratıcı potansiyelini artırmak için bilgi paylaşımına ve diyaloğu teşvik etmeye inanıyoruz.

\n\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6680:\"\n

Modeller

\n\n

Beautifully designed patterns ready to go with a simple copy/paste

\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:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"\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\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:991:\"\n
\n
\n\n\n\n

GET IN TOUCH

\n\n\n\n

Schedule a Visit

\n\n\n\n
\n\n
\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"buttons\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"\n
\n
\n\n\n\n

GET IN TOUCH

\n\n\n\n

Schedule a Visit

\n\n\n\n
\n\n
\n\n\n\n
\n
\n\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3877:\"\n
\n
\n

Single

\n\n\n\n

Enrich our growing community.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

Family

\n\n\n\n

Support special exhibitions.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

Patron

\n\n\n\n

Take support to the next level.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"\n
\n
\n

Single

\n\n\n\n

Enrich our growing community.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

Family

\n\n\n\n

Support special exhibitions.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n

Patron

\n\n\n\n

Take support to the next level.

\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n
\n\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2293:\"\n
\"\"
\n
\n

Even the bitterest fruit has sugar in it.

\n\n\n\n

– Terry a O’Neal

\n
\n
\n\n\n\n
\"\"
\n
\n

The trees that are slow to grow bear the best fruit.

\n\n\n\n

– Molière

\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"\n
\"\"
\n
\n

Even the bitterest fruit has sugar in it.

\n\n\n\n

– Terry a O\'Neal

\n
\n
\n\n\n\n
\"\"
\n
\n

The trees that are slow to grow bear the best fruit.

\n\n\n\n

– Molière

\n
\n
\n\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1750:\"\n
\n
\n

Opening
Party

\n\n\n\n

RSVP

\n
\n
\"\"
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"\n
\n
\n

Opening
Party

\n\n\n\n

RSVP →

\n
\n
\"\"
\n\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1914:\"\n
\n
\n
\n
\"\"
\n
\n
\n\n\n\n
\n
\n
\n

Airplane

\n\n\n\n

Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.

\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"\n
\n
\n
\n
\"\"
\n
\n
\n\n\n\n
\n
\n
\n

Airplane

\n\n\n\n

Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.

\n
\n
\n
\n
\n\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3074:\"\n
\n
\n
\n
\"Beautiful
\n\n\n\n
\n

White Irises

\n\n\n\n

Ogawa Kazumasa

\n
\n
\n
\n\n\n\n
\n
\n
\n
\n\n\n\n

Cherry Blossom

\n\n\n\n

Ogawa Kazumasa

\n
\n\n\n\n
\"Beautiful
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"\n
\n
\n
\n
\"Beautiful
\n\n\n\n
\n

White Irises

\n\n\n\n

Ogawa Kazumasa

\n
\n
\n
\n\n\n\n
\n
\n
\n
\n\n\n\n

Cherry Blossom

\n\n\n\n

Ogawa Kazumasa

\n
\n\n\n\n
\"Beautiful
\n
\n
\n
\n\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1729:\"\n
\n
\n\n\n\n
\n
\"Vintage
\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Cupid in Flight
48” x 48” Giclee print on archival paper.

\n
\n
\n\n\n\n

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"\n
\n
\n\n\n\n
\n
\"Vintage
\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
\n\n\n\n
\n

Cupid in Flight
48” x 48” Giclee print on archival paper.

\n
\n
\n\n\n\n

\n\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1719:\"\n
\"Image
\n\n\n\n
\n
\n

Location:
82 Main St. Brooklyn, NY

\n
\n\n\n\n
\n

Date:
October 24, 2021

\n
\n\n\n\n
\n\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"\n
\"Image
\n\n\n\n
\n
\n

Location:
82 Main St. Brooklyn, NY

\n
\n\n\n\n
\n

Date:
October 24, 2021

\n
\n\n\n\n
\n\n
\n
\n\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3604:\"\n
\n
\n
ECOSYSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"The
\n
\n\n\n\n
\n
\"Wind
\n
\n
\n\n\n\n
\n
\n
\"The
\n
\n\n\n\n
\n
\n\n\n\n

Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man’s condition is a solution in hieroglyphic to those inquiries he would put.

\n
\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"\n
\n
\n
ECOSYSTEM
\n\n\n\n

Positive growth.

\n
\n\n\n\n
\n\n\n\n
\n
\n
\n

Nature, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. Art is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture.

\n\n\n\n

But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.

\n
\n\n\n\n
\n
\n\n\n\n
\"The
\n
\n\n\n\n
\n
\"Wind
\n
\n
\n\n\n\n
\n
\n
\"The
\n
\n\n\n\n
\n
\n\n\n\n

Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.

\n
\n
\n
\n
\n\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n
\"Close-up,
\n

Open Spaces

\n\n\n\n

See case study

\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"\n
\"Close-up,
\n

Open Spaces

\n\n\n\n

See case study ↗

\n
\n\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1369:\"\n
\"\"
\n

Forest.

\n\n\n\n
\n
\n
\n\n\n\n

Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.

\n
\n\n\n\n
\n
\n
\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"\n
\"\"
\n

Forest.

\n\n\n\n
\n
\n
\n\n\n\n

Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.

\n
\n\n\n\n
\n
\n
\n\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n

We’re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.

\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"\n

We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.

\n\";}}','off'), (1827,'wp_calendar_block_has_published_posts','1','auto'), (1960,'jetpack_protect_blocked_attempts','218','off'), (2099,'_transient_timeout_jetpack_restapi_stats_cache_8b44a0109e8765fd65d9e19d1a03b5ea','1758574161','off'), (2100,'_transient_jetpack_restapi_stats_cache_8b44a0109e8765fd65d9e19d1a03b5ea','a:1:{i:1758573861;s:92:\"{\"date\":\"2025-09-22\",\"period\":\"day\",\"summary\":{\"groups\":[],\"other_views\":0,\"total_views\":0}}\";}','off'), (2101,'_transient_timeout_jetpack_restapi_stats_cache_5910f540cd9226d373a4401cb854ad58','1758574161','off'), (2102,'_transient_jetpack_restapi_stats_cache_5910f540cd9226d373a4401cb854ad58','a:1:{i:1758573861;s:215:\"{\"date\":\"2025-09-22\",\"unit\":\"day\",\"fields\":[\"period\",\"views\",\"visitors\"],\"data\":[[\"2025-09-16\",0,0],[\"2025-09-17\",0,0],[\"2025-09-18\",0,0],[\"2025-09-19\",0,0],[\"2025-09-20\",0,0],[\"2025-09-21\",0,0],[\"2025-09-22\",2,2]]}\";}','off'), (2103,'_transient_timeout_jetpack_restapi_stats_cache_952790c0a8160a06b7482745ef8d5490','1758574162','off'), (2104,'_transient_jetpack_restapi_stats_cache_952790c0a8160a06b7482745ef8d5490','a:1:{i:1758573862;s:258:\"{\"date\":\"2025-09-22\",\"period\":\"day\",\"summary\":{\"postviews\":[{\"id\":0,\"href\":\"http:\\/\\/adminulan.com\\/\",\"date\":null,\"title\":\"Home page \\/ Archives\",\"type\":\"homepage\",\"status\":null,\"public\":false,\"views\":2,\"video_play\":false}],\"total_views\":0,\"dropped_ids\":[]}}\";}','off'), (2114,'_transient_timeout_jetpack_akismet_key_is_valid','1758574538','off'), (2115,'_transient_jetpack_akismet_key_is_valid','valid','off'), (2116,'_transient_timeout_jetpack_openai_ai_assistance_feature_248613496','1758573999','off'), (2117,'_transient_jetpack_openai_ai_assistance_feature_248613496','a:15:{s:11:\"has-feature\";b:0;s:13:\"is-over-limit\";b:0;s:14:\"requests-count\";i:0;s:14:\"requests-limit\";i:20;s:12:\"usage-period\";a:3:{s:13:\"current-start\";s:19:\"2025-09-01 00:00:00\";s:10:\"next-start\";s:19:\"2025-10-01 00:00:00\";s:14:\"requests-count\";i:0;}s:20:\"site-require-upgrade\";b:0;s:12:\"upgrade-type\";s:7:\"default\";s:11:\"upgrade-url\";s:72:\"https://adminulan.com/wp-admin/admin.php?page=my-jetpack#/add-jetpack-ai\";s:12:\"current-tier\";a:3:{s:4:\"slug\";s:15:\"jetpack_ai_free\";s:5:\"limit\";i:20;s:5:\"value\";i:0;}s:9:\"next-tier\";a:4:{s:4:\"slug\";s:17:\"jetpack_ai_yearly\";s:5:\"limit\";i:999999999;s:5:\"value\";i:1;s:14:\"readable-limit\";s:9:\"Unlimited\";}s:10:\"tier-plans\";a:7:{i:0;a:3:{s:4:\"slug\";s:15:\"jetpack_ai_free\";s:5:\"limit\";i:20;s:5:\"value\";i:0;}i:1;a:3:{s:4:\"slug\";s:24:\"jetpack_ai_yearly:-q-100\";s:5:\"limit\";i:100;s:5:\"value\";i:100;}i:2;a:3:{s:4:\"slug\";s:24:\"jetpack_ai_yearly:-q-200\";s:5:\"limit\";i:200;s:5:\"value\";i:200;}i:3;a:3:{s:4:\"slug\";s:24:\"jetpack_ai_yearly:-q-500\";s:5:\"limit\";i:500;s:5:\"value\";i:500;}i:4;a:3:{s:4:\"slug\";s:24:\"jetpack_ai_yearly:-q-750\";s:5:\"limit\";i:750;s:5:\"value\";i:750;}i:5;a:3:{s:4:\"slug\";s:25:\"jetpack_ai_yearly:-q-1000\";s:5:\"limit\";i:1000;s:5:\"value\";i:1000;}i:6;a:4:{s:4:\"slug\";s:17:\"jetpack_ai_yearly\";s:5:\"limit\";i:999999999;s:5:\"value\";i:1;s:14:\"readable-limit\";s:9:\"Unlimited\";}}s:18:\"tier-plans-enabled\";b:0;s:5:\"costs\";a:3:{s:25:\"jetpack-ai-logo-generator\";a:1:{s:4:\"logo\";i:1;}s:19:\"featured-post-image\";a:3:{s:5:\"image\";i:10;s:15:\"stableDiffusion\";i:1;s:11:\"activeModel\";i:1;}s:13:\"general-image\";a:3:{s:5:\"image\";i:10;s:15:\"stableDiffusion\";i:1;s:11:\"activeModel\";i:1;}}s:16:\"features-control\";a:11:{s:10:\"jetpack-ai\";a:2:{s:7:\"enabled\";b:1;s:19:\"min-jetpack-version\";s:6:\"13.7.0\";}s:9:\"assistant\";a:1:{s:7:\"enabled\";b:1;}s:10:\"extensions\";a:6:{s:7:\"enabled\";b:1;s:4:\"form\";a:1:{s:7:\"enabled\";b:1;}s:9:\"paragraph\";a:1:{s:7:\"enabled\";b:1;}s:7:\"heading\";a:1:{s:7:\"enabled\";b:1;}s:4:\"list\";a:1:{s:7:\"enabled\";b:1;}s:9:\"list-item\";a:1:{s:7:\"enabled\";b:1;}}s:5:\"image\";a:2:{s:7:\"enabled\";b:1;s:6:\"styles\";a:19:{i:0;a:2:{s:5:\"label\";s:7:\"Enhance\";s:5:\"value\";s:7:\"enhance\";}i:1;a:2:{s:5:\"label\";s:5:\"Anime\";s:5:\"value\";s:5:\"anime\";}i:2;a:2:{s:5:\"label\";s:12:\"Photographic\";s:5:\"value\";s:12:\"photographic\";}i:3;a:2:{s:5:\"label\";s:11:\"Digital Art\";s:5:\"value\";s:11:\"digital-art\";}i:4;a:2:{s:5:\"label\";s:9:\"Comicbook\";s:5:\"value\";s:9:\"comicbook\";}i:5;a:2:{s:5:\"label\";s:11:\"Fantasy Art\";s:5:\"value\";s:11:\"fantasy-art\";}i:6;a:2:{s:5:\"label\";s:11:\"Analog Film\";s:5:\"value\";s:11:\"analog-film\";}i:7;a:2:{s:5:\"label\";s:8:\"Neonpunk\";s:5:\"value\";s:8:\"neonpunk\";}i:8;a:2:{s:5:\"label\";s:9:\"Isometric\";s:5:\"value\";s:9:\"isometric\";}i:9;a:2:{s:5:\"label\";s:7:\"Lowpoly\";s:5:\"value\";s:7:\"lowpoly\";}i:10;a:2:{s:5:\"label\";s:7:\"Origami\";s:5:\"value\";s:7:\"origami\";}i:11;a:2:{s:5:\"label\";s:8:\"Line Art\";s:5:\"value\";s:8:\"line-art\";}i:12;a:2:{s:5:\"label\";s:10:\"Craft Clay\";s:5:\"value\";s:10:\"craft-clay\";}i:13;a:2:{s:5:\"label\";s:9:\"Cinematic\";s:5:\"value\";s:9:\"cinematic\";}i:14;a:2:{s:5:\"label\";s:8:\"3D Model\";s:5:\"value\";s:8:\"3d-model\";}i:15;a:2:{s:5:\"label\";s:9:\"Pixel Art\";s:5:\"value\";s:9:\"pixel-art\";}i:16;a:2:{s:5:\"label\";s:7:\"Texture\";s:5:\"value\";s:7:\"texture\";}i:17;a:2:{s:5:\"label\";s:4:\"Auto\";s:5:\"value\";s:4:\"auto\";}i:18;a:2:{s:5:\"label\";s:12:\"Select style\";s:5:\"value\";s:4:\"none\";}}}s:14:\"featured-image\";a:2:{s:7:\"enabled\";b:1;s:6:\"styles\";a:19:{i:0;a:2:{s:5:\"label\";s:7:\"Enhance\";s:5:\"value\";s:7:\"enhance\";}i:1;a:2:{s:5:\"label\";s:5:\"Anime\";s:5:\"value\";s:5:\"anime\";}i:2;a:2:{s:5:\"label\";s:12:\"Photographic\";s:5:\"value\";s:12:\"photographic\";}i:3;a:2:{s:5:\"label\";s:11:\"Digital Art\";s:5:\"value\";s:11:\"digital-art\";}i:4;a:2:{s:5:\"label\";s:9:\"Comicbook\";s:5:\"value\";s:9:\"comicbook\";}i:5;a:2:{s:5:\"label\";s:11:\"Fantasy Art\";s:5:\"value\";s:11:\"fantasy-art\";}i:6;a:2:{s:5:\"label\";s:11:\"Analog Film\";s:5:\"value\";s:11:\"analog-film\";}i:7;a:2:{s:5:\"label\";s:8:\"Neonpunk\";s:5:\"value\";s:8:\"neonpunk\";}i:8;a:2:{s:5:\"label\";s:9:\"Isometric\";s:5:\"value\";s:9:\"isometric\";}i:9;a:2:{s:5:\"label\";s:7:\"Lowpoly\";s:5:\"value\";s:7:\"lowpoly\";}i:10;a:2:{s:5:\"label\";s:7:\"Origami\";s:5:\"value\";s:7:\"origami\";}i:11;a:2:{s:5:\"label\";s:8:\"Line Art\";s:5:\"value\";s:8:\"line-art\";}i:12;a:2:{s:5:\"label\";s:10:\"Craft Clay\";s:5:\"value\";s:10:\"craft-clay\";}i:13;a:2:{s:5:\"label\";s:9:\"Cinematic\";s:5:\"value\";s:9:\"cinematic\";}i:14;a:2:{s:5:\"label\";s:8:\"3D Model\";s:5:\"value\";s:8:\"3d-model\";}i:15;a:2:{s:5:\"label\";s:9:\"Pixel Art\";s:5:\"value\";s:9:\"pixel-art\";}i:16;a:2:{s:5:\"label\";s:7:\"Texture\";s:5:\"value\";s:7:\"texture\";}i:17;a:2:{s:5:\"label\";s:4:\"Auto\";s:5:\"value\";s:4:\"auto\";}i:18;a:2:{s:5:\"label\";s:12:\"Select style\";s:5:\"value\";s:4:\"none\";}}}s:5:\"title\";a:1:{s:7:\"enabled\";b:1;}s:7:\"excerpt\";a:1:{s:7:\"enabled\";b:1;}s:8:\"feedback\";a:1:{s:7:\"enabled\";b:1;}s:14:\"logo-generator\";a:2:{s:7:\"enabled\";b:1;s:6:\"styles\";a:19:{i:0;a:2:{s:5:\"label\";s:7:\"Enhance\";s:5:\"value\";s:7:\"enhance\";}i:1;a:2:{s:5:\"label\";s:5:\"Anime\";s:5:\"value\";s:5:\"anime\";}i:2;a:2:{s:5:\"label\";s:12:\"Photographic\";s:5:\"value\";s:12:\"photographic\";}i:3;a:2:{s:5:\"label\";s:11:\"Digital Art\";s:5:\"value\";s:11:\"digital-art\";}i:4;a:2:{s:5:\"label\";s:9:\"Comicbook\";s:5:\"value\";s:9:\"comicbook\";}i:5;a:2:{s:5:\"label\";s:11:\"Fantasy Art\";s:5:\"value\";s:11:\"fantasy-art\";}i:6;a:2:{s:5:\"label\";s:11:\"Analog Film\";s:5:\"value\";s:11:\"analog-film\";}i:7;a:2:{s:5:\"label\";s:8:\"Neonpunk\";s:5:\"value\";s:8:\"neonpunk\";}i:8;a:2:{s:5:\"label\";s:9:\"Isometric\";s:5:\"value\";s:9:\"isometric\";}i:9;a:2:{s:5:\"label\";s:7:\"Lowpoly\";s:5:\"value\";s:7:\"lowpoly\";}i:10;a:2:{s:5:\"label\";s:7:\"Origami\";s:5:\"value\";s:7:\"origami\";}i:11;a:2:{s:5:\"label\";s:8:\"Line Art\";s:5:\"value\";s:8:\"line-art\";}i:12;a:2:{s:5:\"label\";s:10:\"Craft Clay\";s:5:\"value\";s:10:\"craft-clay\";}i:13;a:2:{s:5:\"label\";s:9:\"Cinematic\";s:5:\"value\";s:9:\"cinematic\";}i:14;a:2:{s:5:\"label\";s:8:\"3D Model\";s:5:\"value\";s:8:\"3d-model\";}i:15;a:2:{s:5:\"label\";s:9:\"Pixel Art\";s:5:\"value\";s:9:\"pixel-art\";}i:16;a:2:{s:5:\"label\";s:7:\"Texture\";s:5:\"value\";s:7:\"texture\";}i:17;a:2:{s:5:\"label\";s:4:\"Auto\";s:5:\"value\";s:4:\"auto\";}i:18;a:2:{s:5:\"label\";s:12:\"Select style\";s:5:\"value\";s:4:\"none\";}}}s:11:\"write-brief\";a:5:{s:7:\"enabled\";b:1;s:13:\"complex-words\";a:1:{s:7:\"enabled\";b:1;}s:17:\"unconfident-words\";a:1:{s:7:\"enabled\";b:1;}s:14:\"long-sentences\";a:1:{s:7:\"enabled\";b:1;}s:17:\"spelling-mistakes\";a:1:{s:7:\"enabled\";b:1;}}s:9:\"chrome-ai\";a:1:{s:7:\"enabled\";b:0;}}s:16:\"chrome-ai-tokens\";a:3:{s:38:\"jetpack-ai-chrome-ai-translation-token\";s:260:\"A3ODVIt2OInoy4/nO+RfUN14TlZDxyGmOdJSFMgUlDH3V98Ki0HZyMHizfCqmbW4vBnowJwuoJyy2kD9PA/uGQAAAAB8eyJvcmlnaW4iOiJodHRwczovL3dvcmRwcmVzcy5jb206NDQzIiwiZmVhdHVyZSI6IlRyYW5zbGF0aW9uQVBJIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\";s:40:\"jetpack-ai-chrome-ai-summarization-token\";s:236:\"ApOCDXb2KHBZdtW6R0v1KxUo1yEXCttAKm2sj+JNExYd1BdQklH0NljAbAd+Lm7trbH6zySGNYxh+bs3M5/k2AMAAABseyJvcmlnaW4iOiJodHRwczovL3dvcmRwcmVzcy5jb206NDQzIiwiZmVhdHVyZSI6IkFJU3VtbWFyaXphdGlvbkFQSSIsImV4cGlyeSI6MTc2MDQwMDAwMCwiaXNTdWJkb21haW4iOnRydWV9\";s:45:\"jetpack-ai-chrome-ai-language-detection-token\";s:240:\"AreNSDLAw5tyBDELtVz+xEC1H1Jw3iZiz9wFauykarBIocnkIbMLSiQxO0U3w34gJtdoF9/517NFUYgtroGgjAkAAABueyJvcmlnaW4iOiJodHRwczovL3dvcmRwcmVzcy5jb206NDQzIiwiZmVhdHVyZSI6Ikxhbmd1YWdlRGV0ZWN0aW9uQVBJIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZX0=\";}}','off'), (2582,'_transient_timeout_STATS_REST_RESP_476e8098e28daaf6fe26f2b323a6db42','1758608325','off'), (2583,'_transient_STATS_REST_RESP_476e8098e28daaf6fe26f2b323a6db42','[]','off'), (2584,'_transient_timeout_jetpack_stats_dashboard_modules_cache_key','1758608325','off'), (2585,'_transient_jetpack_stats_dashboard_modules_cache_key','{\"traffic\":{\"authors\":false}}','off'), (2586,'_transient_timeout_jetpack_restapi_stats_cache_2ed514ce8a9322256f17b5b34777a404','1758608325','off'), (2587,'_transient_jetpack_restapi_stats_cache_2ed514ce8a9322256f17b5b34777a404','a:1:{i:1758608025;s:1245:\"{\"date\":\"2025-09-23\",\"country-info\":{\"US\":{\"flag_icon\":\"https:\\/\\/secure.gravatar.com\\/blavatar\\/d0c9ee2dfb5087992fc9b2fc36c2d78311887d82934678b3118815d1f240951b?s=48\",\"flat_flag_icon\":\"https:\\/\\/secure.gravatar.com\\/blavatar\\/c582a850fc3fea67cbf9e88f7755a85870239bcf4138c9cf3a6f7c53e5a658ea?s=48\",\"country_full\":\"Amerika Birle\\u015fik Devletleri\",\"map_region\":\"021\"},\"TR\":{\"flag_icon\":\"https:\\/\\/secure.gravatar.com\\/blavatar\\/fcbd5fbf0361eae86d5b2297db7944131f7635459ea447e9d3ad22327ac2b424?s=48\",\"flat_flag_icon\":\"https:\\/\\/secure.gravatar.com\\/blavatar\\/9f706d1ddbb48ad5ec7380028f2a121e9032032247bc8e3c8dad3108eed0d23a?s=48\",\"country_full\":\"T\\u00fcrkiye\",\"map_region\":\"145\"},\"SA\":{\"flag_icon\":\"https:\\/\\/secure.gravatar.com\\/blavatar\\/75fd83707ee5da6b756e79f3bc4e05abe212453c481743622469374593f20456?s=48\",\"flat_flag_icon\":\"https:\\/\\/secure.gravatar.com\\/blavatar\\/35c223527b10bff2588e166cba66a40eafecbd7beaf2c4f8a5cae118907769ae?s=48\",\"country_full\":\"Suudi Arabistan\",\"map_region\":\"145\"}},\"summary\":{\"views\":[{\"location\":\"Amerika Birle\\u015fik Devletleri\",\"views\":5,\"country_code\":\"US\"},{\"location\":\"T\\u00fcrkiye\",\"views\":1,\"country_code\":\"TR\"},{\"location\":\"Suudi Arabistan\",\"views\":1,\"country_code\":\"SA\"}],\"other_views\":0,\"total_views\":0}}\";}','off'), (2588,'_transient_timeout_jetpack_stats_dashboard_notices_cache_key','1758608325','off'), (2589,'_transient_jetpack_stats_dashboard_notices_cache_key','{\"opt_out_new_stats\":true,\"new_stats_feedback\":true,\"opt_in_new_stats\":true,\"do_you_love_jetpack_stats\":true,\"commercial_site_upgrade\":true,\"tier_upgrade\":true,\"focus_jetpack_purchase\":true,\"traffic_page_settings\":true,\"traffic_page_highlights_module_settings\":true,\"gdpr_cookie_consent\":false,\"able_to_submit_user_feedback\":true,\"show_floating_user_feedback_panel\":true}','off'), (2590,'_transient_timeout_jetpack_restapi_stats_cache_db0d55a4e7f92aa53d523a055bbc060f','1758608325','off'), (2591,'_transient_timeout_jetpack_restapi_stats_cache_31490d96fdbbf7862b43e8e9636a885a','1758608325','off'), (2592,'_transient_jetpack_restapi_stats_cache_db0d55a4e7f92aa53d523a055bbc060f','a:1:{i:1758608025;s:509:\"{\"past_seven_days\":{\"range\":{\"start\":\"2025-09-16\",\"end\":\"2025-09-22\"},\"comments\":1,\"likes\":0,\"views\":2,\"visitors\":2},\"between_past_eight_and_fifteen_days\":{\"range\":{\"start\":\"2025-09-09\",\"end\":\"2025-09-15\"},\"comments\":0,\"likes\":0,\"views\":0,\"visitors\":0},\"past_thirty_days\":{\"range\":{\"start\":\"2025-08-24\",\"end\":\"2025-09-22\"},\"comments\":1,\"likes\":0,\"views\":2,\"visitors\":2},\"between_past_thirty_one_and_sixty_days\":{\"range\":{\"start\":\"2025-07-25\",\"end\":\"2025-08-23\"},\"comments\":0,\"likes\":0,\"views\":0,\"visitors\":0}}\";}','off'), (2593,'_transient_jetpack_restapi_stats_cache_31490d96fdbbf7862b43e8e9636a885a','a:1:{i:1758608025;s:241:\"{\"date\":\"2025-09-23\",\"unit\":\"day\",\"fields\":[\"period\",\"views\",\"visitors\"],\"data\":[[\"2025-09-17\",0,0],[\"2025-09-18\",0,0],[\"2025-09-19\",0,0],[\"2025-09-20\",0,0],[\"2025-09-21\",0,0],[\"2025-09-22\",2,2],[\"2025-09-23\",5,5]],\"start_date\":\"2025-09-17\"}\";}','off'), (2594,'_transient_timeout_jetpack_restapi_stats_cache_832964a703c35fa8b3d13aee175a7524','1758608325','off'), (2595,'_transient_jetpack_restapi_stats_cache_832964a703c35fa8b3d13aee175a7524','a:1:{i:1758608025;s:318:\"{\"date\":\"2025-09-23\",\"unit\":\"day\",\"fields\":[\"period\",\"likes\",\"comments\",\"post_titles\"],\"data\":[[\"2025-09-17\",0,0,[]],[\"2025-09-18\",0,0,[]],[\"2025-09-19\",0,0,[]],[\"2025-09-20\",0,0,[]],[\"2025-09-21\",0,0,[]],[\"2025-09-22\",0,1,[\"Merhaba d\\u00fcnya!\",\"IT Raconu\",\"IoZ 26\"]],[\"2025-09-23\",0,0,[]]],\"start_date\":\"2025-09-17\"}\";}','off'), (2596,'_transient_timeout_STATS_REST_RESP_5e92d2aee1e4b904722fda7b8baa2a0b','1758608325','off'), (2597,'_transient_STATS_REST_RESP_5e92d2aee1e4b904722fda7b8baa2a0b','{\"current_usage\":{\"current_start\":\"2025-09-22\",\"next_start\":\"2025-10-22\",\"views_count\":5,\"debug_views\":[{\"date\":\"2025-09-22\",\"views\":2},{\"date\":\"2025-09-23\",\"views\":5}],\"days_to_reset\":29},\"recent_usages\":[{\"current_start\":\"2025-08-22\",\"next_start\":\"2025-09-22\",\"views_count\":0,\"debug_views\":[],\"days_to_reset\":1},{\"current_start\":\"2025-07-22\",\"next_start\":\"2025-08-22\",\"views_count\":0,\"debug_views\":[],\"days_to_reset\":32},{\"current_start\":\"2025-06-22\",\"next_start\":\"2025-07-22\",\"views_count\":0,\"debug_views\":[],\"days_to_reset\":63}],\"views_limit\":null,\"over_limit_months\":null,\"is_over_limit\":null,\"is_restricted\":null,\"current_tier\":{\"slug\":\"jetpack_stats_free\",\"limit\":0,\"value\":0},\"next_tier\":null,\"product_tiers\":[{\"slug\":\"jetpack_stats_free\",\"limit\":null,\"value\":0},{\"slug\":\"jetpack_stats_yearly:-q-10000\",\"limit\":10000,\"value\":10000,\"minimum_units\":0,\"minimum_price\":9540},{\"slug\":\"jetpack_stats_yearly:-q-100000\",\"limit\":100000,\"value\":100000,\"minimum_units\":10001,\"minimum_price\":19140},{\"slug\":\"jetpack_stats_yearly:-q-250000\",\"limit\":250000,\"value\":250000,\"minimum_units\":100001,\"minimum_price\":27540},{\"slug\":\"jetpack_stats_yearly:-q-500000\",\"limit\":500000,\"value\":500000,\"minimum_units\":250001,\"minimum_price\":45540},{\"slug\":\"jetpack_stats_yearly:-q-1000000\",\"limit\":1000000,\"value\":1000000,\"minimum_units\":500001,\"minimum_price\":63540},{\"slug\":\"jetpack_stats_yearly:-q-\",\"limit\":null,\"value\":null,\"minimum_units\":1000001,\"minimum_price\":86280}],\"is_internal\":false,\"billable_monthly_views\":0,\"should_show_paywall\":false,\"paywall_date_from\":null,\"upgrade_deadline_date\":null}','off'), (2598,'_transient_timeout_jetpack_restapi_stats_cache_2acadd424fd80a3db49eb2afae6c0b7c','1758608325','off'), (2599,'_transient_jetpack_restapi_stats_cache_2acadd424fd80a3db49eb2afae6c0b7c','a:1:{i:1758608025;s:241:\"{\"date\":\"2025-09-16\",\"unit\":\"day\",\"fields\":[\"period\",\"views\",\"visitors\"],\"data\":[[\"2025-09-10\",0,0],[\"2025-09-11\",0,0],[\"2025-09-12\",0,0],[\"2025-09-13\",0,0],[\"2025-09-14\",0,0],[\"2025-09-15\",0,0],[\"2025-09-16\",0,0]],\"start_date\":\"2025-09-10\"}\";}','off'), (2600,'_transient_timeout_jetpack_restapi_stats_cache_7f07f4da5e6b79b25bb0bb7790aac431','1758608325','off'), (2601,'_transient_jetpack_restapi_stats_cache_7f07f4da5e6b79b25bb0bb7790aac431','a:1:{i:1758608025;s:276:\"{\"date\":\"2025-09-16\",\"unit\":\"day\",\"fields\":[\"period\",\"likes\",\"comments\",\"post_titles\"],\"data\":[[\"2025-09-10\",0,0,[]],[\"2025-09-11\",0,0,[]],[\"2025-09-12\",0,0,[]],[\"2025-09-13\",0,0,[]],[\"2025-09-14\",0,0,[]],[\"2025-09-15\",0,0,[]],[\"2025-09-16\",0,0,[]]],\"start_date\":\"2025-09-10\"}\";}','off'), (2602,'_transient_timeout_jetpack_restapi_stats_cache_f0a5a7a472232d89d99d67a99c245cfc','1758608325','off'), (2603,'_transient_jetpack_restapi_stats_cache_f0a5a7a472232d89d99d67a99c245cfc','a:1:{i:1758608025;s:1115:\"{\"date\":\"2025-09-23\",\"stats\":{\"visitors_today\":5,\"visitors_yesterday\":2,\"visitors\":7,\"views_today\":5,\"views_yesterday\":2,\"views_best_day\":\"2025-09-23\",\"views_best_day_total\":5,\"views\":7,\"comments\":1,\"posts\":2,\"followers_blog\":1,\"followers_comments\":0,\"comments_per_month\":0,\"comments_most_active_recent_day\":\"2025-09-22 10:30:38\",\"comments_most_active_time\":\"13:00\",\"comments_spam\":0,\"categories\":1,\"tags\":0,\"shares\":0,\"shares_x\":0,\"shares_facebook\":0},\"visits\":{\"date\":\"2025-09-23\",\"unit\":\"day\",\"fields\":[\"period\",\"views\",\"visitors\"],\"data\":[[\"2025-08-25\",0,0],[\"2025-08-26\",0,0],[\"2025-08-27\",0,0],[\"2025-08-28\",0,0],[\"2025-08-29\",0,0],[\"2025-08-30\",0,0],[\"2025-08-31\",0,0],[\"2025-09-01\",0,0],[\"2025-09-02\",0,0],[\"2025-09-03\",0,0],[\"2025-09-04\",0,0],[\"2025-09-05\",0,0],[\"2025-09-06\",0,0],[\"2025-09-07\",0,0],[\"2025-09-08\",0,0],[\"2025-09-09\",0,0],[\"2025-09-10\",0,0],[\"2025-09-11\",0,0],[\"2025-09-12\",0,0],[\"2025-09-13\",0,0],[\"2025-09-14\",0,0],[\"2025-09-15\",0,0],[\"2025-09-16\",0,0],[\"2025-09-17\",0,0],[\"2025-09-18\",0,0],[\"2025-09-19\",0,0],[\"2025-09-20\",0,0],[\"2025-09-21\",0,0],[\"2025-09-22\",2,2],[\"2025-09-23\",5,5]]}}\";}','off'), (2604,'_transient_timeout_jetpack_restapi_stats_cache_cb50c0fed8ed68e35d782594dedea765','1758608325','off'), (2605,'_transient_jetpack_restapi_stats_cache_cb50c0fed8ed68e35d782594dedea765','a:1:{i:1758608025;s:238:\"{\"date\":\"2025-09-23\",\"period\":\"day\",\"summary\":{\"postviews\":[{\"id\":0,\"href\":null,\"date\":null,\"title\":\"Homepage (Latest posts)\",\"type\":\"homepage\",\"status\":null,\"public\":false,\"views\":7,\"video_play\":false}],\"total_views\":0,\"dropped_ids\":[]}}\";}','off'), (2607,'_transient_timeout_jetpack_restapi_stats_cache_8c60fec0a8c2c92601c9eae733dcdfbd','1758608326','off'), (2608,'_transient_jetpack_restapi_stats_cache_8c60fec0a8c2c92601c9eae733dcdfbd','a:1:{i:1758608026;s:92:\"{\"date\":\"2025-09-23\",\"period\":\"day\",\"summary\":{\"groups\":[],\"other_views\":0,\"total_views\":0}}\";}','off'), (2609,'_transient_timeout_jetpack_restapi_stats_cache_881b15cfe1caf4a47b8425c671fe8237','1758608326','off'), (2610,'_transient_jetpack_restapi_stats_cache_881b15cfe1caf4a47b8425c671fe8237','a:1:{i:1758608026;s:94:\"{\"date\":\"2025-09-23\",\"period\":\"day\",\"summary\":{\"clicks\":[],\"other_clicks\":0,\"total_clicks\":0}}\";}','off'), (2611,'_transient_timeout_jetpack_restapi_stats_cache_d78dc2a06431702aa8e2383c19cf92ef','1758608327','off'), (2612,'_transient_jetpack_restapi_stats_cache_d78dc2a06431702aa8e2383c19cf92ef','a:1:{i:1758608027;s:49:\"{\"date\":\"2025-09-23\",\"period\":\"day\",\"summary\":[]}\";}','off'), (2613,'_transient_timeout_jetpack_restapi_stats_cache_b5bf8e1de62e40016a4e2a8890d88696','1758608327','off'), (2614,'_transient_jetpack_restapi_stats_cache_b5bf8e1de62e40016a4e2a8890d88696','a:1:{i:1758608027;s:61:\"{\"date\":\"2025-09-23\",\"period\":\"day\",\"summary\":{\"authors\":[]}}\";}','off'), (2882,'_transient_health-check-site-status-result','{\"good\":21,\"recommended\":2,\"critical\":0}','on'), (3189,'_transient_timeout__jetpack_related_posts_cache_8f6677c9d6b0f903e98ad32ec61f8deb_1','1758684758','off'), (3190,'_transient__jetpack_related_posts_cache_8f6677c9d6b0f903e98ad32ec61f8deb_1','a:1:{i:0;a:1:{s:2:\"id\";i:22;}}','off'), (3290,'_transient_timeout_jetpack_scan_state','1758649298','off'), (3291,'_transient_jetpack_scan_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:0;s:6:\"reason\";s:23:\"missing_scan_capability\";}','off'), (3292,'_transient_timeout_jetpack_connected_user_data_1','1758733898','off'), (3293,'_transient_jetpack_connected_user_data_1','a:11:{s:2:\"ID\";i:137111968;s:5:\"login\";s:14:\"serdarsarioglu\";s:5:\"email\";s:21:\"serdar@grafclouds.com\";s:12:\"display_name\";s:15:\"Serdar Sarioglu\";s:14:\"text_direction\";s:3:\"ltr\";s:10:\"site_count\";i:6;s:15:\"jetpack_connect\";s:0:\"\";s:12:\"color_scheme\";s:12:\"classic-dark\";s:17:\"sidebar_collapsed\";b:0;s:11:\"user_locale\";s:2:\"en\";s:13:\"user_currency\";s:3:\"TRY\";}','off'), (3295,'_transient_timeout_jetpack_blaze_site_supports_blaze_248613496','1758733898','off'), (3296,'_transient_jetpack_blaze_site_supports_blaze_248613496','a:1:{s:8:\"approved\";b:1;}','off'), (3301,'_transient_timeout_jetpack_rewind_state','1758649299','off'), (3302,'_transient_jetpack_rewind_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2025-09-23T17:11:39.337+00:00\";s:6:\"reason\";s:13:\"no_site_found\";s:9:\"has_cloud\";b:0;}','off'), (3303,'_transient_timeout_my-jetpack-site-features','1758647514','off'), (3304,'_transient_my-jetpack-site-features','a:2:{s:6:\"active\";a:20:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:18:\"upload-audio-files\";i:14;s:18:\"upload-video-files\";i:15;s:15:\"whatsapp-button\";i:16;s:25:\"social-image-auto-convert\";i:17;s:17:\"social-admin-page\";i:18;s:19:\"social-share-status\";i:19;s:21:\"social-editor-preview\";}s:9:\"available\";O:8:\"stdClass\":49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}','off'), (3305,'_transient_timeout_my-jetpack-purchases','1758647505','off'), (3306,'_transient_my-jetpack-purchases','a:0:{}','off'), (3307,'_transient_timeout_my-jetpack-red-bubble-transient','1758651100','off'), (3308,'_transient_my-jetpack-red-bubble-transient','a:0:{}','off'), (3924,'_transient_timeout__jetpack_related_posts_cache_8f6677c9d6b0f903e98ad32ec61f8deb_22','1758684726','off'), (3925,'_transient__jetpack_related_posts_cache_8f6677c9d6b0f903e98ad32ec61f8deb_22','a:0:{}','off'), (6670,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1758929477','off'), (6671,'_transient_jetpack_plugin_api_action_links_refresh','1758843077','off'), (7297,'_transient_timeout_jetpack_is_single_user','1758917258','off'), (7298,'_transient_jetpack_is_single_user','1','off'), (7536,'_transient_timeout_jpp_li_8acb70af6fb2e5bb7fd430ad62a7e007','1758886057','off'), (7537,'_transient_jpp_li_8acb70af6fb2e5bb7fd430ad62a7e007','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (185.49.20.79)\";s:17:\"seconds_remaining\";i:3548;s:16:\"blocked_attempts\";s:3:\"144\";s:6:\"expire\";i:1758886057;}','off'), (7557,'_transient_timeout_jpp_li_ef0e58ac758b171b45b59ea67b2a2c1e','1758886480','off'), (7558,'_transient_jpp_li_ef0e58ac758b171b45b59ea67b2a2c1e','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (89.46.108.223)\";s:17:\"seconds_remaining\";i:3554;s:16:\"blocked_attempts\";s:3:\"145\";s:6:\"expire\";i:1758886480;}','off'), (7574,'_transient_timeout_jpp_li_b8297ea7cd66c59cdce1f8e266adf583','1758886733','off'), (7575,'_transient_jpp_li_b8297ea7cd66c59cdce1f8e266adf583','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:59:\"No current blocks on this IP address (2a01:4f8:c2c:5742::1)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"146\";s:6:\"expire\";i:1758886733;}','off'), (7592,'_transient_timeout_jpp_li_0f178645fa93fa0e1c6b5c67328a09f7','1758886681','off'), (7593,'_transient_jpp_li_0f178645fa93fa0e1c6b5c67328a09f7','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (103.153.68.238)\";s:17:\"seconds_remaining\";i:3340;s:16:\"blocked_attempts\";s:3:\"147\";s:6:\"expire\";i:1758886681;}','off'), (7598,'_transient_timeout_jpp_li_823ffeae60e9e069e928bc0ea87e3df1','1758886989','off'), (7599,'_transient_jpp_li_823ffeae60e9e069e928bc0ea87e3df1','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (103.192.80.142)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"148\";s:6:\"expire\";i:1758886989;}','off'), (7613,'_transient_timeout_jpp_li_cf687c34af3caed8eb0f6f418ce5ac1c','1758887148','off'), (7614,'_transient_jpp_li_cf687c34af3caed8eb0f6f418ce5ac1c','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:60:\"No current blocks on this IP address (2a01:4f8:1c1c:f5b0::1)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"148\";s:6:\"expire\";i:1758887148;}','off'), (7630,'_transient_timeout_jpp_li_c2e0436a041eaade07a31a054f572aa1','1758887506','off'), (7631,'_transient_jpp_li_c2e0436a041eaade07a31a054f572aa1','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (145.239.93.122)\";s:17:\"seconds_remaining\";i:3547;s:16:\"blocked_attempts\";s:3:\"149\";s:6:\"expire\";i:1758887506;}','off'), (7655,'_transient_timeout_jpp_li_a203d5fb2d7747d00b9778dc10f694d8','1758888525','off'), (7656,'_transient_jpp_li_a203d5fb2d7747d00b9778dc10f694d8','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (91.224.90.83)\";s:17:\"seconds_remaining\";i:3516;s:16:\"blocked_attempts\";s:3:\"152\";s:6:\"expire\";i:1758888525;}','off'), (7660,'_transient_timeout_jpp_li_bac6efa1eec0192acf1cc2a120d89842','1758888732','off'), (7661,'_transient_jpp_li_bac6efa1eec0192acf1cc2a120d89842','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (152.53.103.246)\";s:17:\"seconds_remaining\";i:3504;s:16:\"blocked_attempts\";s:3:\"153\";s:6:\"expire\";i:1758888732;}','off'), (7665,'_transient_timeout_jpp_li_1a406a38c8a91bf3cd1e33950536d65a','1758888956','off'), (7666,'_transient_jpp_li_1a406a38c8a91bf3cd1e33950536d65a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (45.135.232.10)\";s:17:\"seconds_remaining\";i:3561;s:16:\"blocked_attempts\";s:3:\"154\";s:6:\"expire\";i:1758888956;}','off'), (7667,'_transient_timeout_jpp_li_c4e70aff4f7786315581ed4d0672e4cb','1758888868','off'), (7668,'_transient_jpp_li_c4e70aff4f7786315581ed4d0672e4cb','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (59.110.47.144)\";s:17:\"seconds_remaining\";i:3409;s:16:\"blocked_attempts\";s:3:\"155\";s:6:\"expire\";i:1758888868;}','off'), (7674,'_transient_timeout_jpp_li_91104c4e6f840d01b0fa3a379c0a20ab','1758888820','off'), (7675,'_transient_jpp_li_91104c4e6f840d01b0fa3a379c0a20ab','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (217.18.166.83)\";s:17:\"seconds_remaining\";i:3140;s:16:\"blocked_attempts\";s:3:\"156\";s:6:\"expire\";i:1758888820;}','off'), (7687,'_transient_timeout_jpp_li_e5bcbf65971953e33a0e7e270b54a989','1758889499','off'), (7688,'_transient_jpp_li_e5bcbf65971953e33a0e7e270b54a989','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (103.218.122.203)\";s:17:\"seconds_remaining\";i:3367;s:16:\"blocked_attempts\";s:3:\"157\";s:6:\"expire\";i:1758889499;}','off'), (7693,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1758886276;s:8:\"response\";a:1:{s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"15.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.15.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{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:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:25:\"cloudflare/cloudflare.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/cloudflare\";s:4:\"slug\";s:10:\"cloudflare\";s:6:\"plugin\";s:25:\"cloudflare/cloudflare.php\";s:11:\"new_version\";s:6:\"4.12.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/cloudflare/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/cloudflare.4.12.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/cloudflare/assets/icon-256x256.png?rev=2471183\";s:2:\"1x\";s:63:\"https://ps.w.org/cloudflare/assets/icon-128x128.png?rev=2471183\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cloudflare/assets/banner-1544x500.png?rev=2471183\";s:2:\"1x\";s:65:\"https://ps.w.org/cloudflare/assets/banner-772x250.png?rev=2471183\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:6:\"2.8.12\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.8.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}}s:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:25:\"cloudflare/cloudflare.php\";s:6:\"4.12.8\";s:19:\"jetpack/jetpack.php\";s:4:\"15.0\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"2.8.12\";}}','off'), (7702,'_transient_timeout_jpp_li_496ff57f4784340264ec92d0f1c5921a','1758889953','off'), (7703,'_transient_jpp_li_496ff57f4784340264ec92d0f1c5921a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (185.197.195.89)\";s:17:\"seconds_remaining\";i:3377;s:16:\"blocked_attempts\";s:3:\"158\";s:6:\"expire\";i:1758889953;}','off'), (7715,'_transient_timeout_jpp_li_8f836c236242baec44b001d5b05f0ae5','1758890407','off'), (7716,'_transient_jpp_li_8f836c236242baec44b001d5b05f0ae5','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:66:\"No current blocks on this IP address (2a05:8b81:1000:2::d0fa:18c0)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"159\";s:6:\"expire\";i:1758890407;}','off'), (7717,'_site_transient_timeout_available_translations','1758897608','off'), (7718,'_site_transient_available_translations','a:131:{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:6:\"6.0.10\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.10/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:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.6/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:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.26\";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.26/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:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2024-01-19 08:58: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/6.4.6/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.27\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";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.27/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-01 14:03:28\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-19 10:33:50\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-09 08:25:54\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 16:48:51\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-25 10:23:08\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 10:10:20\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 20:46:21\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 20:45:07\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-28 10:25:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-28 10:25:24\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.7/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-21 14:54:13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-30 21:52:12\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-19 23:02:24\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-25 13:50:40\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-29 13:22:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-19 08:40:47\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-26 16:45:13\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";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/6.8.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-28 22:23:40\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-22 14:54:35\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-14 15:46:25\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-25 14:01:43\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.6/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/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_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.11\";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:65:\"https://downloads.wordpress.org/translation/core/5.8.11/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_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.17\";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.17/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 05:24:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.22\";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.22/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-05 12:26:55\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-03 12:49:52\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-12 09:41:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 15:04:36\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-25 05:20:17\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.6\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.6/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.26\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";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.26/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:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.7/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 11:10:04\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 04:27:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/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:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";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.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.6/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-31 12:41:06\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.7/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-09 13:56:03\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-16 04:17:52\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.27\";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.27/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 21:28:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-22 12:19:14\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.27\";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.27/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.7/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/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.22\";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.22/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-22 16:17:50\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-15 15:01:44\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-22 23:30:14\";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/6.8.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-17 05:00:42\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.6\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.6/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.10\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.10/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:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 16:32:35\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.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:\"6.5.6\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.6/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:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-26 17:30:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.16\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.16/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.39\";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.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-27 04:25:37\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-23 09:31:59\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 06:56:09\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-31 11:10:17\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-15 07:18:24\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"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.26\";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.26/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-20 12:00:49\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";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.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-27 23:38:30\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-30 11:47:36\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";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/6.4.6/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:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-27 23:48:59\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 09:05:42\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 17:30:30\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.17\";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.17/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-22 08:56:02\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-14 09:44:53\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-08 20:51:20\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-10 20:44:58\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-28 12:50:48\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/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.39\";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.39/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:6:\"5.8.11\";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:62:\"https://downloads.wordpress.org/translation/core/5.8.11/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-08 16:09:09\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-16 23:11:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-18 21:39:23\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";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.8/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.17\";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.17/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 04:41:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-29 06:55:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','off'), (7720,'_transient_timeout_jetpack_sync_constants_await','1758890408','off'), (7721,'_transient_jetpack_sync_constants_await','1758886808.3096','off'), (7727,'_transient_timeout_jpp_li_49227c37f18793733b72dc661b751a43','1758890326','off'), (7728,'_transient_jpp_li_49227c37f18793733b72dc661b751a43','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (64.227.37.170)\";s:17:\"seconds_remaining\";i:3284;s:16:\"blocked_attempts\";s:3:\"159\";s:6:\"expire\";i:1758890326;}','off'), (7732,'_transient_timeout_jpp_li_1cf7d3444cd19e1e53e769d759811d66','1758890712','off'), (7733,'_transient_jpp_li_1cf7d3444cd19e1e53e769d759811d66','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (82.180.147.177)\";s:17:\"seconds_remaining\";i:3432;s:16:\"blocked_attempts\";s:3:\"160\";s:6:\"expire\";i:1758890712;}','off'), (7739,'_transient_timeout_jpp_li_8542ef207591991e3da6cda59104afc2','1758888146','off'), (7740,'_transient_jpp_li_8542ef207591991e3da6cda59104afc2','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (134.122.6.46)\";s:17:\"seconds_remaining\";i:629;s:16:\"blocked_attempts\";s:3:\"161\";s:6:\"expire\";i:1758888146;}','off'), (7749,'_transient_timeout_jpp_li_f1e2e9bfe5e0140d23a9fcec2b28ae8c','1758891472','off'), (7750,'_transient_jpp_li_f1e2e9bfe5e0140d23a9fcec2b28ae8c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (95.143.172.211)\";s:17:\"seconds_remaining\";i:3483;s:16:\"blocked_attempts\";s:3:\"162\";s:6:\"expire\";i:1758891472;}','off'), (7757,'_transient_timeout_jpp_li_4af36535c15a39b720a914da0a12d8ea','1758891294','off'), (7758,'_transient_jpp_li_4af36535c15a39b720a914da0a12d8ea','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (195.248.241.180)\";s:17:\"seconds_remaining\";i:3062;s:16:\"blocked_attempts\";s:3:\"163\";s:6:\"expire\";i:1758891294;}','off'), (7775,'_transient_timeout_jpp_li_8b99def506d581af399570b178e62822','1758892311','off'), (7776,'_transient_jpp_li_8b99def506d581af399570b178e62822','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:60:\"No current blocks on this IP address (2001:41d0:1008:13a4::)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"165\";s:6:\"expire\";i:1758892311;}','off'), (7778,'_site_transient_timeout_theme_roots','1758890511','off'), (7779,'_site_transient_theme_roots','a:6:{s:11:\"comic-ebook\";s:7:\"/themes\";s:9:\"didi-lite\";s:7:\"/themes\";s:4:\"raft\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'), (7785,'_transient_timeout_jpp_li_482d9fb9faa200cd703df0d470e13cca','1758892011','off'), (7786,'_transient_jpp_li_482d9fb9faa200cd703df0d470e13cca','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (209.222.98.137)\";s:17:\"seconds_remaining\";i:3061;s:16:\"blocked_attempts\";s:3:\"165\";s:6:\"expire\";i:1758892011;}','off'), (7793,'_transient_timeout_jetpack_https_test','1758975840','off'), (7794,'_transient_jetpack_https_test','1','off'), (7795,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1758889470','off'), (7796,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;d:0;}','off'), (7797,'_transient_timeout_jpp_li_193e3fb781552b52e64562d1a4638d18','1758892318','off'), (7798,'_transient_jpp_li_193e3fb781552b52e64562d1a4638d18','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (3.136.214.141)\";s:17:\"seconds_remaining\";i:2877;s:16:\"blocked_attempts\";s:3:\"167\";s:6:\"expire\";i:1758892318;}','off'), (7802,'_transient_timeout_jetpack_sync_callables_await','1758889502','off'), (7803,'_transient_jetpack_sync_callables_await','1758889442.1457','off'), (7804,'jetpack_site_products','a:0:{}','on'), (7832,'_transient_is_multi_author','0','on'), (7833,'_transient_didi_lite_categories','1','on'), (7930,'_transient_timeout_jpp_li_d4b8151efa782980b2f446f336ca198c','1758901184','off'), (7931,'_transient_jpp_li_d4b8151efa782980b2f446f336ca198c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (178.16.53.98)\";s:17:\"seconds_remaining\";i:3467;s:16:\"blocked_attempts\";s:3:\"169\";s:6:\"expire\";i:1758901184;}','off'), (7989,'_transient_timeout_jpp_li_5571ae285c52581dd9831a86b7e7b58f','1758905362','off'), (7990,'_transient_jpp_li_5571ae285c52581dd9831a86b7e7b58f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (159.89.198.132)\";s:17:\"seconds_remaining\";i:3554;s:16:\"blocked_attempts\";s:3:\"171\";s:6:\"expire\";i:1758905362;}','off'), (8022,'_transient_timeout_jpp_li_2bd395030c4d166ca87e6aa72f37a745','1758904401','off'), (8023,'_transient_jpp_li_2bd395030c4d166ca87e6aa72f37a745','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (152.42.192.249)\";s:17:\"seconds_remaining\";i:1686;s:16:\"blocked_attempts\";s:3:\"172\";s:6:\"expire\";i:1758904401;}','off'), (8026,'_transient_timeout_jpp_li_4cd8dc90a6aeeb7b31bc28ce9aa1bcaa','1758906295','off'), (8027,'_transient_jpp_li_4cd8dc90a6aeeb7b31bc28ce9aa1bcaa','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (51.68.224.123)\";s:17:\"seconds_remaining\";i:3501;s:16:\"blocked_attempts\";s:3:\"173\";s:6:\"expire\";i:1758906295;}','off'), (8037,'_transient_timeout_jpp_li_9d5ce5a77eace3646510aa031b6856e3','1758906559','off'), (8038,'_transient_jpp_li_9d5ce5a77eace3646510aa031b6856e3','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:64:\"No current blocks on this IP address (2604:a880:2:d0::1916:c001)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"174\";s:6:\"expire\";i:1758906559;}','off'), (8050,'_transient_timeout_jpp_li_496a7f41fbfd2060cf0825b3aee8f4d4','1758906724','off'), (8051,'_transient_jpp_li_496a7f41fbfd2060cf0825b3aee8f4d4','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:58:\"No current blocks on this IP address (2a01:4f9:6a:1764::2)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"174\";s:6:\"expire\";i:1758906724;}','off'), (8057,'_transient_timeout_jpp_li_2b7f790b978e89ca48a36977a2f45850','1758906758','off'), (8058,'_transient_jpp_li_2b7f790b978e89ca48a36977a2f45850','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (103.82.36.71)\";s:17:\"seconds_remaining\";i:3469;s:16:\"blocked_attempts\";s:3:\"174\";s:6:\"expire\";i:1758906758;}','off'), (8059,'_transient_timeout_jpp_li_79726fc0aadc8ae6cc1236dcb42a82cc','1758906847','off'), (8060,'_transient_jpp_li_79726fc0aadc8ae6cc1236dcb42a82cc','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (66.29.132.74)\";s:17:\"seconds_remaining\";i:3393;s:16:\"blocked_attempts\";s:3:\"175\";s:6:\"expire\";i:1758906847;}','off'), (8066,'_transient_timeout_jpp_li_b27bd0d2585d2085b31999a75533e676','1758907109','off'), (8067,'_transient_jpp_li_b27bd0d2585d2085b31999a75533e676','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (46.245.76.50)\";s:17:\"seconds_remaining\";i:3487;s:16:\"blocked_attempts\";s:3:\"176\";s:6:\"expire\";i:1758907109;}','off'), (8075,'_transient_timeout_jpp_li_13ffd2538dff64854c7628588161ce4f','1758907410','off'), (8076,'_transient_jpp_li_13ffd2538dff64854c7628588161ce4f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (67.205.42.10)\";s:17:\"seconds_remaining\";i:3457;s:16:\"blocked_attempts\";s:3:\"178\";s:6:\"expire\";i:1758907410;}','off'), (8077,'_transient_timeout_jpp_li_1b67e29f69a2534f5525cc6f133f8f57','1758907478','off'), (8078,'_transient_jpp_li_1b67e29f69a2534f5525cc6f133f8f57','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (147.135.222.126)\";s:17:\"seconds_remaining\";i:3360;s:16:\"blocked_attempts\";s:3:\"179\";s:6:\"expire\";i:1758907478;}','off'), (8084,'_transient_timeout_jpp_li_435fd2f42bb7802c352a00e2e01cdf5f','1758907760','off'), (8085,'_transient_jpp_li_435fd2f42bb7802c352a00e2e01cdf5f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (160.30.113.129)\";s:17:\"seconds_remaining\";i:3475;s:16:\"blocked_attempts\";s:3:\"180\";s:6:\"expire\";i:1758907760;}','off'), (8089,'_transient_timeout_jpp_li_ddd9a08c9ac519434ed645840ab59b81','1758907720','off'), (8090,'_transient_jpp_li_ddd9a08c9ac519434ed645840ab59b81','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (50.62.183.174)\";s:17:\"seconds_remaining\";i:3270;s:16:\"blocked_attempts\";s:3:\"181\";s:6:\"expire\";i:1758907720;}','off'), (8094,'_transient_timeout_jpp_li_ca8456ecdb907dfa9854ff58e444b63a','1758908151','off'), (8095,'_transient_jpp_li_ca8456ecdb907dfa9854ff58e444b63a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (217.182.158.226)\";s:17:\"seconds_remaining\";i:3536;s:16:\"blocked_attempts\";s:3:\"182\";s:6:\"expire\";i:1758908151;}','off'), (8099,'_transient_timeout_jpp_li_2cd5faf49e1a4d090c29bbe691c0e69f','1758907796','off'), (8100,'_transient_jpp_li_2cd5faf49e1a4d090c29bbe691c0e69f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (178.128.166.101)\";s:17:\"seconds_remaining\";i:3017;s:16:\"blocked_attempts\";s:3:\"183\";s:6:\"expire\";i:1758907796;}','off'), (8103,'_transient_timeout_jpp_li_59236add32eadde842c7e2a41749a793','1758908480','off'), (8104,'_transient_jpp_li_59236add32eadde842c7e2a41749a793','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (46.245.76.8)\";s:17:\"seconds_remaining\";i:3535;s:16:\"blocked_attempts\";s:3:\"184\";s:6:\"expire\";i:1758908479;}','off'), (8110,'_transient_timeout_jpp_li_9ce1152382219627088476b2bacb8917','1758908628','off'), (8111,'_transient_jpp_li_9ce1152382219627088476b2bacb8917','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (162.240.97.19)\";s:17:\"seconds_remaining\";i:3520;s:16:\"blocked_attempts\";s:3:\"185\";s:6:\"expire\";i:1758908628;}','off'), (8114,'_transient_timeout_jpp_li_4152a7b3b2cdfbc6bac78bdc2d3bf980','1758908872','off'), (8115,'_transient_jpp_li_4152a7b3b2cdfbc6bac78bdc2d3bf980','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:59:\"No current blocks on this IP address (2a01:4f8:c2c:8368::1)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"186\";s:6:\"expire\";i:1758908872;}','off'), (8121,'_transient_timeout_jpp_li_9850ec66af4c832b2b8e8dd36bccef68','1758908473','off'), (8122,'_transient_jpp_li_9850ec66af4c832b2b8e8dd36bccef68','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (178.32.119.4)\";s:17:\"seconds_remaining\";i:3037;s:16:\"blocked_attempts\";s:3:\"186\";s:6:\"expire\";i:1758908473;}','off'), (8125,'_transient_timeout_jpp_li_5dabeb4637cbdd3644f34cb3f662d42f','1758909198','off'), (8126,'_transient_jpp_li_5dabeb4637cbdd3644f34cb3f662d42f','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:60:\"No current blocks on this IP address (2a00:f940:2:4:2::41bf)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"187\";s:6:\"expire\";i:1758909198;}','off'), (8132,'_transient_timeout_jpp_li_8ca5620b72edde7fe4110830110221b5','1758908684','off'), (8133,'_transient_jpp_li_8ca5620b72edde7fe4110830110221b5','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (46.101.83.186)\";s:17:\"seconds_remaining\";i:2926;s:16:\"blocked_attempts\";s:3:\"187\";s:6:\"expire\";i:1758908684;}','off'), (8134,'_transient_timeout_jpp_li_db0ef96a9daad0de53da8012204a04fb','1758909312','off'), (8135,'_transient_jpp_li_db0ef96a9daad0de53da8012204a04fb','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (198.38.92.6)\";s:17:\"seconds_remaining\";i:3394;s:16:\"blocked_attempts\";s:3:\"188\";s:6:\"expire\";i:1758909312;}','off'), (8146,'_transient_timeout_jpp_li_a73bd36b143383618ea6041789b89d39','1758909848','off'), (8147,'_transient_jpp_li_a73bd36b143383618ea6041789b89d39','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:58:\"No current blocks on this IP address (2a00:a500:0:96::199)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"189\";s:6:\"expire\";i:1758909848;}','off'), (8151,'_transient_timeout_jpp_li_a1fb829645f4f27ef10539bfbedcac5f','1758909163','off'), (8152,'_transient_jpp_li_a1fb829645f4f27ef10539bfbedcac5f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (35.222.238.74)\";s:17:\"seconds_remaining\";i:2752;s:16:\"blocked_attempts\";s:3:\"189\";s:6:\"expire\";i:1758909163;}','off'), (8162,'_transient_timeout_jpp_li_fa510f54e7017e98d849f9be4112e878','1758910342','off'), (8163,'_transient_jpp_li_fa510f54e7017e98d849f9be4112e878','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:69:\"No current blocks on this IP address (2400:8901::f03c:93ff:fe98:54ff)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"190\";s:6:\"expire\";i:1758910342;}','off'), (8169,'_transient_timeout_jpp_li_c525ae2f4e1f78d9702669c9fc48b5c3','1758910124','off'), (8170,'_transient_jpp_li_c525ae2f4e1f78d9702669c9fc48b5c3','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (213.156.43.111)\";s:17:\"seconds_remaining\";i:3218;s:16:\"blocked_attempts\";s:3:\"190\";s:6:\"expire\";i:1758910124;}','off'), (8171,'_transient_timeout_jpp_li_b2f3ff750db5a2574b6de1b631ce9c92','1758910415','off'), (8172,'_transient_jpp_li_b2f3ff750db5a2574b6de1b631ce9c92','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (162.214.121.103)\";s:17:\"seconds_remaining\";i:3339;s:16:\"blocked_attempts\";s:3:\"191\";s:6:\"expire\";i:1758910415;}','off'), (8180,'_transient_timeout_jpp_li_5f12c287d4d66264e057814505680d4d','1758910839','off'), (8181,'_transient_jpp_li_5f12c287d4d66264e057814505680d4d','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:63:\"No current blocks on this IP address (2001:41d0:701:1100::11e3)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"192\";s:6:\"expire\";i:1758910839;}','off'), (8182,'_transient_timeout_jpp_li_4ea26b28bcbc8a0038ce674ebfc8f094','1758910183','off'), (8183,'_transient_jpp_li_4ea26b28bcbc8a0038ce674ebfc8f094','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (138.68.227.197)\";s:17:\"seconds_remaining\";i:2777;s:16:\"blocked_attempts\";s:3:\"192\";s:6:\"expire\";i:1758910183;}','off'), (8189,'_transient_timeout_jpp_li_7c1a25c0c731f58a8fbe847ae30b9c78','1758911102','off'), (8190,'_transient_jpp_li_7c1a25c0c731f58a8fbe847ae30b9c78','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (202.174.110.119)\";s:17:\"seconds_remaining\";i:3533;s:16:\"blocked_attempts\";s:3:\"193\";s:6:\"expire\";i:1758911102;}','off'), (8194,'_transient_timeout_jpp_li_27e3dcccb509e62ce9d630258020e20b','1758910574','off'), (8195,'_transient_jpp_li_27e3dcccb509e62ce9d630258020e20b','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (67.205.59.102)\";s:17:\"seconds_remaining\";i:2675;s:16:\"blocked_attempts\";s:3:\"194\";s:6:\"expire\";i:1758910574;}','off'), (8199,'_transient_timeout_jpp_li_28829321c5d1f146a94b4d41fa8e1105','1758911658','off'), (8200,'_transient_jpp_li_28829321c5d1f146a94b4d41fa8e1105','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (68.183.157.208)\";s:17:\"seconds_remaining\";i:3595;s:16:\"blocked_attempts\";s:3:\"195\";s:6:\"expire\";i:1758911658;}','off'), (8201,'_transient_timeout_jpp_li_5d6247d36d7338070f6b0135cece9f9d','1758911197','off'), (8202,'_transient_jpp_li_5d6247d36d7338070f6b0135cece9f9d','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (103.124.95.168)\";s:17:\"seconds_remaining\";i:2969;s:16:\"blocked_attempts\";s:3:\"196\";s:6:\"expire\";i:1758911197;}','off'), (8210,'_transient_timeout_jpp_li_b6a824edc79311e11e425c1b1a324f56','1758911992','off'), (8211,'_transient_jpp_li_b6a824edc79311e11e425c1b1a324f56','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"No current blocks on this IP address (2a02:c206:2181:5733::1)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"197\";s:6:\"expire\";i:1758911992;}','off'), (8214,'_transient_timeout_jpp_li_582c32a275fa3da28a6ceee77d5e7679','1758911835','off'), (8215,'_transient_jpp_li_582c32a275fa3da28a6ceee77d5e7679','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (89.40.227.248)\";s:17:\"seconds_remaining\";i:3281;s:16:\"blocked_attempts\";s:3:\"197\";s:6:\"expire\";i:1758911835;}','off'), (8221,'_transient_timeout_jpp_li_bca3f16c8b0cedbed63d130ee0ac39b3','1758911926','off'), (8222,'_transient_jpp_li_bca3f16c8b0cedbed63d130ee0ac39b3','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (86.31.161.97)\";s:17:\"seconds_remaining\";i:3208;s:16:\"blocked_attempts\";s:3:\"198\";s:6:\"expire\";i:1758911926;}','off'), (8225,'_transient_timeout_jpp_li_2e84be5042d949399c169ff26323a645','1758912482','off'), (8226,'_transient_jpp_li_2e84be5042d949399c169ff26323a645','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:74:\"No current blocks on this IP address (2001:ac8:20:ff41:250:56ff:fe82:cb11)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"199\";s:6:\"expire\";i:1758912482;}','off'), (8232,'_transient_timeout_jpp_li_2ceca5afba0beafabb59ccd6e830fbfa','1758912711','off'), (8233,'_transient_jpp_li_2ceca5afba0beafabb59ccd6e830fbfa','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (100.20.191.157)\";s:17:\"seconds_remaining\";i:3503;s:16:\"blocked_attempts\";s:3:\"199\";s:6:\"expire\";i:1758912711;}','off'), (8239,'_transient_timeout_jpp_li_9804a63c08bbd409e34294a65c978492','1758912831','off'), (8240,'_transient_jpp_li_9804a63c08bbd409e34294a65c978492','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (152.32.251.112)\";s:17:\"seconds_remaining\";i:3458;s:16:\"blocked_attempts\";s:3:\"200\";s:6:\"expire\";i:1758912831;}','off'), (8246,'_transient_timeout_jpp_li_3598946896afff9beea8d46a2ad2948e','1758913051','off'), (8247,'_transient_jpp_li_3598946896afff9beea8d46a2ad2948e','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (92.205.167.152)\";s:17:\"seconds_remaining\";i:3346;s:16:\"blocked_attempts\";s:3:\"201\";s:6:\"expire\";i:1758913051;}','off'), (8252,'_transient_timeout_jpp_li_b6f537c344311b10aea04d23806f6a23','1758913449','off'), (8253,'_transient_jpp_li_b6f537c344311b10aea04d23806f6a23','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (34.74.243.195)\";s:17:\"seconds_remaining\";i:3577;s:16:\"blocked_attempts\";s:3:\"202\";s:6:\"expire\";i:1758913449;}','off'), (8254,'_transient_timeout_jpp_li_bf45bc0f814e8e9f4a5b8b03aa4e60ca','1758912657','off'), (8255,'_transient_jpp_li_bf45bc0f814e8e9f4a5b8b03aa4e60ca','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (37.187.26.72)\";s:17:\"seconds_remaining\";i:2621;s:16:\"blocked_attempts\";s:3:\"203\";s:6:\"expire\";i:1758912657;}','off'), (8261,'_transient_timeout_jpp_li_4bcd0ffe8f7307169865b004590792e1','1758913622','off'), (8262,'_transient_jpp_li_4bcd0ffe8f7307169865b004590792e1','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (147.182.255.27)\";s:17:\"seconds_remaining\";i:3420;s:16:\"blocked_attempts\";s:3:\"204\";s:6:\"expire\";i:1758913622;}','off'), (8265,'_transient_timeout_jpp_li_33dc71c3233e389d12ce7fb89b6540a7','1758913957','off'), (8266,'_transient_jpp_li_33dc71c3233e389d12ce7fb89b6540a7','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (158.220.116.163)\";s:17:\"seconds_remaining\";i:3594;s:16:\"blocked_attempts\";s:3:\"205\";s:6:\"expire\";i:1758913957;}','off'), (8272,'_transient_timeout_jpp_li_89dd8865d896aa1333ed024e60213f83','1758913676','off'), (8273,'_transient_jpp_li_89dd8865d896aa1333ed024e60213f83','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (218.255.64.242)\";s:17:\"seconds_remaining\";i:3147;s:16:\"blocked_attempts\";s:3:\"206\";s:6:\"expire\";i:1758913676;}','off'), (8274,'_transient_timeout_jpp_li_e23918f77a3094cc011c9f8141d9918c','1758912392','off'), (8275,'_transient_jpp_li_e23918f77a3094cc011c9f8141d9918c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (64.227.8.16)\";s:17:\"seconds_remaining\";i:1698;s:16:\"blocked_attempts\";s:3:\"207\";s:6:\"expire\";i:1758912392;}','off'), (8281,'_transient_timeout_jpp_li_5aa4d190c07c4c657e46b81a89eeeb9c','1758914390','off'), (8282,'_transient_jpp_li_5aa4d190c07c4c657e46b81a89eeeb9c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (148.135.79.162)\";s:17:\"seconds_remaining\";i:3533;s:16:\"blocked_attempts\";s:3:\"208\";s:6:\"expire\";i:1758914390;}','off'), (8283,'_transient_timeout_jetpack_social_connections_list','1758925287','off'), (8284,'_transient_jetpack_social_connections_list','a:0:{}','off'), (8285,'_transient_timeout_jetpack_social_connections','1758925287','off'), (8286,'_transient_jetpack_social_connections','a:0:{}','off'), (8287,'_transient_timeout_jpp_li_8e0f867f352928a7119a9dba8edbee61','1758914561','off'), (8288,'_transient_jpp_li_8e0f867f352928a7119a9dba8edbee61','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (213.136.93.171)\";s:17:\"seconds_remaining\";i:3542;s:16:\"blocked_attempts\";s:3:\"209\";s:6:\"expire\";i:1758914561;}','off'), (8305,'_transient_timeout_jpp_li_573585c6eddfa1c8509b23576c9750c4','1758914948','off'), (8306,'_transient_jpp_li_573585c6eddfa1c8509b23576c9750c4','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:55:\"No current blocks on this IP address (2a10:b5c1:120::1)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:3:\"211\";s:6:\"expire\";i:1758914948;}','off'), (8315,'_transient_timeout_jpp_li_dc6cc9f3946e28fce6f9713b6042ba38','1758914986','off'), (8316,'_transient_jpp_li_dc6cc9f3946e28fce6f9713b6042ba38','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (167.71.56.214)\";s:17:\"seconds_remaining\";i:3476;s:16:\"blocked_attempts\";s:3:\"211\";s:6:\"expire\";i:1758914986;}','off'), (8323,'_transient_timeout_jpp_li_3ca763228025f288b94304bf7791c597','1758914882','off'), (8324,'_transient_jpp_li_3ca763228025f288b94304bf7791c597','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (50.62.185.157)\";s:17:\"seconds_remaining\";i:3209;s:16:\"blocked_attempts\";s:3:\"212\";s:6:\"expire\";i:1758914882;}','off'), (8331,'_transient_timeout_jpp_li_1e38ceb51aeb597d71a9063910e8181a','1758915127','off'), (8332,'_transient_jpp_li_1e38ceb51aeb597d71a9063910e8181a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (102.207.250.75)\";s:17:\"seconds_remaining\";i:3290;s:16:\"blocked_attempts\";s:3:\"213\";s:6:\"expire\";i:1758915127;}','off'), (8382,'_transient_timeout_jpp_li_eabade9e299482fb2b847f748294e799','1758916374','off'), (8383,'_transient_jpp_li_eabade9e299482fb2b847f748294e799','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (103.192.80.148)\";s:17:\"seconds_remaining\";i:3598;s:16:\"blocked_attempts\";s:3:\"216\";s:6:\"expire\";i:1758916374;}','off'), (8502,'_transient_timeout_jpp_li_faab42b8d160e4b9234bf248b1529ec3','1758919934','off'), (8503,'_transient_jpp_li_faab42b8d160e4b9234bf248b1529ec3','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (136.115.238.1)\";s:17:\"seconds_remaining\";i:491;s:16:\"blocked_attempts\";s:3:\"217\";s:6:\"expire\";i:1758919934;}','off'), (8581,'_site_transient_timeout_wp_theme_files_patterns-6d6a4f14597b58575f74116248dab7f4','1758928176','off'), (8582,'_site_transient_wp_theme_files_patterns-6d6a4f14597b58575f74116248dab7f4','a:2:{s:7:\"version\";s:5:\"1.1.9\";s:8:\"patterns\";a:0:{}}','off'), (8586,'_transient_timeout_jpp_li_64cd06d0558fdae3c6e2c610a9aa1b00','1758926929','off'), (8587,'_transient_jpp_li_64cd06d0558fdae3c6e2c610a9aa1b00','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (167.172.71.225)\";s:17:\"seconds_remaining\";i:550;s:16:\"blocked_attempts\";s:3:\"218\";s:6:\"expire\";i:1758926929;}','off'), (8597,'_transient_timeout_jetpack_update_remote_package_last_query','1758927436','off'), (8598,'_transient_jetpack_update_remote_package_last_query','1758927376','off'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'), (2,3,'_wp_page_template','default'), (3,6,'_wp_attached_file','2025/09/admin-ulan.png'), (4,6,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/09/admin-ulan.png\";s:8:\"filesize\";i:3790900;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"admin-ulan-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31069;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"admin-ulan-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:302882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"admin-ulan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14501;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"admin-ulan-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:381389;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (5,6,'_edit_lock','1758537282:1'), (6,6,'_edit_last','1'), (7,7,'_edit_lock','1758537896:1'), (8,7,'_wp_trash_meta_status','publish'), (9,7,'_wp_trash_meta_time','1758537912'), (10,8,'_wp_attached_file','2025/09/cropped-admin-ulan.png'), (11,8,'_wp_attachment_context','custom-logo'), (12,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:150;s:4:\"file\";s:30:\"2025/09/cropped-admin-ulan.png\";s:8:\"filesize\";i:33559;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"cropped-admin-ulan-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"cropped-admin-ulan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13711;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (13,9,'_edit_lock','1758538613:1'), (14,10,'_wp_attached_file','2025/09/ChatGPT-Image-Sep-22-2025-01_50_28-PM.png'), (15,10,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:49:\"2025/09/ChatGPT-Image-Sep-22-2025-01_50_28-PM.png\";s:8:\"filesize\";i:3003938;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Sep-22-2025-01_50_28-PM-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35822;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"ChatGPT-Image-Sep-22-2025-01_50_28-PM-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:475105;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Sep-22-2025-01_50_28-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Sep-22-2025-01_50_28-PM-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:258596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (16,11,'_wp_attached_file','2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM.png'), (17,11,'_wp_attachment_context','custom-logo'), (18,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:150;s:4:\"file\";s:57:\"2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM.png\";s:8:\"filesize\";i:39189;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (19,9,'_customize_restore_dismissed','1'), (20,6,'_wp_attachment_is_custom_background','didi-lite'), (21,12,'_edit_lock','1758543532:1'), (22,13,'_wp_attached_file','2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-scaled.png'), (23,13,'_wp_attachment_context','custom-header'), (24,13,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:2560;s:6:\"height\";i:294;s:4:\"file\";s:66:\"2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-scaled.png\";s:8:\"filesize\";i:541565;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-300x35.png\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7399;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-1024x118.png\";s:5:\"width\";i:1024;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16187;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-768x88.png\";s:5:\"width\";i:768;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43699;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:60:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-1536x177.png\";s:5:\"width\";i:1536;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194568;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:60:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-2048x236.png\";s:5:\"width\";i:2048;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349732;}s:24:\"didi-lite-post-thumbnail\";a:5:{s:4:\"file\";s:58:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-740x85.png\";s:5:\"width\";i:740;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40422;}s:29:\"didi-lite-post-list-thumbnail\";a:5:{s:4:\"file\";s:58:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1-400x46.png\";s:5:\"width\";i:400;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:51:\"cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1.png\";s:17:\"attachment_parent\";i:10;}'), (25,13,'_wp_attachment_custom_header_last_used_didi-lite','1758543200'), (26,13,'_wp_attachment_is_custom_header','didi-lite'), (27,12,'_wp_trash_meta_status','publish'), (28,12,'_wp_trash_meta_time','1758543583'), (29,2,'_edit_last','1'), (30,2,'_edit_lock','1758574073:1'), (31,1,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1758566467;s:7:\"payload\";a:0:{}}}'), (32,1,'_edit_lock','1758563557:1'), (33,13,'_oembed_aaeb55dcb29636dae1476793af8105a4','{{unknown}}'), (34,11,'_oembed_1c73c70c47031c0da71f3cc6f63ac606','{{unknown}}'), (35,8,'_oembed_fdf31969395508bf9f58e2e02565baca','{{unknown}}'), (40,21,'_wp_attached_file','2025/09/Snip20250922_26.png'), (41,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:1072;s:4:\"file\";s:27:\"2025/09/Snip20250922_26.png\";s:8:\"filesize\";i:1508073;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (42,22,'_edit_lock','1758574625:1'), (43,23,'_wp_attached_file','2025/09/ios_amk.png'), (44,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2025/09/ios_amk.png\";s:8:\"filesize\";i:1716835;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"ios_amk-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ios_amk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"ios_amk-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:314223;}s:24:\"didi-lite-post-thumbnail\";a:5:{s:4:\"file\";s:19:\"ios_amk-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:285792;}s:29:\"didi-lite-post-list-thumbnail\";a:5:{s:4:\"file\";s:19:\"ios_amk-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (48,22,'_wpas_done_all','1'), (65,34,'footnotes',''), (72,38,'footnotes',''); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2025-09-22 13:30:38','2025-09-22 10:30:38','\n

Hangi dürrük buldu bunu acaba? Merhaba dünya! Neyse neden bu bloğu hortlattık? Can sıkıntısı, birazda yeni yetmelere tecrübe aktarımı... Biz bu işe başlarken sunucu formatlayan kraldı kralll, şimdi AI itnesi yüzünden yeni mezunlar zor zamanlar geçiriyor, gerçi beklentileride fazla müptzellerin.

\n\n\n\n

Neyse hadi başlayalım.

\n','Merhaba dünya!','','publish','open','open','','merhaba-dunya','','','2025-09-22 20:30:54','2025-09-22 17:30:54','',0,'http://adminulan.com/?p=1',0,'post','',1), (2,1,'2025-09-22 13:30:38','2025-09-22 10:30:38','\n
\"IT
\n\n\n\n

Bak yeğen,

\n\n\n\n

Burası Tourette sendromlu IT cilerin yeri, sektörde 15 sene geçirdikten sonra böyle olursun. Bu arızalardan birşey kapmak istersen ve kibarlık takıntın yoksa hojgeldin!

\n\n\n\n

\n','IT Raconu','','publish','closed','closed','','it-raconu','','','2025-09-22 23:47:54','2025-09-22 20:47:54','',0,'http://adminulan.com/?page_id=2',0,'page','',0), (3,1,'2025-09-22 13:30:38','2025-09-22 10:30:38','\n

Biz kimiz

\n\n\n

Önerilen metin: Sitemizin adresi: http://adminulan.com.

\n\n\n

Yorumlar

\n\n\n

Önerilen metin: Ziyaretçiler sitede yorum yaptığında, yorum formunda görüntülenen verilerin yanında istenmeyen yorumların algılanmasına yardımcı olacak ziyaretçi IP adresi ve tarayıcı bilgilerini de toplarız.

\n\n\n

Gravatar hizmetine, kullanıp kullanmadığınızı görmek için e-posta adresinizden oluşturulmuş anonimleştirilmiş bir metin (karma olarak da adlandırılır) gönderilebilir. Gravatar hizmetinin gizlilik ilkesi şu adreste bulunabilir: https://automattic.com/privacy/. Yorumunuzun onaylanmasından sonra profil görseliniz yorumunuzla birlikte herkese görüntülenir.

\n\n\n

Ortamlar

\n\n\n

Önerilen metin: Sitenize görselleri yüklüyorsanız, gömülmüş konum verileri (EXIF GPS) bulunan görseller yüklemekten kaçınmalısınız. Site ziyaretçileri, sitedeki görselleri indirip içindeki konum bilgilerini öğrenebilir.

\n\n\n

Çerezler

\n\n\n

Önerilen metin: Sitemizde bir yorum yaparsanız, adınızın, e-posta adresinizin ve site adresinizin çerezlere kaydedilmesini seçebilirsiniz. Bunlar size kolaylık sağlamak içindir. Böylece başka bir yorum yaptığınızda bilgilerinizi yeniden yazmanız gerekmez. Bu çerezler bir yıl saklanır.

\n\n\n

Oturum açma sayfamızı ziyaret ederseniz, tarayıcınızın çerezleri kabul edip etmediğini belirlemek için geçici bir çerez ayarlayacağız. Bu çerezde herhangi bir kişisel veri bulunmaz ve tarayıcınızı kapattığınızda yok edilir.

\n\n\n

Oturum açtığınızda, oturum açma bilgilerinizi ve ekran görüntüleme seçiminizi kaydetmek için birkaç çerez kaydedeceğiz. Oturum açma çerezleri iki gün ve ekran seçenekleri çerezleri bir yıl boyunca tutulur. "Beni hatırla" seçeneğini seçerseniz, oturumunuz iki hafta boyunca etkin kalır. Hesabınızın oturumunu kapatırsanz, oturum açma çerezleri kaldırılır.

\n\n\n

Bir yazıyı düzenler ya da yayınlarsanız tarayıcınıza ek bir çerez kaydedilir. Bu çerezde herhangi bir kişisel veri bulunmaz ve yalnızca düzenlediğiniz yazının kimliği bulunur. 1 gün sonra zaman aşımına uğrar.

\n\n\n

Diğer sitelerden gömülen içerik

\n\n\n

Önerilen metin: Bu sitedeki yazılarda gömülü içerik (videolar, görseller, yazılar gibi) bulunabilir. Diğer sitelerden gömülen içerikler, ziyaretçi diğer siteyi ziyaret ettiğindeki ile aynı şekilde davranır.

\n\n\n

Bu siteler sizin hakkınızda veriler toplayabilir, çerezler kullanabilir, üçüncü taraflarca gömülmüş izlemeler yapabilir ve gömülü içeriklerle etkileşiminizi izleyebilir. Bir hesabınız varsa ve bu sitede oturum açtıysanız, gömülen içerikle etkleşiminiz izlenebilir.

\n\n\n

Verinizi kimlerle paylaşıyoruz

\n\n\n

Önerilen metin: Parola sıfırlama isteğinde bulunduğunuzda, IP adresiniz sıfırlama e-postasına eklenir.

\n\n\n

Verilerinizi ne süreyle tutuyoruz

\n\n\n

Önerilen metin: Bir yorum yaparsanız, yorum ve üst verileri süresiz olarak saklanır. Böylece, sonraki yorumlarınızı onay sırasına almak yerine otomatik olarak tanıyabilir ve onaylayabiliriz.

\n\n\n

Sitemizde hesap açan kullanıcılar için (varsa) kullanıcı profilinde verdikleri kişisel bilgileri de saklarız. Tüm kullanıcılar kişisel bilgilerini istedikleri zaman görebilir, düzenleyebilir ya da silebilir (kullanıcı adını değiştirmek dışında). Site yöneticileri de bu bilgileri görebilir ve düzenleyebilir.

\n\n\n

Verileriniz üzerindeki haklarınız neler

\n\n\n

Önerilen metin: Bu sitede bir hesabınız veya yorumlarınız varsa, bize verdiğiniz veriler ile birlikte, hakkınızda tuttuğumuz kişisel verileri dosya olarak dışa aktarmak isteyebilirsiniz. Ayrıca, sizinle ilgili tuttuğumuz tüm kişisel verilerin silinmesini de isteyebilirsiniz. Silinecek veriler, idari, yasal veya güvenlik amaçlarıyla tutmak zorunda olduğumuz verileri kapsamaz.

\n\n\n

Verilerinizin gönderildiği yer

\n\n\n

Önerilen metin: Ziyaretçi yorumları otomatik istenmeyen yorum algılama hizmeti ile kontrol edilebilir.

\n\n','Gizlilik Politikası','','draft','closed','open','','gizlilik-ilkesi','','','2025-09-22 13:30:38','2025-09-22 10:30:38','',0,'http://adminulan.com/?page_id=3',0,'page','',0), (4,0,'2025-09-22 13:30:39','2025-09-22 10:30:39','','Gezinme','','publish','closed','closed','','navigation','','','2025-09-22 13:30:39','2025-09-22 10:30:39','',0,'http://adminulan.com/2025/09/22/navigation/',0,'wp_navigation','',0), (5,1,'2025-09-22 13:31:18','0000-00-00 00:00:00','','Otomatik taslak','','auto-draft','open','open','','','','','2025-09-22 13:31:18','0000-00-00 00:00:00','',0,'http://adminulan.com/?p=5',0,'post','',0), (6,1,'2025-09-22 13:35:53','2025-09-22 10:35:53','','admin-ulan','','inherit','open','closed','','admin-ulan','','','2025-09-22 13:37:02','2025-09-22 10:37:02','',0,'https://adminulan.com/wp-content/uploads/2025/09/admin-ulan.png',0,'attachment','image/png',0), (7,1,'2025-09-22 13:45:10','2025-09-22 10:45:10','{\n \"blogdescription\": {\n \"value\": \"Alaca\\u011f\\u0131n\\u0131z backup\\u2019\\u0131 sikim, ayn\\u0131 diske al\\u0131n\\u0131r m\\u0131 lan?\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 10:43:56\"\n },\n \"blogname\": {\n \"value\": \"K\\u00fcf\\u00fcrle \\u00c7al\\u0131\\u015fan IT\'ci\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 10:45:10\"\n }\n}','','','trash','closed','closed','','1d318684-5124-4ec7-a757-c713cd125d8c','','','2025-09-22 13:45:10','2025-09-22 10:45:10','',0,'https://adminulan.com/?p=7',0,'customize_changeset','',0), (8,1,'2025-09-22 13:47:51','2025-09-22 10:47:51','https://adminulan.com/wp-content/uploads/2025/09/cropped-admin-ulan.png','cropped-admin-ulan.png','','inherit','open','closed','','cropped-admin-ulan-png','','','2025-09-22 13:47:51','2025-09-22 10:47:51','',6,'https://adminulan.com/wp-content/uploads/2025/09/cropped-admin-ulan.png',0,'attachment','image/png',0), (9,1,'2025-09-22 13:56:53','0000-00-00 00:00:00','{\n \"comic-ebook::custom_logo\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 10:56:53\"\n },\n \"comic-ebook::background_color\": {\n \"value\": \"#f3f3f3\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 10:56:53\"\n }\n}','','','auto-draft','closed','closed','','89777306-fe9a-4d85-97b6-20275ee449d1','','','2025-09-22 13:56:53','2025-09-22 10:56:53','',0,'https://adminulan.com/?p=9',0,'customize_changeset','',0), (10,1,'2025-09-22 13:54:34','2025-09-22 10:54:34','','ChatGPT Image Sep 22, 2025, 01_50_28 PM','','inherit','open','closed','','chatgpt-image-sep-22-2025-01_50_28-pm','','','2025-09-22 13:54:34','2025-09-22 10:54:34','',0,'https://adminulan.com/wp-content/uploads/2025/09/ChatGPT-Image-Sep-22-2025-01_50_28-PM.png',0,'attachment','image/png',0), (11,1,'2025-09-22 13:56:26','2025-09-22 10:56:26','https://adminulan.com/wp-content/uploads/2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM.png','cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM.png','','inherit','open','closed','','cropped-chatgpt-image-sep-22-2025-01_50_28-pm-png','','','2025-09-22 13:56:26','2025-09-22 10:56:26','',10,'https://adminulan.com/wp-content/uploads/2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM.png',0,'attachment','image/png',0), (12,1,'2025-09-22 15:19:41','2025-09-22 12:19:41','{\n \"didi-lite::background_image\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::background_preset\": {\n \"value\": \"fill\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::background_position_x\": {\n \"value\": \"left\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::background_position_y\": {\n \"value\": \"top\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::background_size\": {\n \"value\": \"cover\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::background_repeat\": {\n \"value\": \"no-repeat\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::background_attachment\": {\n \"value\": \"fixed\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::didi_lite_copyright\": {\n \"value\": \"Bedava Tema\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::hide_copyright\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:11:59\"\n },\n \"didi-lite::header_image\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:19:41\"\n },\n \"didi-lite::header_image_data\": {\n \"value\": \"remove-header\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:19:41\"\n },\n \"show_on_front\": {\n \"value\": \"posts\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2025-09-22 12:19:41\"\n }\n}','','','trash','closed','closed','','f6a6b06f-374c-45a1-821f-e3a226880a67','','','2025-09-22 15:19:41','2025-09-22 12:19:41','',0,'https://adminulan.com/?p=12',0,'customize_changeset','',0), (13,1,'2025-09-22 15:12:23','2025-09-22 12:12:23','https://adminulan.com/wp-content/uploads/2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1.png','cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1.png','','inherit','open','closed','','cropped-chatgpt-image-sep-22-2025-01_50_28-pm-1-png','','','2025-09-22 15:12:23','2025-09-22 12:12:23','',0,'https://adminulan.com/wp-content/uploads/2025/09/cropped-ChatGPT-Image-Sep-22-2025-01_50_28-PM-1.png',0,'attachment','image/png',0), (14,1,'2025-09-22 15:20:54','2025-09-22 12:20:54','\n

Bu bir örnek sayfadır. Bir blog yazısından farklıdır çünkü belirli bir yerde sabit olarak kalır ve temanızın gezinme menüsünde görüntülenir (çoğu tema destekler). Bir çok insan potansiyel ziyaretçilerini karşılamak için bir Hakkında sayfası kullanır. Şuna benzeyen bir şey olabilir:

\n\n\n\n

Merhaba! Gündüzleri bisikletli kurye, geceleri ise hevesli bir aktörüm, burası da benim sitem. İstanbul’da yaşıyorum, Bıdık isminde harika bir köpeğim var ve piña colada içmeyi seviyorum. (Ve yağmura yakalanmayı.)

\n\n\n\n

…ya da bunun gibi bir şeyler:

\n\n\n\n

XYZ firması 1971 yılında kurulmuştur ve kurulduğundan bu yana kaliteli şeyler üretmektedir. Gotham şehrinde konuşlanmış olan XYZ firması 2.000 üzerinde çalışanı ile Gotham şehri için her şeyin en iyisini yapmaya çalışmaktadır.

\n\n\n\n

Yeni bir WordPress kullanıcısı olarak öncelikle Başlangıç ekranına gidip bu sayfayı silerek kendi sayfalarınızı oluşturmalısınız. İyi eğlenceler!

\n','IT Raconu','','inherit','closed','closed','','2-revision-v1','','','2025-09-22 15:20:54','2025-09-22 12:20:54','',2,'https://adminulan.com/?p=14',0,'revision','',0), (15,0,'2025-09-22 20:47:54','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xNS4wJy0tPgo8IS0tSmV0cGFja19TaXRlbWFwX0J1ZmZlcl9QYWdlLS0+Cjw/eG1sLXN0eWxlc2hlZXQgdHlwZT0idGV4dC94c2wiIGhyZWY9Ii8vYWRtaW51bGFuLmNvbS9zaXRlbWFwLnhzbCI/Pgo8dXJsc2V0IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkgaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOS9zaXRlbWFwLnhzZCI+CiAgPHVybD4KICAgIDxsb2M+aHR0cHM6Ly9hZG1pbnVsYW4uY29tLzwvbG9jPgogIDwvdXJsPgogIDx1cmw+CiAgICA8bG9jPmh0dHBzOi8vYWRtaW51bGFuLmNvbS9tZXJoYWJhLWR1bnlhLzwvbG9jPgogICAgPGxhc3Rtb2Q+MjAyNS0wOS0yMlQxNzozMDo1NFo8L2xhc3Rtb2Q+CiAgPC91cmw+CiAgPHVybD4KICAgIDxsb2M+aHR0cHM6Ly9hZG1pbnVsYW4uY29tL2l0LXJhY29udS88L2xvYz4KICAgIDxsYXN0bW9kPjIwMjUtMDktMjJUMjA6NDc6NTRaPC9sYXN0bW9kPgogIDwvdXJsPgogIDx1cmw+CiAgICA8bG9jPmh0dHBzOi8vYWRtaW51bGFuLmNvbS9pb3otMjYvPC9sb2M+CiAgICA8bGFzdG1vZD4yMDI1LTA5LTIyVDIwOjQzOjQ2WjwvbGFzdG1vZD4KICA8L3VybD4KPC91cmxzZXQ+Cg==','sitemap-1.xml','','draft','closed','closed','','','','','2025-09-26 15:36:07','2025-09-26 12:36:07','',0,'https://adminulan.com/?p=15',0,'jp_sitemap','',0), (16,0,'2025-09-22 18:52:19','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xNS4wJy0tPgo8IS0tSmV0cGFja19TaXRlbWFwX0J1ZmZlcl9JbWFnZS0tPgo8P3htbC1zdHlsZXNoZWV0IHR5cGU9InRleHQveHNsIiBocmVmPSIvL2FkbWludWxhbi5jb20vaW1hZ2Utc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOmltYWdlPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLWltYWdlLzEuMSI+CiAgPHVybD4KICAgIDxsb2M+aHR0cHM6Ly9hZG1pbnVsYW4uY29tL2FkbWluLXVsYW4vPC9sb2M+CiAgICA8bGFzdG1vZD4yMDI1LTA5LTIyVDEwOjM3OjAyWjwvbGFzdG1vZD4KICAgIDxpbWFnZTppbWFnZT4KICAgICAgPGltYWdlOmxvYz5odHRwczovL2FkbWludWxhbi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjUvMDkvYWRtaW4tdWxhbi5wbmc8L2ltYWdlOmxvYz4KICAgIDwvaW1hZ2U6aW1hZ2U+CiAgPC91cmw+CiAgPHVybD4KICAgIDxsb2M+aHR0cHM6Ly9hZG1pbnVsYW4uY29tL2FkbWluLXVsYW4vPC9sb2M+CiAgICA8bGFzdG1vZD4yMDI1LTA5LTIyVDEwOjQ3OjUxWjwvbGFzdG1vZD4KICAgIDxpbWFnZTppbWFnZT4KICAgICAgPGltYWdlOmxvYz5odHRwczovL2FkbWludWxhbi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjUvMDkvY3JvcHBlZC1hZG1pbi11bGFuLnBuZzwvaW1hZ2U6bG9jPgogICAgPC9pbWFnZTppbWFnZT4KICA8L3VybD4KICA8dXJsPgogICAgPGxvYz5odHRwczovL2FkbWludWxhbi5jb20vY2hhdGdwdC1pbWFnZS1zZXAtMjItMjAyNS0wMV81MF8yOC1wbS88L2xvYz4KICAgIDxsYXN0bW9kPjIwMjUtMDktMjJUMTA6NTQ6MzRaPC9sYXN0bW9kPgogICAgPGltYWdlOmltYWdlPgogICAgICA8aW1hZ2U6bG9jPmh0dHBzOi8vYWRtaW51bGFuLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNS8wOS9DaGF0R1BULUltYWdlLVNlcC0yMi0yMDI1LTAxXzUwXzI4LVBNLnBuZzwvaW1hZ2U6bG9jPgogICAgPC9pbWFnZTppbWFnZT4KICA8L3VybD4KICA8dXJsPgogICAgPGxvYz5odHRwczovL2FkbWludWxhbi5jb20vY2hhdGdwdC1pbWFnZS1zZXAtMjItMjAyNS0wMV81MF8yOC1wbS88L2xvYz4KICAgIDxsYXN0bW9kPjIwMjUtMDktMjJUMTA6NTY6MjZaPC9sYXN0bW9kPgogICAgPGltYWdlOmltYWdlPgogICAgICA8aW1hZ2U6bG9jPmh0dHBzOi8vYWRtaW51bGFuLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNS8wOS9jcm9wcGVkLUNoYXRHUFQtSW1hZ2UtU2VwLTIyLTIwMjUtMDFfNTBfMjgtUE0ucG5nPC9pbWFnZTpsb2M+CiAgICA8L2ltYWdlOmltYWdlPgogIDwvdXJsPgogIDx1cmw+CiAgICA8bG9jPmh0dHBzOi8vYWRtaW51bGFuLmNvbS9jcm9wcGVkLWNoYXRncHQtaW1hZ2Utc2VwLTIyLTIwMjUtMDFfNTBfMjgtcG0tMS1wbmcvPC9sb2M+CiAgICA8bGFzdG1vZD4yMDI1LTA5LTIyVDEyOjEyOjIzWjwvbGFzdG1vZD4KICAgIDxpbWFnZTppbWFnZT4KICAgICAgPGltYWdlOmxvYz5odHRwczovL2FkbWludWxhbi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjUvMDkvY3JvcHBlZC1DaGF0R1BULUltYWdlLVNlcC0yMi0yMDI1LTAxXzUwXzI4LVBNLTEtc2NhbGVkLnBuZzwvaW1hZ2U6bG9jPgogICAgPC9pbWFnZTppbWFnZT4KICA8L3VybD4KICA8dXJsPgogICAgPGxvYz5odHRwczovL2FkbWludWxhbi5jb20vaXQtcmFjb251LzwvbG9jPgogICAgPGxhc3Rtb2Q+MjAyNS0wOS0yMlQxNzozNzozNFo8L2xhc3Rtb2Q+CiAgICA8aW1hZ2U6aW1hZ2U+CiAgICAgIDxpbWFnZTpsb2M+aHR0cHM6Ly9hZG1pbnVsYW4uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI1LzA5L1NuaXAyMDI1MDkyMl8yNi5wbmc8L2ltYWdlOmxvYz4KICAgIDwvaW1hZ2U6aW1hZ2U+CiAgPC91cmw+CiAgPHVybD4KICAgIDxsb2M+aHR0cHM6Ly9hZG1pbnVsYW4uY29tL2lvei0yNi88L2xvYz4KICAgIDxsYXN0bW9kPjIwMjUtMDktMjJUMTg6NTI6MTlaPC9sYXN0bW9kPgogICAgPGltYWdlOmltYWdlPgogICAgICA8aW1hZ2U6bG9jPmh0dHBzOi8vYWRtaW51bGFuLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNS8wOS9pb3NfYW1rLnBuZzwvaW1hZ2U6bG9jPgogICAgPC9pbWFnZTppbWFnZT4KICA8L3VybD4KPC91cmxzZXQ+Cg==','image-sitemap-1.xml','','draft','closed','closed','','','','','2025-09-26 15:36:07','2025-09-26 12:36:07','',0,'https://adminulan.com/?p=16',0,'jp_img_sitemap','',0), (17,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xNS4wJy0tPgo8IS0tSmV0cGFja19TaXRlbWFwX0J1ZmZlcl9NYXN0ZXItLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9hZG1pbnVsYW4uY29tL3NpdGVtYXAtaW5kZXgueHNsIj8+CjxzaXRlbWFwaW5kZXggeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiPgogIDxzaXRlbWFwPgogICAgPGxvYz5odHRwczovL2FkbWludWxhbi5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPgogICAgPGxhc3Rtb2Q+MjAyNS0wOS0yMlQyMDo0Nzo1NFo8L2xhc3Rtb2Q+CiAgPC9zaXRlbWFwPgogIDxzaXRlbWFwPgogICAgPGxvYz5odHRwczovL2FkbWludWxhbi5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPgogICAgPGxhc3Rtb2Q+MjAyNS0wOS0yMlQxODo1MjoxOVo8L2xhc3Rtb2Q+CiAgPC9zaXRlbWFwPgo8L3NpdGVtYXBpbmRleD4K','sitemap.xml','','draft','closed','closed','','','','','2025-09-26 15:36:08','2025-09-26 12:36:08','',0,'https://adminulan.com/?p=17',0,'jp_sitemap_master','',0), (18,1,'2025-09-22 20:06:41','2025-09-22 17:06:41','\n

Hangi dürrük buldu bunu acaba? Merhaba dünya!

\n','Merhaba dünya!','','inherit','closed','closed','','1-revision-v1','','','2025-09-22 20:06:41','2025-09-22 17:06:41','',1,'https://adminulan.com/?p=18',0,'revision','',0), (21,1,'2025-09-22 20:37:34','2025-09-22 17:37:34','','Snip20250922_26','','inherit','open','closed','','snip20250922_26','','','2025-09-22 20:37:34','2025-09-22 17:37:34','',2,'https://adminulan.com/wp-content/uploads/2025/09/Snip20250922_26.png',0,'attachment','image/png',0), (22,1,'2025-09-22 21:52:56','2025-09-22 18:52:56','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı (release manager kafa iyiyken version zıplamadılarsa bişey bilmiyom)? Resmen taşak geçiyo artık bizimle. Ekran biraz mayhoş oldu, iletiler yukardan kayıyo falan habara habara - Ne saati (Watch) değişti ne iPad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, kimin osurduğunu göstersin, insanın içini gösteren kamera

\n\n\n\n

Ai gelmiş ¯\\_(ツ)_/¯ Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Tek adam akıllı yaptıkları, uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Tam teknolojiye uzak insanların kullanası şey.

\n\n\n\n

Yani?
Tamam kur, zaten dayanıcan kurcan ama elinde kurulumu ilerlemesiniz izleme bi halt olmayacak.
PS: Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam. Onlara farklı yöntemler var...

\n','IoZ 26','','publish','open','open','','ioz-26','','','2025-09-22 23:43:46','2025-09-22 20:43:46','',0,'https://adminulan.com/?p=22',0,'post','',0), (23,1,'2025-09-22 21:52:19','2025-09-22 18:52:19','','ios_amk','','inherit','open','closed','','ios_amk','','','2025-09-22 21:52:19','2025-09-22 18:52:19','',22,'https://adminulan.com/wp-content/uploads/2025/09/ios_amk.png',0,'attachment','image/png',0), (24,1,'2025-09-22 21:52:56','2025-09-22 18:52:56','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 21:52:56','2025-09-22 18:52:56','',22,'https://adminulan.com/?p=24',0,'revision','',0), (26,1,'2025-09-22 21:55:54','2025-09-22 18:55:54','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın resimler,

\n\n\n\n

Haaa bi fark kaldı onuda demeden gitmem, eğer bir uygulama memory leak yaparda sağa sola atlarsa heblek işletim sistemi kafasına vuruyo. Buda teknolojie uzak insanların androidden kaçarak bu tarafa geçmelerini mantıklı hale getiriyor.

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 21:55:54','2025-09-22 18:55:54','',22,'https://adminulan.com/?p=26',0,'revision','',0), (27,1,'2025-09-22 22:00:08','2025-09-22 19:00:08','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, parmak basma, insanın içini gösteren kamera... AI gelmiş ama ? Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Haaa bi fark kaldı onuda çok karıştırdılar, meselam bir uygulama memory leak yaparda sağa sola atlarsa --> işletim sistemi kafasına vuruyo. Buda teknolojiye uzak insanların androidden kaçarak bu tarafa geçmelerini mantıklı hale getiriyor.

\n\n\n\n

Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam ama.

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 22:00:08','2025-09-22 19:00:08','',22,'https://adminulan.com/?p=27',0,'revision','',0), (28,1,'2025-09-22 22:00:58','2025-09-22 19:00:58','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, insanın içini gösteren kamera...

\n\n\n\n

AI gelmiş ama ? Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Haaa bi fark kaldı onuda çok karıştırdılar, meselam bir uygulama memory leak yaparda sağa sola atlarsa --> işletim sistemi kafasına vuruyo. Buda teknolojiye uzak insanların androidden kaçarak bu tarafa geçmelerini mantıklı hale getiriyor.

\n\n\n\n

Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam ama.

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 22:00:58','2025-09-22 19:00:58','',22,'https://adminulan.com/?p=28',0,'revision','',0), (29,1,'2025-09-22 22:01:17','2025-09-22 19:01:17','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, insanın içini gösteren kamera...

\n\n\n\n

AI gelmiş ama ? Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Haaa bi fark kaldı onuda çok karıştırdılar, meselam bir uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Buda teknolojiye uzak insanların androidden kaçarak bu tarafa geçmelerini mantıklı hale getiriyor.

\n\n\n\n

Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam ama.

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 22:01:17','2025-09-22 19:01:17','',22,'https://adminulan.com/?p=29',0,'revision','',0), (30,1,'2025-09-22 22:01:46','2025-09-22 19:01:46','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, insanın içini gösteren kamera...

\n\n\n\n

AI gelmiş ama ? Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Haaa bi fark kaldı onuda çok karıştırdılar, meselam bir uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Ondan teknolojiye uzak insanların kullanmasını öneriyoruz.

\n\n\n\n

Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam ama.

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 22:01:46','2025-09-22 19:01:46','',22,'https://adminulan.com/?p=30',0,'revision','',0), (31,1,'2025-09-22 22:02:08','2025-09-22 19:02:08','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, insanın içini gösteren kamera...

\n\n\n\n

AI gelmiş ama ? Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Haaa bi fark kaldı onuda çok karıştırdılar, meselam bir uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Ondan teknolojiye uzak insanların kullanmasını öneriyoruz.

\n\n\n\n

Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam ama. onlara karşı biye çıkarmadılar daha.

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 22:02:08','2025-09-22 19:02:08','',22,'https://adminulan.com/?p=31',0,'revision','',0), (33,1,'2025-09-22 23:36:05','2025-09-22 20:36:05','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı eee? Ekran biraz mayhoş oldu onun dışında ne var? Ne saati değişti ne ipad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, insanın içini gösteren kamera...

\n\n\n\n

AI gelmiş ama ? Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Haaa bi fark kaldı onuda çok karıştırdılar, meselam bir uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Ondan teknolojiye uzak insanların kullanmasını öneriyoruz.

\n\n\n\n

Yani?
Tamam kur, zaten dayanıcan kurcan ama elinde kurulumu ilerlemesiniz izleme bi halt olmayacak.
PS: Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam. Onlara farklı yöntemler var...

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 23:36:05','2025-09-22 20:36:05','',22,'https://adminulan.com/?p=33',0,'revision','',0), (34,1,'2025-09-22 23:42:20','2025-09-22 20:42:20','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı (release manager kafa iyiyken version zıplamadılarsa bişey bilmiyom)? Resmen taşak geçiyo artık bizimle. Ekran biraz mayhoş oldu, iletiler yukardan kayıyo falan habara habara - Ne saati (Watch) değişti ne iPad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, kimin osurduğunu göstersin, insanın içini gösteren kamera

\n\n\n\n

Ai gelmiş ¯\\_(ツ)_/¯ Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Tek adam akıllı yaptıkları, uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Tam teknolojiye uzak insanların kullanası şeyl

\n\n\n\n

Yani?
Tamam kur, zaten dayanıcan kurcan ama elinde kurulumu ilerlemesiniz izleme bi halt olmayacak.
PS: Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam. Onlara farklı yöntemler var...

\n','IoZ 26','','inherit','closed','closed','','22-autosave-v1','','','2025-09-22 23:42:20','2025-09-22 20:42:20','',22,'https://adminulan.com/?p=34',0,'revision','',0), (35,1,'2025-09-22 23:42:35','2025-09-22 20:42:35','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı (release manager kafa iyiyken version zıplamadılarsa bişey bilmiyom)? Resmen taşak geçiyo artık bizimle. Ekran biraz mayhoş oldu, iletiler yukardan kayıyo falan habara habara - Ne saati (Watch) değişti ne iPad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, kimin osurduğunu göstersin, insanın içini gösteren kamera

\n\n\n\n

Ai gelmiş ¯\\_(ツ)_/¯ Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Tek adam akıllı yaptıkları, uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Tam teknolojiye uzak insanların kullanası şey.

\n\n\n\n

Yani?
Tamam kur, zaten dayanıcan kurcan ama elinde kurulumu ilerlemesiniz izleme bi halt olmayacak.
PS: Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam. Onlara farklı yöntemler var...

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 23:42:35','2025-09-22 20:42:35','',22,'https://adminulan.com/?p=35',0,'revision','',0), (36,1,'2025-09-22 23:43:31','2025-09-22 20:43:31','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı (release manager kafa iyiyken version zıplamadılarsa bişey bilmiyom)? Resmen taşak geçiyo artık bizimle. Ekran biraz mayhoş oldu, iletiler yukardan kayıyo falan habara habara - Ne saati (Watch) değişti ne iPad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, kimin osurduğunu göstersin, insanın içini gösteren kamera

\n\n\n\n

Ai gelmiş ¯\\_(ツ)_/¯ Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Tek adam akıllı yaptıkları, uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Tam teknolojiye uzak insanların kullanası şey.

\n\n\n\n

Yani?
Tamam kur, zaten dayanıcan kurcan ama elinde kurulumu ilerlemesiniz izleme bi halt olmayacak.
PS: Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam. Onlara farklı yöntemler var...

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 23:43:31','2025-09-22 20:43:31','',22,'https://adminulan.com/?p=36',0,'revision','',0), (37,1,'2025-09-22 23:43:46','2025-09-22 20:43:46','\n

Ya bu Apple rahmetliden sonra toplarlayamadı, birden 10 puan sürüm arttı (release manager kafa iyiyken version zıplamadılarsa bişey bilmiyom)? Resmen taşak geçiyo artık bizimle. Ekran biraz mayhoş oldu, iletiler yukardan kayıyo falan habara habara - Ne saati (Watch) değişti ne iPad\'i nede MacBook (bu arada macbook a laf edeni yatırır üzerim)

\n\n\n\n
\"\"
\n\n\n\n

Eskidendi o baba değişimler, dil çıkar sağa kaysın, yüzü göster açsın, kimin osurduğunu göstersin, insanın içini gösteren kamera

\n\n\n\n

Ai gelmiş ¯\\_(ツ)_/¯ Nah gelmiş iyi bir donanım yoksa \"hey siri, siktir siri ahha\" dan öte gidemezsin.

\n\n\n\n

Tek adam akıllı yaptıkları, uygulama memory leak yaparda sağa sola atlarsa, kafasına vuruyo. Tam teknolojiye uzak insanların kullanası şey.

\n\n\n\n

Yani?
Tamam kur, zaten dayanıcan kurcan ama elinde kurulumu ilerlemesiniz izleme bi halt olmayacak.
PS: Çıkar telefonunu diyen bir dayıya dek gelirseniz karışmam. Onlara farklı yöntemler var...

\n','IoZ 26','','inherit','closed','closed','','22-revision-v1','','','2025-09-22 23:43:46','2025-09-22 20:43:46','',22,'https://adminulan.com/?p=37',0,'revision','',0), (38,1,'2025-09-22 23:47:39','2025-09-22 20:47:39','\n
\"IT
\n\n\n\n

Bak yeğen,

\n\n\n\n

Burası Tourette sendromlu IT cilerin yeri, sektörde 15 sene geçirdikten sonra böyle olursun. Bu arızalardan birşey kapmak istersen ve kibarlık takıntın yoksa hoşgeld

\n','IT Raconu','','inherit','closed','closed','','2-autosave-v1','','','2025-09-22 23:47:39','2025-09-22 20:47:39','',2,'https://adminulan.com/?p=38',0,'revision','',0), (39,1,'2025-09-22 23:47:54','2025-09-22 20:47:54','\n
\"IT
\n\n\n\n

Bak yeğen,

\n\n\n\n

Burası Tourette sendromlu IT cilerin yeri, sektörde 15 sene geçirdikten sonra böyle olursun. Bu arızalardan birşey kapmak istersen ve kibarlık takıntın yoksa hojgeldin!

\n\n\n\n

\n','IT Raconu','','inherit','closed','closed','','2-revision-v1','','','2025-09-22 23:47:54','2025-09-22 20:47:54','',2,'https://adminulan.com/?p=39',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0), (22,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Genel','genel',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','behsat_it'), (2,1,'first_name',''), (3,1,'last_name',''), (4,1,'description',''), (5,1,'rich_editing','true'), (6,1,'syntax_highlighting','true'), (7,1,'comment_shortcuts','false'), (8,1,'admin_color','fresh'), (9,1,'use_ssl','0'), (10,1,'show_admin_bar_front','true'), (11,1,'locale',''), (12,1,'wp_capabilities','a: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:3:{s:64:\"1245bbf977910f3e9002d417da3355682b241ff650935ea2effc5efb96904b74\";a:4:{s:10:\"expiration\";i:1758709876;s:2:\"ip\";s:14:\"172.68.190.144\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1758537076;}s:64:\"6debbf1a1290483456371c883d2d3479720c3ae1c53aaa98e5b9f677dc6f6cfd\";a:4:{s:10:\"expiration\";i:1758710048;s:2:\"ip\";s:14:\"82.118.250.191\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1758537248;}s:64:\"6dd5c5eb0373411f6d75225375f6c13d1b017c5c45d27317aa0000d493635862\";a:4:{s:10:\"expiration\";i:1758710129;s:2:\"ip\";s:14:\"82.118.250.191\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1758537329;}}'), (17,1,'wp_dashboard_quick_press_last_post_id','5'), (18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"82.118.250.0\";}'), (19,1,'wp_user-settings','libraryContent=browse'), (20,1,'wp_user-settings-time','1758537380'), (22,1,'jetpack_tracks_wpcom_id','137111968'), (23,1,'my-jetpack-cache-date','1758543855'), (24,1,'my-jetpack-wpcom-product-check-hash','2cd27a3e502dfdd577ee36a1ddeca41e'), (25,1,'my-jetpack-cache','O:8:\"stdClass\":83:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,849.00\";s:21:\"combined_cost_display\";s:9:\"TL 3,849\";s:4:\"cost\";i:3849;s:18:\"cost_smallest_unit\";i:384900;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 320.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 9,795.00\";s:21:\"combined_cost_display\";s:9:\"TL 9,795\";s:4:\"cost\";i:9795;s:18:\"cost_smallest_unit\";i:979500;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 816.25\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 0.00\";s:21:\"combined_cost_display\";s:5:\"TL 0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 349.95\";s:21:\"combined_cost_display\";s:10:\"TL 349.95\";s:4:\"cost\";d:349.95;s:18:\"cost_smallest_unit\";i:34995;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 945.95\";s:21:\"combined_cost_display\";s:10:\"TL 945.95\";s:4:\"cost\";d:945.95;s:18:\"cost_smallest_unit\";i:94595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 1,869.00\";s:21:\"combined_cost_display\";s:9:\"TL 1,869\";s:4:\"cost\";i:1869;s:18:\"cost_smallest_unit\";i:186900;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 155.75\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 169.95\";s:21:\"combined_cost_display\";s:10:\"TL 169.95\";s:4:\"cost\";d:169.95;s:18:\"cost_smallest_unit\";i:16995;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 2,268.00\";s:21:\"combined_cost_display\";s:9:\"TL 2,268\";s:4:\"cost\";i:2268;s:18:\"cost_smallest_unit\";i:226800;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:1134;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"TL 189\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 189.00\";s:21:\"combined_cost_display\";s:7:\"TL 189\";s:4:\"cost\";i:189;s:18:\"cost_smallest_unit\";i:18900;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 6,408.00\";s:21:\"combined_cost_display\";s:9:\"TL 6,408\";s:4:\"cost\";i:6408;s:18:\"cost_smallest_unit\";i:640800;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:3204;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"TL 534\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 534.00\";s:21:\"combined_cost_display\";s:7:\"TL 534\";s:4:\"cost\";i:534;s:18:\"cost_smallest_unit\";i:53400;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 16,259.40\";s:21:\"combined_cost_display\";s:13:\"TL 16,259.40\";s:4:\"cost\";d:16259.4;s:18:\"cost_smallest_unit\";i:1625940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:8123.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:12:\"TL 1,354.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 2,033.95\";s:21:\"combined_cost_display\";s:12:\"TL 2,033.95\";s:4:\"cost\";d:2033.95;s:18:\"cost_smallest_unit\";i:203395;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 6,503.40\";s:21:\"combined_cost_display\";s:12:\"TL 6,503.40\";s:4:\"cost\";d:6503.4;s:18:\"cost_smallest_unit\";i:650340;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3239.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 541.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 812.95\";s:21:\"combined_cost_display\";s:10:\"TL 812.95\";s:4:\"cost\";d:812.95;s:18:\"cost_smallest_unit\";i:81295;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 12,467.40\";s:21:\"combined_cost_display\";s:13:\"TL 12,467.40\";s:4:\"cost\";d:12467.4;s:18:\"cost_smallest_unit\";i:1246740;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:4991.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:12:\"TL 1,038.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 1,038.95\";s:21:\"combined_cost_display\";s:12:\"TL 1,038.95\";s:4:\"cost\";d:1038.95;s:18:\"cost_smallest_unit\";i:103895;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 812.95\";s:21:\"combined_cost_display\";s:10:\"TL 812.95\";s:4:\"cost\";d:812.95;s:18:\"cost_smallest_unit\";i:81295;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 6,503.40\";s:21:\"combined_cost_display\";s:12:\"TL 6,503.40\";s:4:\"cost\";d:6503.4;s:18:\"cost_smallest_unit\";i:650340;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3239.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 541.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 10,405.44\";s:21:\"combined_cost_display\";s:13:\"TL 10,405.44\";s:4:\"cost\";d:10405.44;s:18:\"cost_smallest_unit\";i:1040544;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:7794.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 433.56\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 923.40\";s:21:\"combined_cost_display\";s:10:\"TL 923.40\";s:4:\"cost\";d:923.4;s:18:\"cost_smallest_unit\";i:92340;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:611.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:9:\"TL 76.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 114.95\";s:21:\"combined_cost_display\";s:10:\"TL 114.95\";s:4:\"cost\";d:114.95;s:18:\"cost_smallest_unit\";i:11495;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 10,405.44\";s:21:\"combined_cost_display\";s:13:\"TL 10,405.44\";s:4:\"cost\";d:10405.44;s:18:\"cost_smallest_unit\";i:1040544;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:7794.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 433.56\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 26,015.04\";s:21:\"combined_cost_display\";s:13:\"TL 26,015.04\";s:4:\"cost\";d:26015.04;s:18:\"cost_smallest_unit\";i:2601504;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:19506.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:12:\"TL 1,083.96\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 10,405.44\";s:21:\"combined_cost_display\";s:13:\"TL 10,405.44\";s:4:\"cost\";d:10405.44;s:18:\"cost_smallest_unit\";i:1040544;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:7794.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 433.56\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,070.80\";s:21:\"combined_cost_display\";s:12:\"TL 3,070.80\";s:4:\"cost\";d:3070.8;s:18:\"cost_smallest_unit\";i:307080;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1842.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 127.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 5,183.04\";s:21:\"combined_cost_display\";s:12:\"TL 5,183.04\";s:4:\"cost\";d:5183.04;s:18:\"cost_smallest_unit\";i:518304;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3887.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 215.96\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 5,183.04\";s:21:\"combined_cost_display\";s:12:\"TL 5,183.04\";s:4:\"cost\";d:5183.04;s:18:\"cost_smallest_unit\";i:518304;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3887.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 215.96\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:9:\"TL 37.95\";s:21:\"combined_cost_display\";s:9:\"TL 37.95\";s:4:\"cost\";d:37.95;s:18:\"cost_smallest_unit\";i:3795;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:9:\"TL 76.95\";s:21:\"combined_cost_display\";s:9:\"TL 76.95\";s:4:\"cost\";d:76.95;s:18:\"cost_smallest_unit\";i:7695;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 127.95\";s:21:\"combined_cost_display\";s:10:\"TL 127.95\";s:4:\"cost\";d:127.95;s:18:\"cost_smallest_unit\";i:12795;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 255.95\";s:21:\"combined_cost_display\";s:10:\"TL 255.95\";s:4:\"cost\";d:255.95;s:18:\"cost_smallest_unit\";i:25595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 383.95\";s:21:\"combined_cost_display\";s:10:\"TL 383.95\";s:4:\"cost\";d:383.95;s:18:\"cost_smallest_unit\";i:38395;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 888.00\";s:21:\"combined_cost_display\";s:7:\"TL 888\";s:4:\"cost\";i:888;s:18:\"cost_smallest_unit\";i:88800;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:444;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"TL 74\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:9:\"TL 74.00\";s:21:\"combined_cost_display\";s:6:\"TL 74\";s:4:\"cost\";i:74;s:18:\"cost_smallest_unit\";i:7400;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 4,548.00\";s:21:\"combined_cost_display\";s:9:\"TL 4,548\";s:4:\"cost\";i:4548;s:18:\"cost_smallest_unit\";i:454800;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:2274;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"TL 379\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 379.00\";s:21:\"combined_cost_display\";s:7:\"TL 379\";s:4:\"cost\";i:379;s:18:\"cost_smallest_unit\";i:37900;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 2,711.40\";s:21:\"combined_cost_display\";s:12:\"TL 2,711.40\";s:4:\"cost\";d:2711.4;s:18:\"cost_smallest_unit\";i:271140;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:271140;s:21:\"minimum_price_display\";s:5:\"TL 0\";s:29:\"minimum_price_monthly_display\";s:5:\"TL 0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:1;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 225.95\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 351.95\";s:21:\"combined_cost_display\";s:10:\"TL 351.95\";s:4:\"cost\";d:351.95;s:18:\"cost_smallest_unit\";i:35195;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:35195;s:21:\"minimum_price_display\";s:5:\"TL 0\";s:29:\"minimum_price_monthly_display\";s:5:\"TL 0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:1;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,239.40\";s:21:\"combined_cost_display\";s:12:\"TL 3,239.40\";s:4:\"cost\";d:3239.4;s:18:\"cost_smallest_unit\";i:323940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1619.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 269.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 405.95\";s:21:\"combined_cost_display\";s:10:\"TL 405.95\";s:4:\"cost\";d:405.95;s:18:\"cost_smallest_unit\";i:40595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 2,750.00\";s:21:\"combined_cost_display\";s:9:\"TL 2,750\";s:4:\"cost\";i:2750;s:18:\"cost_smallest_unit\";i:275000;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 229.17\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 275.00\";s:21:\"combined_cost_display\";s:7:\"TL 275\";s:4:\"cost\";i:275;s:18:\"cost_smallest_unit\";i:27500;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,239.40\";s:21:\"combined_cost_display\";s:12:\"TL 3,239.40\";s:4:\"cost\";d:3239.4;s:18:\"cost_smallest_unit\";i:323940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1619.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 269.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 405.95\";s:21:\"combined_cost_display\";s:10:\"TL 405.95\";s:4:\"cost\";d:405.95;s:18:\"cost_smallest_unit\";i:40595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,239.40\";s:21:\"combined_cost_display\";s:12:\"TL 3,239.40\";s:4:\"cost\";d:3239.4;s:18:\"cost_smallest_unit\";i:323940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1619.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 269.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 405.95\";s:21:\"combined_cost_display\";s:10:\"TL 405.95\";s:4:\"cost\";d:405.95;s:18:\"cost_smallest_unit\";i:40595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 4,991.40\";s:21:\"combined_cost_display\";s:12:\"TL 4,991.40\";s:4:\"cost\";d:4991.4;s:18:\"cost_smallest_unit\";i:499140;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1991.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 415.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 415.95\";s:21:\"combined_cost_display\";s:10:\"TL 415.95\";s:4:\"cost\";d:415.95;s:18:\"cost_smallest_unit\";i:41595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,239.40\";s:21:\"combined_cost_display\";s:12:\"TL 3,239.40\";s:4:\"cost\";d:3239.4;s:18:\"cost_smallest_unit\";i:323940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1619.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 269.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 405.95\";s:21:\"combined_cost_display\";s:10:\"TL 405.95\";s:4:\"cost\";d:405.95;s:18:\"cost_smallest_unit\";i:40595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 5,183.04\";s:21:\"combined_cost_display\";s:12:\"TL 5,183.04\";s:4:\"cost\";d:5183.04;s:18:\"cost_smallest_unit\";i:518304;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3887.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 215.96\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 312.00\";s:21:\"combined_cost_display\";s:7:\"TL 312\";s:4:\"cost\";i:312;s:18:\"cost_smallest_unit\";i:31200;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"TL 26\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:9:\"TL 26.00\";s:21:\"combined_cost_display\";s:6:\"TL 26\";s:4:\"cost\";i:26;s:18:\"cost_smallest_unit\";i:2600;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 5,183.04\";s:21:\"combined_cost_display\";s:12:\"TL 5,183.04\";s:4:\"cost\";d:5183.04;s:18:\"cost_smallest_unit\";i:518304;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3887.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 215.96\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 0.00\";s:21:\"combined_cost_display\";s:5:\"TL 0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 4,338.24\";s:21:\"combined_cost_display\";s:12:\"TL 4,338.24\";s:4:\"cost\";d:4338.24;s:18:\"cost_smallest_unit\";i:433824;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:433824;s:21:\"minimum_price_display\";s:5:\"TL 0\";s:29:\"minimum_price_monthly_display\";s:5:\"TL 0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:1;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 180.76\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 8.99\";s:21:\"combined_cost_display\";s:8:\"TL 8.99\";s:4:\"cost\";d:8.99;s:18:\"cost_smallest_unit\";i:899;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 2,711.40\";s:21:\"combined_cost_display\";s:12:\"TL 2,711.40\";s:4:\"cost\";d:2711.4;s:18:\"cost_smallest_unit\";i:271140;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:271140;s:13:\"maximum_price\";i:271140;s:21:\"minimum_price_display\";s:12:\"TL 2,711.40\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 225.95\";s:21:\"maximum_price_display\";s:12:\"TL 2,711.40\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 225.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:543540;s:13:\"maximum_price\";i:543540;s:21:\"minimum_price_display\";s:12:\"TL 5,435.40\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 452.95\";s:21:\"maximum_price_display\";s:12:\"TL 5,435.40\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 452.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:814740;s:13:\"maximum_price\";i:814740;s:21:\"minimum_price_display\";s:12:\"TL 8,147.40\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 678.95\";s:21:\"maximum_price_display\";s:12:\"TL 8,147.40\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 678.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:1357140;s:13:\"maximum_price\";i:1357140;s:21:\"minimum_price_display\";s:13:\"TL 13,571.40\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 1,130.95\";s:21:\"maximum_price_display\";s:13:\"TL 13,571.40\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 1,130.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:1899540;s:13:\"maximum_price\";i:1899540;s:21:\"minimum_price_display\";s:13:\"TL 18,995.40\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 1,582.95\";s:21:\"maximum_price_display\";s:13:\"TL 18,995.40\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 1,582.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:2578680;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:1220400;s:12:\"per_unit_fee\";i:679140;s:21:\"minimum_price_display\";s:13:\"TL 25,786.80\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 2,148.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 225.95\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 351.95\";s:21:\"combined_cost_display\";s:10:\"TL 351.95\";s:4:\"cost\";d:351.95;s:18:\"cost_smallest_unit\";i:35195;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:35195;s:13:\"maximum_price\";i:35195;s:21:\"minimum_price_display\";s:10:\"TL 351.95\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 351.95\";s:21:\"maximum_price_display\";s:10:\"TL 351.95\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 351.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:70395;s:13:\"maximum_price\";i:70395;s:21:\"minimum_price_display\";s:10:\"TL 703.95\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 703.95\";s:21:\"maximum_price_display\";s:10:\"TL 703.95\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 703.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:102995;s:13:\"maximum_price\";i:102995;s:21:\"minimum_price_display\";s:12:\"TL 1,029.95\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 1,029.95\";s:21:\"maximum_price_display\";s:12:\"TL 1,029.95\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 1,029.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:170795;s:13:\"maximum_price\";i:170795;s:21:\"minimum_price_display\";s:12:\"TL 1,707.95\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 1,707.95\";s:21:\"maximum_price_display\";s:12:\"TL 1,707.95\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 1,707.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:238595;s:13:\"maximum_price\";i:238595;s:21:\"minimum_price_display\";s:12:\"TL 2,385.95\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 2,385.95\";s:21:\"maximum_price_display\";s:12:\"TL 2,385.95\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 2,385.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:325290;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:151900;s:12:\"per_unit_fee\";i:86695;s:21:\"minimum_price_display\";s:12:\"TL 3,252.90\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 3,252.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 0.00\";s:21:\"combined_cost_display\";s:5:\"TL 0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"TL 0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 0.00\";s:21:\"combined_cost_display\";s:5:\"TL 0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"TL 0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 4,338.24\";s:21:\"combined_cost_display\";s:12:\"TL 4,338.24\";s:4:\"cost\";d:4338.24;s:18:\"cost_smallest_unit\";i:433824;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:433824;s:13:\"maximum_price\";i:433824;s:21:\"minimum_price_display\";s:12:\"TL 4,338.24\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 361.52\";s:21:\"maximum_price_display\";s:12:\"TL 4,338.24\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 361.52\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:869664;s:13:\"maximum_price\";i:869664;s:21:\"minimum_price_display\";s:12:\"TL 8,696.64\";s:29:\"minimum_price_monthly_display\";s:10:\"TL 724.72\";s:21:\"maximum_price_display\";s:12:\"TL 8,696.64\";s:29:\"maximum_price_monthly_display\";s:10:\"TL 724.72\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:1303584;s:13:\"maximum_price\";i:1303584;s:21:\"minimum_price_display\";s:13:\"TL 13,035.84\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 1,086.32\";s:21:\"maximum_price_display\";s:13:\"TL 13,035.84\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 1,086.32\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:2171424;s:13:\"maximum_price\";i:2171424;s:21:\"minimum_price_display\";s:13:\"TL 21,714.24\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 1,809.52\";s:21:\"maximum_price_display\";s:13:\"TL 21,714.24\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 1,809.52\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:3039264;s:13:\"maximum_price\";i:3039264;s:21:\"minimum_price_display\";s:13:\"TL 30,392.64\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 2,532.72\";s:21:\"maximum_price_display\";s:13:\"TL 30,392.64\";s:29:\"maximum_price_monthly_display\";s:12:\"TL 2,532.72\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:4125888;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:1952640;s:12:\"per_unit_fee\";i:1086624;s:21:\"minimum_price_display\";s:13:\"TL 41,258.88\";s:29:\"minimum_price_monthly_display\";s:12:\"TL 3,438.24\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 180.76\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 9.00\";s:21:\"combined_cost_display\";s:5:\"TL 9\";s:4:\"cost\";i:9;s:18:\"cost_smallest_unit\";i:900;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 104.00\";s:21:\"combined_cost_display\";s:7:\"TL 104\";s:4:\"cost\";i:104;s:18:\"cost_smallest_unit\";i:10400;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:8:\"TL 8.67\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 812.95\";s:21:\"combined_cost_display\";s:10:\"TL 812.95\";s:4:\"cost\";d:812.95;s:18:\"cost_smallest_unit\";i:81295;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 6,503.40\";s:21:\"combined_cost_display\";s:12:\"TL 6,503.40\";s:4:\"cost\";d:6503.4;s:18:\"cost_smallest_unit\";i:650340;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3239.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 541.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 405.95\";s:21:\"combined_cost_display\";s:10:\"TL 405.95\";s:4:\"cost\";d:405.95;s:18:\"cost_smallest_unit\";i:40595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,239.40\";s:21:\"combined_cost_display\";s:12:\"TL 3,239.40\";s:4:\"cost\";d:3239.4;s:18:\"cost_smallest_unit\";i:323940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1619.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 269.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 5,183.04\";s:21:\"combined_cost_display\";s:12:\"TL 5,183.04\";s:4:\"cost\";d:5183.04;s:18:\"cost_smallest_unit\";i:518304;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3887.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 215.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 104.00\";s:21:\"combined_cost_display\";s:7:\"TL 104\";s:4:\"cost\";i:104;s:18:\"cost_smallest_unit\";i:10400;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 1,535.40\";s:21:\"combined_cost_display\";s:12:\"TL 1,535.40\";s:4:\"cost\";d:1535.4;s:18:\"cost_smallest_unit\";i:153540;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:767.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 127.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 191.95\";s:21:\"combined_cost_display\";s:10:\"TL 191.95\";s:4:\"cost\";d:191.95;s:18:\"cost_smallest_unit\";i:19195;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 1,535.40\";s:21:\"combined_cost_display\";s:12:\"TL 1,535.40\";s:4:\"cost\";d:1535.4;s:18:\"cost_smallest_unit\";i:153540;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 127.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 191.95\";s:21:\"combined_cost_display\";s:10:\"TL 191.95\";s:4:\"cost\";d:191.95;s:18:\"cost_smallest_unit\";i:19195;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,070.80\";s:21:\"combined_cost_display\";s:12:\"TL 3,070.80\";s:4:\"cost\";d:3070.8;s:18:\"cost_smallest_unit\";i:307080;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:10:\"TL 127.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 3,239.40\";s:21:\"combined_cost_display\";s:12:\"TL 3,239.40\";s:4:\"cost\";d:3239.4;s:18:\"cost_smallest_unit\";i:323940;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:1619.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 269.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 405.95\";s:21:\"combined_cost_display\";s:10:\"TL 405.95\";s:4:\"cost\";d:405.95;s:18:\"cost_smallest_unit\";i:40595;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 5,183.04\";s:21:\"combined_cost_display\";s:12:\"TL 5,183.04\";s:4:\"cost\";d:5183.04;s:18:\"cost_smallest_unit\";i:518304;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3887.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 215.96\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:10:\"TL 812.95\";s:21:\"combined_cost_display\";s:10:\"TL 812.95\";s:4:\"cost\";d:812.95;s:18:\"cost_smallest_unit\";i:81295;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:12:\"TL 6,503.40\";s:21:\"combined_cost_display\";s:12:\"TL 6,503.40\";s:4:\"cost\";d:6503.4;s:18:\"cost_smallest_unit\";i:650340;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:3239.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 541.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:13:\"TL 10,405.44\";s:21:\"combined_cost_display\";s:13:\"TL 10,405.44\";s:4:\"cost\";d:10405.44;s:18:\"cost_smallest_unit\";i:1040544;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:7794.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:10:\"TL 433.56\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"TL 0.00\";s:21:\"combined_cost_display\";s:5:\"TL 0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"TRY\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'), (26,1,'wp_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-09-22T17:05:26.623Z\";}'), (27,1,'w3tc_features_seen','a:4:{i:1;s:12:\"alwayscached\";i:2;s:13:\"defer-scripts\";i:3;s:16:\"preload-requests\";i:4;s:12:\"remove-cssjs\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'behsat_it','$wp$2y$12$Oc3hMPGt/wywj0d.2Z62JuJcmeyChY82use43lFrFzfCExhhW4zie','behsat_it','tech@adminulan.com','http://adminulan.com','2025-09-22 10:30:38','',0,'behsat_it'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-09-27 2:00:06