-- MariaDB dump 10.19 Distrib 10.11.2-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: wordpress -- ------------------------------------------------------ -- Server version 10.11.2-MariaDB-1:10.11.2+maria~ubu2204 /*!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 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) 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 = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext 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 */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) 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 = utf8 */; 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=335 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://localhost/wp','yes'), (2,'home','https://localhost/wp','yes'), (3,'blogname','Partition JLG','yes'), (4,'blogdescription','','yes'), (5,'users_can_register','1','yes'), (6,'admin_email','valentin_le_moign@figureslibres.io','yes'), (7,'start_of_week','1','yes'), (8,'use_balanceTags','0','yes'), (9,'use_smilies','1','yes'), (10,'require_name_email','1','yes'), (11,'comments_notify','1','yes'), (12,'posts_per_rss','10','yes'), (13,'rss_use_excerpt','0','yes'), (14,'mailserver_url','mail.example.com','yes'), (15,'mailserver_login','login@example.com','yes'), (16,'mailserver_pass','password','yes'), (17,'mailserver_port','110','yes'), (18,'default_category','1','yes'), (19,'default_comment_status','open','yes'), (20,'default_ping_status','open','yes'), (21,'default_pingback_flag','1','yes'), (22,'posts_per_page','10','yes'), (23,'date_format','j F Y','yes'), (24,'time_format','G\\hi','yes'), (25,'links_updated_date_format','d F Y G\\hi','yes'), (26,'comment_moderation','0','yes'), (27,'moderation_notify','1','yes'), (28,'permalink_structure','','yes'), (29,'rewrite_rules','','yes'), (30,'hack_file','0','yes'), (31,'blog_charset','UTF-8','yes'), (32,'moderation_keys','','no'), (33,'active_plugins','a:2:{i:0;s:27:\"redis-cache/redis-cache.php\";i:1;s:47:\"wp-import-export-lite/wp-import-export-lite.php\";}','yes'), (34,'category_base','','yes'), (35,'ping_sites','http://rpc.pingomatic.com/','yes'), (36,'comment_max_links','2','yes'), (37,'gmt_offset','0','yes'), (38,'default_email_category','1','yes'), (39,'recently_edited','','no'), (40,'template','partition-jlg-theme','yes'), (41,'stylesheet','partition-jlg-theme','yes'), (42,'comment_registration','0','yes'), (43,'html_type','text/html','yes'), (44,'use_trackback','0','yes'), (45,'default_role','subscriber','yes'), (46,'db_version','53496','yes'), (47,'uploads_use_yearmonth_folders','1','yes'), (48,'upload_path','','yes'), (49,'blog_public','1','yes'), (50,'default_link_category','2','yes'), (51,'show_on_front','posts','yes'), (52,'tag_base','','yes'), (53,'show_avatars','1','yes'), (54,'avatar_rating','G','yes'), (55,'upload_url_path','','yes'), (56,'thumbnail_size_w','150','yes'), (57,'thumbnail_size_h','150','yes'), (58,'thumbnail_crop','1','yes'), (59,'medium_size_w','300','yes'), (60,'medium_size_h','300','yes'), (61,'avatar_default','mystery','yes'), (62,'large_size_w','1024','yes'), (63,'large_size_h','1024','yes'), (64,'image_default_link_type','none','yes'), (65,'image_default_size','','yes'), (66,'image_default_align','','yes'), (67,'close_comments_for_old_posts','0','yes'), (68,'close_comments_days_old','14','yes'), (69,'thread_comments','1','yes'), (70,'thread_comments_depth','5','yes'), (71,'page_comments','0','yes'), (72,'comments_per_page','50','yes'), (73,'default_comments_page','newest','yes'), (74,'comment_order','asc','yes'), (75,'sticky_posts','a:0:{}','yes'), (76,'widget_categories','a:0:{}','yes'), (77,'widget_text','a:0:{}','yes'), (78,'widget_rss','a:0:{}','yes'), (79,'uninstall_plugins','a:0:{}','no'), (80,'timezone_string','Europe/Paris','yes'), (81,'page_for_posts','0','yes'), (82,'page_on_front','0','yes'), (83,'default_post_format','0','yes'), (84,'link_manager_enabled','0','yes'), (85,'finished_splitting_shared_terms','1','yes'), (86,'site_icon','0','yes'), (87,'medium_large_size_w','768','yes'), (88,'medium_large_size_h','0','yes'), (89,'wp_page_for_privacy_policy','3','yes'), (90,'show_comments_cookies_opt_in','1','yes'), (91,'admin_email_lifespan','1699669562','yes'), (92,'disallowed_keys','','no'), (93,'comment_previously_approved','1','yes'), (94,'auto_plugin_theme_update_emails','a:0:{}','no'), (95,'auto_update_core_dev','enabled','yes'), (96,'auto_update_core_minor','enabled','yes'), (97,'auto_update_core_major','enabled','yes'), (98,'wp_force_deactivated_plugins','a:0:{}','yes'), (99,'initial_db_version','53496','yes'), (100,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:79:{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:24:\"manage_user_registration\";b:1;s:22:\"edit_user_registration\";b:1;s:22:\"read_user_registration\";b:1;s:24:\"delete_user_registration\";b:1;s:23:\"edit_user_registrations\";b:1;s:30:\"edit_others_user_registrations\";b:1;s:26:\"publish_user_registrations\";b:1;s:31:\"read_private_user_registrations\";b:1;s:25:\"delete_user_registrations\";b:1;s:33:\"delete_private_user_registrations\";b:1;s:35:\"delete_published_user_registrations\";b:1;s:32:\"delete_others_user_registrations\";b:1;s:31:\"edit_private_user_registrations\";b:1;s:33:\"edit_published_user_registrations\";b:1;s:30:\"manage_user_registration_terms\";b:1;s:28:\"edit_user_registration_terms\";b:1;s:30:\"delete_user_registration_terms\";b:1;s:30:\"assign_user_registration_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'), (101,'fresh_site','0','yes'), (102,'WPLANG','fr_FR','yes'), (103,'user_count','1','no'), (104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:159:\"
Want to learn more about WordPress 6.3, planned for release on August 8, 2023? Join the WordPress community for a first look at 6.3 in action during a live product demonstration.
\n\n\n\n6.3 release squad members, Anne McCarthy and Rich Tabor, will team up with moderator, Nathan Wrigley, to guide attendees through the anticipated highlights of the upcoming release. This event will follow a similar format to the live demo for 6.2.
\n\n\n\nAttendees will see recent improvements to the Site Editor, Patterns, Command Palette, and more. Following the demo, there will be a Q&A session, and you may submit questions in advance via Slack.
\n\n\n\nThursday, July 20, 2023 at 16:00 UTC
Zoom Link | Save this link and use it on July 20 to join the event.
The event will be recorded, archived for on-demand viewing on WordPress.tv, and shared in a recap post shortly afterward.
\n\n\n\nTo learn more about WordPress 6.3, please visit the following resources:
\n\n\n\nProps to our panelists and moderator, and to @jpantani, @meher, @eidolonnight, and @dansoschin for helping prepare this announcement and supporting event logistics.
\n\";s: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:\"15354\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.3 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2023 17:10:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15340\";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:289:\"WordPress 6.3 Beta 3 is now ready for download and testing!\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s: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:5926:\"\nWordPress 6.3 Beta 3 is ready for download and testing!
\n\n\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site.
\n\n\n\nGet an overview of the 6.3 release cycle, and check the Make WordPress Core blog for 6.3-related posts in the coming weeks for further details. Also, save the date for a live product demo tentatively scheduled for Thursday, July 20, 2023 at 16:00 UTC (link TBD). This will be a great opportunity to join the WordPress community to celebrate the accomplishments of 6.3 and this final chapter of Phase 2.
\n\n\n\nThanks to the many WordPress beta testers, this release contains approximately 34 (Site Editor) and 40+ (Trac) updates since the Beta 2 release. Nice work, team!
\n\n\n\nTesters should note that the “Patterns Library” is now simply called Patterns in the UI. Additionally, pattern details now include a sync status and a lock icon is added for theme patterns.
\n\n\n\nBrowse the technical details for issues addressed since Beta 2 using these queries:
\n\n\n\nTesting for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.
\n\n\n\nWhile testing the upgrade process is essential, trying out new features is too. Review the many new features in WordPress 6.3 and focus your testing efforts on those areas in particular.
\n\n\n\nBetween the Beta 1 release and the final release candidate (RC), the monetary reward for reporting new, unreleased security vulnerabilities is double. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the HackerOne page and in the security white paper.
\n\n\n\nYou can test WordPress 6.3 Beta 3 in three ways:
\n\n\n\nwp core update --version=6.3-beta3
The current target for the final release is August 8, 2023, which is about five weeks away. Your help testing this version ensures everything in this release is the best.
\n\n\n\nBeta three, a peek
Summer here and winter there
A fourth in one week
Thank you to the contributors who collaborated on this post: @DanSoschin, @Meher, @JPantani, @eidolonnight, @davidbaumwald, @priethor, and @DanSoschin for the Haiku.
\n\";s: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:\"15340\";s: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:61:\"\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:49:\"WP Briefing: Episode 59: A Polyglot’s WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/07/episode-59-a-polyglots-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2023 13: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:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15281\";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:227:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 59th episode of the WordPress Briefing. Today she invites guest speaker Alex Kirk to discuss Polyglots’ work to continue to help bring translation to WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/06/WP-Briefing-059.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:30284:\"\nJoin WordPress Executive Director Josepha Haden Chomphosy in the 59th episode of the WordPress Briefing. Today she invites guest speaker Alex Kirk to discuss Polyglots’ work to continue to help bring translation to WordPress.
\n\n\n\nHave a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
\n\n\n\nHost: Josepha Haden Chomphosy
Guests: Alex Kirk
Editor: Dustin Hartzler
Logo: Javier Arce
Production: Brett McSherry and Nicholas Garofalo
Song: Fearless First by Kevin MacLeod
( Intro music )
\n\n\n\n[Josepha Haden Chomphosy 00:00:10]
\n\n\n\nHello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.
\n\n\n\n( Intro music )
\n\n\n\n[Josepha Haden Chomphosy 00:00:39]
\n\n\n\nI have with me Alex Kirk, who is a longtime WordPress contributor and who has been instrumental in recent innovations in the Polyglots’ work. Phase four of the Gutenberg project is native multilingual support, and so I see this work that is being done as instrumental, not only for our global community but in support of what’s to come in that specific roadmap.
\n\n\n\n[Josepha Haden Chomphosy 00:00:59]
\n\n\n\nSo without further ado, Alex Kirk, welcome to the WordPress Briefing.
\n\n\n\n[Alex Kirk 00:01:03]
\n\n\n\nHello, how are you doing?
\n\n\n\n[Josepha Haden Chomphosy 00:01:05]
\n\n\n\nI’m good. I’m good. Can you, let’s, because I bet that not a lot of people know who you are, can you first start by just telling me a bit about your work with WordPress, and then let us know what GlotPress is, for those of us who don’t know yet?
\n\n\n\n[Alex Kirk 00:01:19]
\n\n\n\nAll right. So, Automattic sponsors me to work in the WordPress project on the Meta team and on the Polyglots team. So I spent time on improving or helping improve the software that powers the translation on WordPress.org. But I also work on the meta team on things like Matrix and evaluating if it would be a good fit for WordPress to switch to Matrix for their chat system.
\n\n\n\n[Josepha Haden Chomphosy 00:01:46]
\n\n\n\nSo a lot of really big projects that you work on, all of that kind of stuff that has no easy solutions anymore, is where you are right now. Huh?
\n\n\n\n[Alex Kirk 00:01:56]
\n\n\n\nYeah, there’s no clear path, but it’s our mission to find it. So that’s part of what makes things interesting.
\n\n\n\n[Josepha Haden Chomphosy 00:02:05]
\n\n\n\nCool. So for folks who don’t know too much about the Polyglots team or generally translating WordPress, the software, can you let us know a bit about what GlotPress is?
\n\n\n\n[Alex Kirk 00:02:16]
\n\n\n\nRight. So the translation system that powers WordPress.org is called GlotPress. It used to be a standalone software that was developed a couple of years ago, and it was transformed into a WordPress plugin at some point, and now powers the translation that happens on WordPress.org. So we translate WordPress core there from English to other languages, plugins, themes, block patterns, and it all happens through this software called GlotPress. There are a couple GlotPress installations around the world, but I think the WordPress.org one is one of the bigger ones.
\n\n\n\n[Josepha Haden Chomphosy 00:02:55]
\n\n\n\nProbably, WordPress.org is pretty, pretty massive. Also, I think it’s great that you said that GlotPress was created a couple of years ago, like that, that indicates to me that you’re working on a really different timescale than a lot of folks are in WordPress.
\n\n\n\n[Josepha Haden Chomphosy 00:03:10]
\n\n\n\nSo Alex, tell me a little bit about what it takes to ship translated WordPress software. So, I mean, for people who don’t need translated WordPress, like obviously we don’t have a good idea of what it takes to make sure that WordPress is available in so many languages. So what goes into the work of making sure that that happens?
\n\n\n\n[Alex Kirk 00:03:32]
\n\n\n\nAll right, so typically the WordPress software and plugins and themes are primarily created in English. And for it to be available in other languages, it needs to be translated. And for that to be able to happen, the programmers need to make the software translatable. Basically, they’re providing each English string for the translation software to be available to be transformed, so to speak, into another language and to what it’s being transformed to. This is what the translators do. So they go into the GlotPress software and see the list of texts that need to be translated and translate it to their language that they speak. Typically there is a process around this.
\n\n\n\n[Alex Kirk 00:03:32]
\n\n\n\nSo, we’ve got people who have lots of experience in translation. And specifically in translating WordPress or WordPress plugins. And they’re kind of the, the people who help ensure good quality of translation. So anybody who’s working the WordPress project, so basically who has a WordPress.org account, can come in and address the translation. And that translation enters the system, so to speak, in a waiting state. And then somebody who we promoted to be a Translation Editor will come along and take a look at your translation and will approve it or will give you suggestions how to do the translation in a better way, or come up with maybe even a better translation.
\n\n\n\n[Alex Kirk 00:05:03]
\n\n\n\nYou know, when you have like a small thing that’s just not right, like a missing full stop or something like that. They might just add it for you. And well, as soon as the plugin or software is translated to a certain level of translations those translations will be shipped out to the WordPress installs.
\n\n\n\n[Alex Kirk 00:05:20]
\n\n\n\nSo, for example, for a plugin, you would reach 90% of translated strings. Those translations will then be basically packed up into zip file, a language pack and delivered to each WordPress so that you can have the translations available there.
\n\n\n\n[Josepha Haden Chomphosy 00:05:35]
\n\n\n\nAnd is 90% the threshold for plugins only, or is that also the threshold for like themes and the CMS itself?
\n\n\n\n[Alex Kirk 00:05:34]
\n\n\n\nWell. We strive for 100%, I would say.
\n\n\n\n[Josepha Haden Chomphosy 00:05:47]
\n\n\n\nGood. ( laughs )
\n\n\n\n[Alex Kirk 00:05:48]
\n\n\n\nAnd, 90% more of a motivational point. To be actually honest, I’m not sure if the threshold is 90% for every project or even if it’s actually 90%. It’s different between different GlotPress installations and it’s basically something that is made as a setting that can be changed. There’s, it’s an arbitrary number. Typically you’d actually want to make sure that the most important strings are translated first. So the ones like, if you look at the whole picture, software usually consists of many parts, many of whom are not encountered by people on a regular basis. For example, error messages that could be like obscure error messages, and you could argue that those might be not as important. Or even sometimes you could even say like, do they need to be translated? Because if you encounter an error message and you search the internet, wouldn’t you probably want everybody to search for the English one to find the solution? But that set-aside, it’s important to have like the headline of the plugin or like the most important strings translated, and typically translating those most important strings will take you to a pretty high percentage so that we can then say it’s good enough to be shipped.
\n\n\n\n[Josepha Haden Chomphosy 00:07:02]
\n\n\n\nGotcha. I see, I see. Okay. Well, we talked a bit earlier about GlotPress’s timeline. It has been around for a bit, I know. But with that kind of in mind, have there been any notable changes to GlotPress recently?
\n\n\n\n[Alex Kirk 00:07:19]
\n\n\n\nYeah, so I think for GlotPress there’s been a bit of an up and down over time in terms of engagement and progress on the software. But in, in the recent year, I think we’ve added a couple of things that have been very helpful for translators. So one of them was adding the commenting functionality, so yeah.
\n\n\n\n[Josepha Haden Chomphosy 00:07:35]
\n\n\n\nSuper helpful. Shocked it wasn’t there before. Sorry, translators. Sorry, all of our polyglots.
\n\n\n\n[Alex Kirk 00:07:40]
\n\n\n\nWell, it can be like there was when GlotPress was created there, there is like the, a big part of GlotPress are these states, like the waiting state when you enter translation, and then there’s approved state, which basically a translation we say it’s set to current, and there’s all sorts of process around it. So if the software is updated or translation might get fuzzy. But also like, if somebody submits a translation that doesn’t fully conform to what’s the translation editors, or like what the standards of the translation community have been set to, then you would have to need to reject it.
\n\n\n\n[Alex Kirk 00:08:16]
\n\n\n\nAnd that has been something that we felt wasn’t a very good and enticing way of telling people like, we appreciate your work. It wasn’t just quite right, but it’s more of a rejection. So this is how we came up with this like, let’s give people the option to say what was wrong and give them a chance to try again without making them feel rejected.
\n\n\n\n[Josepha Haden Chomphosy 00:08:38]
\n\n\n\nYeah. Sort of a “No, but…” as opposed to a, just refusal to receive it.
\n\n\n\n[Alex Kirk 00:08:45]
\n\n\n\nAnd other things that we’ve worked on is, like, with the recent search of AI, like getting help from AI on translation and also on reviews. So, there’s some interesting things that you can do with AI in that regard; that one important aspect of translations, it’s also that we’ve got glossaries for each language where people, basically the translation community, identifies certain words they want to translate them the same way every time. And with the AI, you can basically add to the prompt, like, please translate those words to those translations when you give me a translation for that. And as it can change over time, you can always adapt this to the prompt, and that has been proven quite helpful.
\n\n\n\n[Josepha Haden Chomphosy 00:09:25]
\n\n\n\nThat is great. That’s one of those things I know that AI has been like a really popular thing to talk about. And AI, specifically for translations, I think has caused some concern that maybe we’ll just like translate it all and hope that computers get it right when we know pretty certainly that computers don’t always get the translations right. But that’s not what you’re talking about, right? What you’re suggesting is that AI would suggest what could be translated and what it could be translated to, and then human beings have to confirm that that’s correct, right?
\n\n\n\n[Alex Kirk 00:09:59]
\n\n\n\nThat’s exactly it. So basically, we give suggestions to the translators, and then they can modify a translation before they press save. It’s more of a, like supporting them in getting the translations, like looking up words more quickly and all of that.
\n\n\n\n[Josepha Haden Chomphosy 00:10:16]
\n\n\n\nThat’s wonderful. So is that the major sort of next step that is coming for GlotPress, or are there other things that we should keep an eye out for in that software?
\n\n\n\n[Alex Kirk 00:10:27]
\n\n\n\nSo one direction that we’ve been taking GlotPress is basically making use of the fact that GlotPress is WordPress plugin now. And you know, typically, you would just use a GlotPress install. So on WordPress.Org, there’s like GlotPress installed, there’s translation projects created, something that we call “translation sets”. So for languages, you want to translate it to, it’s all pre-configured, and if you would install GlotPress to plugin on your own WordPress, it would be empty and not very useful. So what we’ve added is a way for you to basically be able to translate the plugins and themes that you’ve got installed in your WordPress into the language that you’re interested in.
\n\n\n\n[Alex Kirk 00:11:07]
\n\n\n\nSo you might have a non-English website that you want to use certain plugins with, and they might not be fully translated at this point, so obviously, you could go to WordPress.org and help translate them, and that’s the way to, that’s preferred. But you could also now go install GlotPress on your own website and translate there. And then you have the translations there right when you enter them. And you can then contribute those translations back to WordPress.org.
\n\n\n\n[Josepha Haden Chomphosy 00:11:35]
\n\n\n\nSo that’s with local GlotPress?
\n\n\n\n[Alex Kirk 00:11:37]
\n\n\n\nThat’s something that we call local GlotPress. And you know, since we then have all these translations in the local database, it means we can do even more with those translations. So typically, language packs would be delivered to WordPress, but with local GlotPress, you’ve got like all the GlotPress software there.
\n\n\n\n[Alex Kirk 00:11:56]
\n\n\n\nSo we can do things like inline translation. So, on your own WordPress and wp-admin, for example, we can highlight all the strings that can be translated, and those strings just have to right-click them and enter your translation, and that way, you can basically go about and translate the whole ui, seeing your progress, as you’re making, basically turning the screen from red to green.
\n\n\n\n[Josepha Haden Chomphosy 00:12:20]
\n\n\n\nYeah. Yeah. So that’s something now that you can do in your local WordPress installation.
\n\n\n\n[Alex Kirk 00:12:26]
\n\n\n\nBasically, it’s completely independent of WordPress.org. We would ask you to contribute the translations back when you have them, but being independent also allows you to translate like premium plugins, which could not be hosted on WordPress.org or doing something like that we call like hyper-local translation. So, for example, I speak Austrian German natively, but even inside Austria, we’ve got different dialects or like special words that we use. And if I wanted to create a website that’s targeted at the Viennese market, for example, I might want to use those specific terms. And this is something I would have to argue for those translations to be accepted on WordPress.org because it’s a, it’s like a very targeted market. But if I have a local GlotPress, I can do those translations there.
\n\n\n\n[Josepha Haden Chomphosy 00:13:11]
\n\n\n\nThat seems awfully beneficial, especially as dialects. I’ve been having these conversations. I have, in my extended family, many children, and they are all learning languages and one of them has been having kind of thoughts about, like, dialects and how dialects are almost another language. And if so, like how do you know what everybody’s saying when you’re speaking all the same thing, but it’s kind of a little bit it sounds a little bit different.
\n\n\n\n[Josepha Haden Chomphosy 00:13:37]
\n\n\n\nThat’s certainly a thing in the US, the distinct dialects across our country. And so I imagine that that’s gonna be a really beneficial sort of implementation for countries that have a lot of different regional variations and certainly smaller countries that have technically the same language as somebody else, but a lot of regional differences, regional specific things.
\n\n\n\n[Josepha Haden Chomphosy 00:14:01]
\n\n\n\nIs that the same or different as the live translations, Translate Live, that we talked about at the WordCamp Europe a couple weeks back?
\n\n\n\n[Alex Kirk 00:14:12]
\n\n\n\nRight. So, Translate Live is kind of the next step after local GlotPress. It’s like this happy marriage between the WordPress Playground and local GlotPress. So the WordPress Playground is also something that has come up a lot. It’s basically a way for you to run WordPress inside a browser window, so in JavaScript. And at first, it seems like mildly interesting, I would say. But when you combine it with other things like local GlotPress, it can lead to really interesting opportunities. So with inline translation, for example, on WordPress.org, you would typically find for every plugin, the UI would look the same. You would have a table of strings, and all that makes you realize you’re translating this certain plugin is that in the header of the page, it says this name of the plugin, but other than that, it can look really all the same.
\n\n\n\n[Alex Kirk 00:15:07]
\n\n\n\nAnd now, with WordPress Playground, you can put up a WordPress and run this plugin inside that Playground. And now, if you add local GlotPress to the picture, you can also do the inline translation of that plugin inside the WordPress Playground. So you’ve got inline translation. We add the glossary so they do make sure that you translate things the same way that they’re expected, and you don’t have to install the plugin.
\n\n\n\n[Alex Kirk 00:15:33]
\n\n\n\nAnd still, you can see what the translations will look like. You can see the strings next to each other, and what I think is most important, you will start with the strings that you see first, which are the most important ones. When you’re in the table view, those strings might be somewhere buried in the middle, and yeah, it’s really hard to see progress if you start with kind of obscure error messages, for example, versus just starting with the things that you see first.
\n\n\n\n[Josepha Haden Chomphosy 00:16:02]
\n\n\n\nYeah. So, moving translations away from table-based translations where you kind of have to know what you’re looking for. So the Translate Live, along with local GlotPress, along with WP Playground, is going to make it so that it’s easier to see visually what needs to be translated, where, what’s most valuable to translate for your mid users and your end users, basically.
\n\n\n\nYeah?
\n\n\n\n[Alex Kirk 00:16:30]
\n\n\n\nThat, and also like for plug-in authors, it can be really good to see, you know, you can switch the languages in the Playground to another language, and you can quickly see like what’s the state of the translation in this language or in that language. And even things like, you know, Arabic as an RTL language rights to left language. The sidebar will change to the right, and you can also just switch language and see like, what’s my plugin like in this environment. I mean, this is not technically something that’s related to local GlotPress, but in this translation live ui, it’s very easy to change languages and see your plugin in another language.
\n\n\n\n[Josepha Haden Chomphosy 00:17:06]
\n\n\n\nI mean, it’s not specifically related to, to Translations Live, but also, I think that if we’re saying that WordPress not necessarily is going to lead the way with translations and native multilingual support in our CMS because, of course, it’s still a little bit far out on our roadmap. We certainly have an opportunity to have the best implementation of that.
\n\n\n\n[Josepha Haden Chomphosy 00:17:27]
\n\n\n\nAnd even if like that specific use case that you’re talking about isn’t related directly to what it is that you are working on for Polyglots and inside GlotPress and all of that, I do see that having more streamlined, more easy to see and access opportunities to like test the way that our software looks across varying environments, especially those that change it substantially from what we typically work in day-to-day for any individual developer or any individual WordPress site implementer.
\n\n\n\n[Josepha Haden Chomphosy 00:18:00]
\n\n\n\nLike, I think that that is a big step forward for all of us and certainly for anyone who is having to use WordPress as not a native English speaker. And so you say it’s not related, but it still is a big, a big benefit for WordPress overall, I think, to have this kind of work happening so that we can have those benefits to the folks who are using our software.
\n\n\n\n[Josepha Haden Chomphosy 00:18:22]
\n\n\n\nSo there were a couple of different things that you mentioned over the course of our conversation. We’re gonna put some links to the show notes for all of those. But one thing that you mentioned that just kind of went by, and we never really had an opportunity to talk about it. You talked about the, I think it was GTEs, Global Translation Editors, the folks that are like approved as final approvers of translations. If there is someone who’s listening to this podcast who wants to become a GTE someday, where would they go to do that?
\n\n\n\n[Alex Kirk 00:18:54]
\n\n\n\nSo the path to GTE is a PTE. ( laughs )
\n\n\n\n[Alex Kirk 00:18:59]
\n\n\n\nSo, we’ve got different levels of translation editors. Basically, you start, you could say you start off as a translator, and this is how you can kind of show that you can do good translations or that you’re very firm in your language. And this might make you be noticed in the community.
\n\n\n\n[Alex Kirk 00:19:16]
\n\n\n\nSo we’re always looking for people who like to help with translations. And you might be then promoted to be a Project Translation Editor. Basically, it means that for a single language in a project, you’ll be able to approve translations. So, you’ll be the one who says, like, this translation is a good one and this conforms to the to the rules that we have stated as a translation community.
\n\n\n\n[Alex Kirk 00:19:42]
\n\n\n\nAnd further down the path then is the GTE, where you basically are allowed to approve translations across any project on translate.WordPress.org in your language. And that’s, usually you’ll be in, in that position with other GTEs.
\n\n\n\n[Alex Kirk 00:20:04]
\n\n\n\nSo there is, like, in each community, there is like, we’re people based. We talk about what might be a good translation. We talk to each other, try to find rules that maybe prevent common mistranslations, or set the standards for how we want the software to be translated. And this is something where you get a voice as a translator, but as a GTE, you get into a position where you can actually make the changes or find consensus on how the software should be translated in your language.
\n\n\n\n[Josepha Haden Chomphosy 00:20:35]
\n\n\n\nAnd if folks are not familiar where the Polyglots team works and meets, where would they find you all?
\n\n\n\n[Alex Kirk 00:20:41]
\n\n\n\nAt make.WordPress.org/polyglots.
\n\n\n\n[Josepha Haden Chomphosy 00:20:45]
\n\n\n\nPerfect. Alex, this has been such a fascinating conversation. Thank you so much for joining me today.
\n\n\n\n[Alex Kirk 00:20:50]
\n\n\n\nThank you very much.
\n\n\n\n( Intermission music )
\n\n\n\n[Josepha Haden Chomphosy 00:20:59]
\n\n\n\nSo that brings us now to our small list of big things. First, WP Campus 2023 is taking place July 12th through the 14th. That’s a nonprofit three-day conference with topics that focus on the growth of higher education, accessibility, WordPress, and anyone who works in higher education.
\n\n\n\n[Josepha Haden Chomphosy 00:21:17]
\n\n\n\nIt’s a hybrid event. There is an in-person component on the beautiful campus of Tulane University in New Orleans, Louisiana. I’ll add information about that in our show notes for anyone who would like to join in person or online.
\n\n\n\n[Josepha Haden Chomphosy 00:21:32]
\n\n\n\nThe second thing is that the mentorship program pilot that I have been talking about a little bit over the last few months has been formally launched.
\n\n\n\n[Josepha Haden Chomphosy 00:21:39]
\n\n\n\nIf you are interested in contributing more to the project but not sure where to begin, take a look at this comprehensive onboarding experience. It’s cohort-based. It has some personalized one-to-one mentorship. There are guided courses, live workshops, all of that. So read more about it in our show notes and sign up for one-on-one team mentorship.
\n\n\n\n[Josepha Haden Chomphosy 00:21:59]
\n\n\n\nAnd then, finally, Matt mentioned at WordCamp Europe an idea that he had been thinking of for some time a Make team dashboard that would sort of help define team metrics and help identify for individual contributors what should indicate team health and where they can find the most impactful projects to work on.
\n\n\n\n[Josepha Haden Chomphosy 00:22:20]
\n\n\n\nA post has since been published on make.WordPress.org/meta calling for additional feedback on that idea, so that we have an understanding of what this could be, how the dashboard can kind of come to be. And so stop by and add your thoughts there in the comments.
\n\n\n\n[Josepha Haden Chomphosy 00:22:38]
\n\n\n\nAnd that, my friends, is your small list of big things.
\n\n\n\n[Josepha Haden Chomphosy 00:22:42]
\n\n\n\nThanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.
\n\n\n\n( Outro music )
\n\";s: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:\"15281\";s: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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Allison Dye\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2023/06/people-of-wordpress-allison-dye/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Jun 2023 21:23: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15287\";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:121:\"The People of WordPress goes to the US to feature Allison Dye, who uses the software in her work and disability-advocacy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s: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:14661:\"\nA way to escape chronic pain and give a sense of independence, is what using WordPress means for Italian-American Allison Dye. Now as a project manager and social media content manager living in North Carolina, USA, she uses the software in her work and in disability-advocacy.
\n\n\n\nThe People of WordPress series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.
\n\n\n\nAllison was first introduced to WordPress when she was 13 years old. Her parents gave her own WordPress website to use, play, test, and try whatever she wanted with it. Her health issues had started when she was eight years old, and being able to express who she was and learn new skills provided an escape she needed.
\n\n\n\nAllison said: “While the technical aspects of my new WordPress website intrigued me, I was more interested in the space it made for me to write. All throughout my childhood I had struggled with chronic pain, fatigue, and other unexplained symptoms. Having a private world I could call my own, I was able to write my story.”
\n\n\n\n\n\n\n\n\n“There is something truly amazing about having a place to tell your story.”
\nAllison Dye
Her family faced many doctors, nurse, specialists and hospital visits, but could not get an answer to the difficulties faced by Allison. She said: “I felt like my life and world were out of control. But logging onto my little website and typing away on the computer keys gave me a sense of control. I couldn’t always do things that other kids had the energy to do. But I could get lost in writing for hours. I couldn’t control my life story, but I could write about it.”
\n\n\n\nShe felt it was like writing letters to her future self and would act as a reminder of how strong she had become. Even now when Allison writes on her website, she feels it is writing letters to her past self, expressing reassurance and pride. The practice of writing online continues to help her reflect on how she coped and made it through the difficulties.
\n\n\n\nAllison hoped her early experiences with hospitals and being unwell was just part of being a child, and that in adulthood she would be healthy. She longed for this time.
\n\n\n\nGrowing up did not bring her this dream of a healthier life and an end to chronic pain. In fact, her condition worsened as she went through her teens and at 18 she finally received a diagnosis of Multiple Sclerosis.
\n\n\n\nThis changed what had been conventional job choices, as she was not able to handle a 9 to 5 work schedule. She could not drive herself to work on some days and relied on her mother to help with transport. She knew that she would have to find another way to work and she was determined to find it.
\n\n\n\nShe began writing music and book reviews online, and then moved onto writing blog posts. As they were published she started to receive payment and a sense of power over her life. She said: “WordPress felt familiar, typing on the computer keys felt comfortable, and sharing my words with the world felt surreal.”
\n\n\n\nAllison’s sense of ownership of the software became part of her strength. “I think I believed WordPress was mine somehow. I was learning that WordPress is something that belongs to everyone in some way. And I loved it.”
\n\n\n\nThe confidence using the platform gave Allison led her to find more about what it could do and meet other people who used it. She said: “The thing I love about WordPress is that it’s not just for developers or bloggers or SEO experts. I began to meet more people in the community and was delighted to find people like me, who didn’t know the technical stuff, but were a part of WordPress.”
\n\n\n\nThis global community orbiting around the software gave her an opportunity to meet social media managers, designers, and people from many different areas. She found that ‘there was a place for everyone’. The guiding strength and fascination Allison found and still finds today is in that community. Allison said: “The community felt as important as the rest of everything that makes WordPress what it is. It felt like it was about people and relationships as well as codes and databases.”
\n\n\n\nIn 2020, she was hired by a WordPress company. She said: “I like being a part of a WordPress company, and I love that I contribute to a team that helps people with their websites. I understand the importance of having a space that’s yours. Whether it’s a business or personal site, having a website gives you the power of telling your own story.”
\n\n\n\nWordPress gave Allison a freedom and an independence. She did not have to work a 9 to 5 job, rely on others to drive her on bad days with her MS, nor worry about days when she wanted to stay in her sweatshirts rather than go into an office to work. She said: “I have a 100% remote job which I can do despite the plot twists in my story, thanks to WordPress and the people in it.”
\n\n\n\nWordPress took Allison into the world of project management for a small agency, and this experience was to help guide her path, skills and confidence into the future. She went on to work in content management in WordPress, building pages for awareness campaigns for non profit organizations and small businesses as a contractor. She helps people update their websites, add and edit content, perform basic updates and help them to learn how to use their sites.
\n\n\n\n\n\n\n\n\n“I tell all my clients to use WordPress because there is really no other solution that can scale as easily for growing organizations and small businesses. I love how WordPress allows them to tell their stories, share their passion, and have a place to call their own on the internet.”
\nAllison Dye
As a fluent English and Italian speaker, Allison is able to support clients in different countries from where she lives. “I love that with WordPress I’m able to support clients remotely. This is thanks to all of the many WordPress contributors, developers, project managers, content writers, and many, many volunteers that work tirelessly to enable people around the world to use WordPress.”
\n\n\n\nAllison also became a certified as an English As A Second Language (ESL) teacher. “My affinity for words and languages allows me to teach passionately and creatively. I’m Italian-American and am fluent in English and Italian. Teaching English allows me to share my passion for communication with others.”
\n\n\n\nAllison attributes mentors and supporters in the WordPress community for helping her appreciate she really is part of it. Allison recalled: “It felt unreal. I wasn’t a dev, I don’t know how to code, and yet I got to be a part of it all? I felt like I was a fake. But Kimberly continues to remind me that I’m real, I get to be here, I get to stay, I have a place.”
\n\n\n\nShe was later encouraged to contribute by a WordPress community member to the Big Orange Heart, which aims to support and promote positive well-being and mental health within remote working communities. She said she felt ‘honored typing my words, pieces of my story, and sharing them with a community of people’.
\n\n\n\nShe also joined the WordCamp US 2021 online organizing team.
\n\n\n\nAllison enjoys the fact that in the WordPress community, ‘everyone here is constantly working to be better and do better’.
\n\n\n\nAllison was later diagnosed with two additional neurological conditions: Functional Neurological Disorder and Migraine. She said: “If it were not for WordPress I would really be unable to work. But WordPress and its community continue to be a part of my life and I am grateful to everyone who’s helped me along my way. I don’t know where I would even be without it.”
\n\n\n\nShe strives to raise awareness of dynamic disabilities and invisible illnesses like her own through podcasts and social media. She feels that her WordPress friends have helped her both in her professional life and in her wish to be an advocate for others with disabilities too.
Allison hopes reading of her experience will help others who are worried about not progressing in a WordPress career due to health concerns.
\n\n\n\n\n“I hope that it will remind anyone reading this that WordPress is a space for everyone. Healthy or not, developer or not, blogger or not — WordPress belongs to you too.”
\nAllison Dye
Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the People of WordPress series.
\n\n\n\nThanks to Allie Dye (@allisondye) for sharing about her adventures in WordPress.
\n\n\n\nProps to Abha Thakor (@webcommsat) and the late Surendra Thakor (@sthakor) for interviews and writing the feature, Meher Bala (@meher) for work on images, and to Meher, Maja Loncan (@mloncar) and Chloe Bringmann (@cbringmann) for reviews.
\n\n\n\nThe People of WordPress series thanks Josepha Haden (@chanthaboune) and Topher DeRosia (@topher1kenobe) for their support.
\n\n\n\nThis People of WordPress feature is inspired by an essay originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. #HeroPress
\nWordPress 6.3 Beta 2 is ready for download and testing. This is the first release of the 6.3 cycle, as there was no Beta 1 due to technical issues with packaging the release. Rather than further delaying a beta release, the release squad has decided to package and ship Beta 2.
\n\n\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, the release squad recommends you evaluate Beta 2 on a test server and site.
\n\n\n\nWordPress 6.3 demonstrates incredible progress toward achieving the goals outlined in the WordPress roadmap and is the final major release of Phase 2. Phase 2 has focused mainly on the Site Editor, enabling site creators to build websites, design compelling layouts, and manage content without toggling between multiple configuration areas or editing code.
\n\n\n\nLearn more about Gutenberg updates debuting since WordPress 6.2 by reviewing prior editions of What’s New in Gutenberg posts for 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16.0, and 16.1.
\n\n\n\nWordPress is the result of contributions by users, developers, and extenders across the globe. As this community seeks new features, the platform will continue to evolve, including the site editing features and beyond. Get an overview of the 6.3 release cycle, and check the Make WordPress Core blog for 6.3-related posts in the coming weeks for further details.
\n\n\n\nThis latest WordPress release includes many updates spanning all platform areas, emphasizing the editing experience and polishing usability. This release contains more than 500 new features and enhancements and 400+ bug fixes.
\n\n\n\nFollowing the incredible performance improvements introduced in 6.2, the release includes more than 170 performance-related updates, including adding defer and async support to the WP Scripts API and fetchpriority support for images. Optimizations were made to block template resolution, image lazy-loading, and the emoji loader, all of which benefit LCP performance. Support for PHP versions 8.0, 8.1, and 8.2 has been improved.
\n\n\n\nThe Site Editor expands to include navigating and editing pages, styles, templates, and content. The unified site editing experience will include a distraction-free mode, enhanced navigation, and an improved loading experience. Additionally, you can use the Site Editor to preview a block theme and adjust your site before activating the new theme. This release includes style revisions so you can toggle between and preview different saved styles. Rounding out the changes, 6.3 ushers in a new Command Palette, enabling users to context switch and perform actions quickly across different sections of the site editing experience.
\n\n\n\nNew blocks for details and footnotes debut in this release, along with updates for better handling of image aspect ratios and improved fallback states. Spacer blocks now include presets, and the cover block gets updates for managing text colors and layout support.
\n\n\n\nReusable blocks have been renamed to synced patterns. This change reflects the unification of reusable blocks and traditional block patterns (unsynced patterns) within the Editor. A new option allows you to assign patterns to templates, adding the ability to have starter patterns to speed up the creation process. Site creators can now easily create, save, and manage custom synced and unsynced patterns, as well as browse a directory of curated patterns. Additionally, the duotone filter and captions can now be edited in the Styles interface.
\n\n\n\nSome key usability highlights include toolbar updates, updated template descriptions, enhanced list view drag-and-drop, improved padding and margin controls, and a new area for managing patterns (including reusable blocks, now called synced patterns.) Link control receives some updates, rounding out high-level usability enhancements in 6.3.
\n\n\n\nWordPress remains steadfast in making the site-building experience accessible to everyone. 6.3 incorporates over 50 accessibility improvements across the platform. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and new controls in the admin image editor allow those using screen readers, keyboard navigation, and other assistive technology to navigate more easily. The login form, installation steps, and list tables (for sorting and selection) have all been updated. Additional accessibility tickets are viewable in the WordPress Trac.
\n\n\n\nThis release includes auto-rollback for failed manual updates of themes and plugins.
\n\n\n\nPlease note that the features in this list may change before the final release.
\n\n\n\nTesting for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.
\n\n\n\nWhile testing the upgrade process is essential, testing new features is too. Review the many new features listed above and focus your testing efforts on those areas in particular.
\n\n\n\nIf you encounter an issue, please report it to the Alpha/Beta area in the support forums. If you are comfortable writing a reproducible bug report, you can file one on WordPress Trac. You can also check your issue against a list of known bugs.
\n\n\n\nNew to testing? This detailed guide is a great place to start if you’ve never tested a beta release.
\n\n\n\nWant to know more about testing releases in general? Follow along with the testing initiatives in Make Core and join the #core-test channel on the Making WordPress Slack.
\n\n\n\nBetween the Beta 2 release and the final release candidate (RC) for each new WordPress version, the monetary reward for reporting new, unreleased security vulnerabilities is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the HackerOne page and in the security white paper.
\n\n\n\nYou can test WordPress 6.3 Beta 2 in three ways:
\n\n\n\nOption 1: Install and activate the WordPress Beta Tester plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).
\n\n\n\nOption 2: Direct download the Beta 2 version (zip).
\n\n\n\nOption 3: Use the following WP-CLI command:
\n\n\n\nwp core update --version=6.3-beta2
The current target for the final release is August 8, 2023, which is about six weeks away. Your help testing this version ensures everything in this release is the best.
\n\n\n\nA chapter closes
Excitement yet much newness
Phase 2 finale
Thank you to the following contributors for collaborating on this post: @DanSoschin, @Meher, @JPantani, @CBringmann, @AudrasJB, @annezazu, @ndiego, @davidbaumwald, @desrosj, @priethor, @flixos90, @wildworks, and @JPantani for authoring the haiku.
\n\";s: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:\"15193\";s: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:61:\"\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:56:\"WP Briefing: Episode 58: A New Wave for WordPress Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 13: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:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15179\";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:145:\"Hear special guest host Chloé Bringmann and special guest Angela Jin in the WordPress Briefing as they discuss the next generation of WordCamps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2023/06/WPBriefing-058.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Brett McSherry\";s: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:15637:\"\nJoin WordPress guest host, Chief of Staff and Head of Operations, Chloé Bringmann, and special guest Head of Programs and Contributor Experience, Angela Jin, in the 58th episode of the WordPress Briefing as they discuss the next generation of WordCamps.
\n\n\n\n(Intro music)
\n\n\n\n[Chloé Bringmann 00:00:10]
\n\n\n\nHello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your guest host Chloé Bringmann. And here we go.
\n\n\n\n(Intro music)
\n\n\n\n[Chloé Bringmann 00:00:40]
\n\n\n\nSo I have the privilege of guest hosting this episode of the WordPress Briefing. And today I have with me a very special guest. The Head of Programs and Contributor Experience, Angela Jin. Welcome. Before we dive into all the questions, can you tell me and our listeners a little bit about your role in the WordPress community?
\n\n\n\n[Angela Jin 00:01:01]
\n\n\n\nYeah, happy to, and thank you so much for having me. I’m very excited to be here. I am the Head of Programs and Contributor Experience, and I provide oversight and guidance for our WordPress programs, such as our events programs, training, and Five for the Future, with an eye toward ensuring their sustainability and growth. I’m very fortunate to work with our contributors across many teams around the world. In addition to troubleshooting and helping folks figure out how to move forward, I also spend a good amount of time exploring with others what could be in our programs.
\n\n\n\n[Chloé Bringmann 00:01:41]
\n\n\n\nWe just got back from WordCamp Europe in Athens, Greece. It was such an energizing event for me, but I’m curious about what your impressions were of the past week.
\n\n\n\n[Angela Jin 00:01:52]
\n\n\n\nYeah, it was fantastic. I’m always really inspired by what a group of like-minded people can achieve together. There’s a lot of passion for this particular WordCamp, and it made for a really wonderful WordPress experience. Full of lots of great connections and memories; I have a million follow-ups and probably even more thoughts to reflect on. So it’s great. There were a lot of new WordPressers there. So it was lovely to meet them. And I’m really excited to see how many exciting new projects and ideas that we have in the space.
\n\n\n\n[Chloé Bringmann 00:02:27]
\n\n\n\nSame, you said it perfectly. Josepha also mentioned in the flagship’s keynote, the proposal for the next generation of WordCamps. I’m curious about what the main ideas and goals, as discussed thus far, are of that proposal.
\n\n\n\n[Angela Jin 00:02:42]
\n\n\n\nFor sure. So WordCamps have been fundamental for the WordPress community for a very long time. And while they have continued to grow larger and reach more places around the world, it’s also undeniable that the way that people meet has changed since 2006.
\n\n\n\n[Angela Jin 00:03:01]
\n\n\n\nAnd so, just as WordPress itself iterates we’re looking at iterating on WordCamps so that they move from fundamental to indispensable for the WordPressers of today and tomorrow. So event attendees today are looking to learn essential skills, make connections that lead to neat opportunities, and more.
\n\n\n\n[Angela Jin 00:03:23]
\n\n\n\nSo to that end, we put forth an updated purpose for our events, which is that WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.
\n\n\n\n[Angela Jin 00:03:47]
\n\n\n\nSo the goal here is to create events that are more clearly defined – who these are for what you will gain from attending. We are looking to see events that take a deeper dive into content, or topics and provide more advanced content. And let’s try out some different formats and see how that shapes our event experience. And so it is a big shift. And change is always hard.
\n\n\n\n[Angela Jin 00:04:13]
\n\n\n\nHowever, the feedback that I’ve gotten so far, and certainly at WordCamp Europe, is that this is a very welcome evolution. And the Community team has already received over 60 proposals. So I’m very excited about that. In fact, a WordPress Community Day in Rome has already been announced and is focused on providing meet-up organizing and community management skills. So that’s pretty cool.
\n\n\n\n[Chloé Bringmann 00:04:37]
\n\n\n\nWow, that’s incredible. I love that we’ve gotten 60 suggestions already and that we already have an event in place. That’s fantastic. In that blog post, too, it’s mentioned that WordCamps should prioritize inclusivity and diversity. How can organizers ensure these values are upheld in the next generation of WordCamps and beyond events? Into our day-to-day project involvement?
\n\n\n\n[Angela Jin 00:05:04]
\n\n\n\nExcellent question. So while WordCamps themselves are changing, some of our core values, like prioritizing inclusivity and diversity, are non-negotiable. For the whole project, we have a diversity, equity, and inclusion statement, and a Code of Conduct that lays out how we expect our community to engage with each other in this space.
\n\n\n\n[Angela Jin 00:05:27]
\n\n\n\nAnd on top of that, our programs do focus on providing resources and training like how to create a diverse speaker roster. And we have diverse speaker training workshops on how to organize a diverse and inclusive WordPress event. And we also have a great list of third-party resources as well. And so, with so many events, we create a lot of opportunities to grow as a visible contributor, whether it is a speaker, a volunteer, or an organizer.
\n\n\n\n[Angela Jin 00:05:56]
\n\n\n\nAnd so with the next generation of events, we could more intentionally create these spaces for groups that historically have been underrepresented. Even long before my post went live, the BlackPress meetup group, for example, wanted to create an event that connected with historically black colleges and universities. And an event like that that really invites a specific group to learn all about WordPress would be a really great experience and a wonderful way to celebrate that community and a great connection to the broader community so that we can intentionally get to the diversity that we want to see.
\n\n\n\n[Angela Jin 00:06:38]
\n\n\n\nAnd I also want to add that the people who are underrepresented in our community are more likely to need financial sponsorship. And so even though we do keep our ticket prices low so that our events are more easily accessible, the cost of travel continues to increase, not to mention the time and energy required to participate in these events. So an excellent way that companies can help is to sponsor somebody’s time and somebody’s contributions, which we’re always trying to encourage through the Five for the Future program.
\n\n\n\n[Chloé Bringmann 00:07:11]
\n\n\n\nBeautiful. So, with that in mind, how do you foresee the next generation of WordCamps impacting the WordPress community, that larger ecosystem? So, what changes do you hope to see regarding community engagement, learning opportunities, and best practices?
\n\n\n\n[Angela Jin 00:07:31]
\n\n\n\nI foresee us evolving our tried and true event format into a dynamic wealth of community-led opportunities. I know that online events were pretty exhausting during the worst of the pandemic, but there is a ton of unexplored opportunities there. And community research is also showing that online is a great way to create more inclusive and diverse events.
\n\n\n\n[Angela Jin 00:07:58]
\n\n\n\nThe Training team, with their learn WordPress online workshops, have really led the way with our online events. And there are so many more people that we can reach there.
\n\n\n\n[Angela Jin 00:08:08]
\n\n\n\nAnd so in addition to providing more advanced content, I also hope to see content around broader tech and business trends that influence WordPress, and conversely, how WordPress can shape those trends as well. And with all of that, I really hope that we can bring in more community members that otherwise wouldn’t be interested in what we currently offer, especially a younger generation that will help us drive the next generation of WordPress, the open source project.
\n\n\n\n[Chloé Bringmann 00:08:39]
\n\n\n\nVery excited to hear all of this, and I bet our listeners are too. I’m curious how they and community members can provide feedback or get involved with this next generation of WordCamps.
\n\n\n\n[Angela Jin 00:08:50]
\n\n\n\nI’m going to encourage everyone, please come chat with the Community team and comment on the current posts. We really welcome your feedback to help us get our events to this next iteration of what they will become. There are two posts, in particular, one is to suggest ideas of event formats and topics that you would like to see. And the second is if you are an organizer, we’re inviting you to hear some recommendations for improved tooling that would be helpful for your event site. And we’ll include links to those posts in the show notes.
\n\n\n\n[Chloé Bringmann 00:09:26]
\n\n\n\nOne final question for you, Angela. Any thoughts as we prepare for WordCamp US and the Community Summit, which will be in National Harbor, Maryland, in August?
\n\n\n\n[Angela Jin 00:09:37]
\n\n\n\nFor the Community Summit in particular, if you want to attend and you haven’t already applied, please please do make sure to apply as soon as possible. And encourage somebody else who you think should attend to apply as well.
\n\n\n\n[Angela Jin 00:09:53]
\n\n\n\nAnd if financial constraints are a blocker, we are aiming to help with the cost of hotel and or flight. And so one way to help support the diversity and inclusion of this event, and really to the whole project, is to also contribute to the Community Summit travel fund. You can find information about all of that on the Community Summit site.
\n\n\n\n[Angela Jin 00:10:15]
\n\n\n\nAnd next, if you have a topic in mind that you think needs to be discussed at the Community Summit, please please also share that information with us as well. And last but not least, I am, I am so excited. I’m not going to spoil anything. But I have been working with the WordCamp US organizing team and looking at some of what they have planned and some of the content. It’s going to be a truly incredible event, so don’t miss out.
\n\n\n\n[Chloé Bringmann 00:010:41]
\n\n\n\nOh, wonderful. Thank you so much for joining me, Angela. And I can’t wait to see you and the WordPress community in August in person.
\n\n\n\n[Chloé Bringmann 00:010:58]
\n\n\n\nWhich brings us now to our small list of big things. First up is the proposal and establishment of a new WordPress contributor team, the Sustainability team. Coming into WordCamp Europe, a proposal was put forward to create a team that would embed sustainable practices and processes in the ecosystem to ensure the Project’s longevity, both socially, economically, and as well environmentally. At WordCamp Europe, this proposal was confirmed, and the Sustainability team is now officially the 22nd contributor team that WordPressers can support with their contributions. Head on over to their making WordPress Slack channel, #sustainability, and join the conversation.
\n\n\n\n[Chloé Bringmann 00:011:39]
\n\n\n\nSecond, I would like to call your attention to the 6.4 development cycle post that was published on June 5th. 6.4 will be the third major release of 2023 and supports our diversity, equity, and inclusion efforts by being led by those contributors that identify as underrepresented gender. This release will also be the first to kick off phase three of the Gutenberg roadmap, which is collaborative editing and workflows. I’ve included a link to the post in our show notes and encourage anyone who is interested in being part of this momentous release to join us in making this both impactful and meaningful.
\n\n\n\n[Chloé Bringmann 00:012:16]
\n\n\n\nFinally, WordCamp US, as discussed, will be upon us before we know it starting on August 24th at National Harbor, Maryland. While tickets may be sold out, volunteers are still very much needed to make the flagship event run smoothly. So stop by us.wordcamp.org, raise your hand, and join us in August for engagement, inspiration, and learning. And that, my friends, is your small list of big things. I’m your guest host Chloé Bringmann and thank you for tuning in today for the WordPress Briefing.
\n\";s: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:\"15179\";s: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: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:33:\"Twenty Years of WordPress at WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2023 22:21:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15167\";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:373:\"Inspiring the global community The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its 20th anniversary and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6426:\"\nThe atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its 20th anniversary and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day event (plus Contributor Day) filled with talks, networking, and learning opportunities. The event concluded on June 10 with a captivating keynote address by WordPress co-founder Matt Mullenweg, Executive Director Josepha Haden Chomphosy, and Gutenberg Product Architect Matías Ventura, who highlighted the advancements and upcoming milestones of the WordPress Project.
\n\n\n\nOne significant update shared during the keynote was the successful reactivation of WordCamps. This time last year, we organized eight in-person WordCamps, and by the end of 2022, the number had risen to 23. Thanks to the enthusiasm and involvement of the WordPress community, we are already on track to organize 25 WordCamps in the first half of this year alone.
\n\n\n\nJosepha also emphasized the importance of the upcoming Community Summit on August 22-23. This in-person gathering brings contributors together across the WordPress open source project, fostering cross-project discussions vital for future growth and sustainability. For more information, visit the official Community Summit website.
\n\n\n\nDiscussing the Five for the Future (5ftF) program, Josepha highlighted the impressive growth in active contributors and company pledges over the past year. She also underscored the expansion of the WordPress ecosystem, citing examples like Openverse, which now provides access to nearly 800 million images and audio files, all easily accessible in the Site Editor.
\n\n\n\nAnother exciting addition to the WordPress repertoire is WP Playground. This new feature allows users to build WordPress applications instantly in the browser without needing a PHP server. This tool provides a swift and seamless experience, reducing the installation time from five minutes to a near-instantaneous 500 milliseconds. The application of WP Playground may seem like magic, but its practical application promises tangible and revolutionary benefits for WordPress users.
\n\n\n\nMatías Ventura then took the stage to share updates on Gutenberg. Through a visually stunning video built entirely with blocks, he showcased the six-year development journey and the transition from words to blocks to a final design. The upcoming WordPress version 6.3 will mark the completion of the first two phases of Gutenberg, consolidating all these features into a cohesive and user-friendly experience. He also highlighted the introduction of features such as the Wayfinder tool, Style Book, and the ability to save patterns, further empowering users to own their web presence and voice.
\n\n\n\nFollowing the keynote presentation, the WordPress leadership engaged in a lively Q&A session with the audience, further illustrating the continuous evolution within the WordPress Project. This session highlighted how the WordPress community innovates, iterates, and continually improves to create a better platform for today and tomorrow.
\n\n\n\nJoin the global community and be part of the WordPress journey toward a brighter future!
\n\n\n\nSpecial thanks to @cbringmann and @eidolonnight for review and collaboration.
\n\";s: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:\"15167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 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:67:\"https://wordpress.org/news/2023/06/the-month-in-wordpress-may-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:\"Tue, 06 Jun 2023 10:15:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15100\";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:350:\"May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director Josepha Haden Chomphosy reflected on this journey and the opportunity to build a better future for those who come after: The more our community invests in itself and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s: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:16972:\"\nMay has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director Josepha Haden Chomphosy reflected on this journey and the opportunity to build a better future for those who come after:
\n\n\n\n\n\n\n\n\nThe more our community invests in itself and supports one another, the stronger WordPress and the open source software movement become.
\nJosepha Haden Chomphosy in Celebrating 20 Years of WordPress.
Read on for highlights of this milestone and the latest updates in the WordPress space.
\n\n\n\n\n\n\n\nMay 27, 2023, marked the 20th anniversary of WordPress’ first release. Since its inception by Matt Mullenweg and Mike Little in 2003, the project has transformed the digital publishing landscape and enabled millions of people to craft their stories.
\n\n\n\nWordPress enthusiasts from all over the world gathered at more than 130 events to celebrate this important milestone. WP20’s commemorative book, Building Blocks: The Evolution of WordPress, was published in tandem and documents some of the most significant moments and changes of the last decade of the project.
\n\n\n\nThe anniversary date may have passed, but the festivities and fun aren’t over. You can still join a meetup, sign the #WP20 From Blogs to Blocks campaign birthday card, or participate in #WP20 social celebrations.
\n\n\n\n\n\n\n\n\n\n\n\n\nJoin Josepha Haden Chomphosy in Episode 55 of WP Briefing as she looks back at the 20 years of WordPress and how the community made WordPress what it is today.
\n
Work on WordPress 6.3 officially kicked off with the announcement of its development cycle and release squad. Set for release on August 8, 2023, this version will be the second major update of WordPress in 2023 and will mark the end of Phase 2 of the project’s development roadmap.
\n\n\n\nWordPress 6.3 aims to bring a cohesive site editing experience by introducing expanded functionality, richer interfaces, and a dedicated focus on refinement.
\n\n\n\n\n\n\n\n\n\n\n\n\nCheck out the 6.3 roadmap post for a tentative preview of anticipated features.
\n
WordPress 6.2.2 became available for download on May 20, 2023. This release was a quick response to resolve a regression introduced in 6.2.1, specifically with shortcode support in block templates, and to further patch a vulnerability already addressed in the previous version.
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Three new versions of Gutenberg have shipped in the last month:
\n\n\n\n\n\n\n\n\n\n\n\n\nThe latest Core Editor Improvement post highlights features such as revisions and the ability to preview block themes, and how they enable a smoother site editing experience.
\n
\n\n\n\n\n\n\n\n\nWhat is WordPress Playground, and why it matters? WP Briefing Episode 56 discusses the benefits and potential of this tool with special guests Rich Tabor and Adam Zielinski.
\n
\n\n\n\n\n\n\n\n\nWhich next generation of WordPress events would you like to see? Share your ideas and start exploring new event formats this year.
\n
\n\n\n\n\n\n\n\n\nJoin WordPress project leadership on June 10 at WordCamp Europe 2023 to hear about the latest developments and what’s next for WordPress. Check out the schedule for details.
\n
Have a story we should include in the next issue of The Month in WordPress? Fill out this quick form to let us know.
\n\n\n\nThe following folks contributed to this Month in WordPress: @rmartinezduque, @nahidsharifkomol, @chaion07, @devinmaeztri, @bsanevans, @ninianepress.
\n\";s: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:\"15100\";s: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:61:\"\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:58:\"WP Briefing: Episode 57: The Power of WordPress Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jun 2023 13: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:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15089\";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:215:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/06/WP-Briefing-057.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Brett McSherry\";s: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:7743:\"\nJoin WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.
\n\n\n\nHave a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
\n\n\n\nEditor: Dustin Hartzler
Logo: Javier Arce
Production: Brett McSherry
Song: Fearless First by Kevin MacLeod
[Josepha Haden Chomphosy 00:00:00]
\n\n\n\n(Intro music)
\n\n\n\nHello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.
\n\n\n\nI’m your host, Joseph Hayden Chomphosy. Here we go!
\n\n\n\n(Intro music)
\n\n\n\n[Josepha Haden Chomphosy 00:00:40]
\n\n\n\nOver the course of this year, there has been a lot of research and examination of the contributor funnel in the WordPress community. That research confirms some assumptions about what most contributor stories have in common: the hurdles, the general paths taken, and the way that problem-solving was done. Then in February of this year, Hari Shanker published a proposal for a mentorship program for WordPress.
\n\n\n\nAnd now we’ve got a pilot program that’s been defined and is waiting for your feedback. If you’ve not read the post about the contributor mentorship program, for one do it. But if you would rather hear a synopsis from me, don’t worry, I’m about to give you a 10-cent tour.
\n\n\n\n[Josepha Haden Chomphosy 00:01:22]
\n\n\n\nFirst up, who is doing this? This pilot program has been outlined by a community working group. We often have working groups in WordPress, and they almost always have specific projects around events or programs, or code updates. Since this working group is focused on a project-wide program, there is project-wide representation in it. All the names are at the bottom of the post, which you can find in our show notes. But it’s got folks who contribute with code or contribute with time or contribute with design folks who are self-sponsored or corporately sponsored, just a nice mix of people. The program as a whole, though, is being stewarded by Hari Shankar, a longtime supporter of and contributor to WordPress.
\n\n\n\n[Josepha Haden Chomphosy 00:02:06]
\n\n\n\nSo next, what is this for? There are a few goals for the program. But the overarching goal is to increase the success of new contributors over time. We can all agree that if we were to have 1000s of new contributors every day, but they couldn’t find their way to impactful contributions or meaningful connections quickly, then we would have done them a disservice. And they probably won’t continue to be part of the community without a bit more effort.
\n\n\n\nThe when and the where are essentially “right now and right here,” so that brings us finally to Why. Why are we doing this mentorship program? Apart from to help people who want to contribute have an easier path to success – which frankly is enough of a reason anyway – the why is wrapped up in our overall philosophies in the project. If we believe that good ideas can come from anywhere and that contributions of any size matter. And that open source is an idea that can change our generation and that we are democratizing publishing, then bringing new people brings new ideas, and beginner contributions can grow over time. We can maintain this idea, this concept of open source, into the next generation and to future generations. And always keep our sights on the open web. To learn more about this and other project-wide initiatives, swing by make.wordpress.org/project or check the links in today’s show notes on wordpress.org/news/podcast.
\n\n\n\n[Josepha Haden Chomphosy 00:03:53]
\n\n\n\nWhich brings us now to our small list of big things.
\n\n\n\n[Josepha Haden Chomphosy 00:03:56]
\n\n\n\nFirst on the list is WordCamp Europe. That’s coming up at the end of the week on June 8 through 10th in Athens, Greece. There will be a major update from Matt and friends, so even if you aren’t there in person, keep an eye out for those recordings. But for those who are there and you’re curious about the mentorship program or anything else to do with WordPress and contributing to the project, you can come find me or Angela Jin, Hari will also be there, Chloé will be there, Héctor will be there, lots of people, and we want to hear your thoughts and answer your questions.
\n\n\n\n[Josepha Haden Chomphosy 00:04:27]
\n\n\n\nSecond is a call for brainpower! A call for your brainstorms! On the subject of the next generation, we’ve got a discussion going on about the next generation of WordCamps. We’ve been discussing what new types and varieties might be available, and that might make sense for people as we get back to in-person events. So if you’ve got a kind of WordCamp that you’ve been desperately wanting to try, now’s the time to let folks know about it.
\n\n\n\n[Josepha Haden Chomphosy 00:04:54]
\n\n\n\nAnd the final thing is the second volume of The WordPress history book called Building Blocks: The Evolution of WordPress is now available for download in several formats as well as on GitHub. Stop buy, give it a read, and relive some of the highlights of the past ten years of the WordPress project.
\n\n\n\n[Josepha Haden Chomphosy 00:05:12]
\n\n\n\nAnd that, my friends, is your smallest of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host Josepha Haden Chomposy, and I’ll see you again in a couple of weeks.
\n\";s: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:\"15089\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Stefano Cassone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 May 2023 20:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s: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:10:\"Interviews\";s: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:9:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15030\";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:125:\"The People of WordPress feature series goes to Italy to interview web designer, photographer and translator Stefano Cassone. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s: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:15999:\"\nWith WordCamp Europe 2023 in June, we feature Stefano Cassone, a web designer, photographer and volunteer translator, who believes his life has been transformed through WordPress and its community.
\n\n\n\nThe People of WordPress series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.
\n\n\n\nStefano has always been fascinated by the internet. His initial learning in the 1990s was through joining friends at a local pub where they could explore how websites were structured and learn to use chat software.
\n\n\n\nThis led to Stefano creating websites for fun in 1998, and his first paid job was for the shop where he bought comics. He turned to content management systems (CMS) to speed up the creation process for sites, but found he needed more documentation to really understand their capabilities. Then he read a magazine article about WordPress, a CMS which was being used to make incredible blog sites, and was supported by an international community and documentation. Over time, Stefano started using that documentation to work on websites in Italian.
\n\n\n\nStefano describes himself as an introvert. He found that WordPress helped him to work from home, to develop his skills and the quality of what he could produce, as well as build his self-confidence.
\n\n\n\nA catalyst for the turning point in his life and career was the discovery of an area for events on the WordPress dashboard. On this page, he found a forthcoming local meetup in Rome.
\n\n\n\nIn November 2017, Stefano took the step to go along to this event, led by a curiosity of what he might discover and intrigued by how a software could be supported by a vast community. The topic at the event was on WP-CLI, a command line interface for WordPress. He recalled that he felt outside his comfort zone as he did not regard himself as a developer and at that point, had only used the software for simple jobs. He wondered whether using the software as his only CMS was going to be a long term option and if these meetups were suitable for him.
\n\n\n\nAt the meetup, people were talking about a forthcoming event, called WordCamp Rome. Through his research, he saw that there was a lot of enthusiasm for this event. This intrigued him and he wondered if it would show him that he could have a career using the software after all.
\n\n\n\nUnfamiliar with WordCamps, Stefano found it difficult at first to know what he could go to and how to get involved, but he persevered and attended the event.
\n\n\n\n\n\n\n\n\n“The WordCamp was a great discovery: talks at all levels from basic to those for developers, advanced and very advanced. I was immediately struck by the enthusiasm of the volunteers. It was an environment where I felt very comfortable, so much so, that I asked myself how I could participate in some WordCamps.”
\nStefano Cassone
From this event, Stefano was encouraged by those he met to consider applying as a volunteer for a future WordCamp.
\n\n\n\nThere was also much talk at the event about ‘Slack’. It was new to Stefano, but with help from those attending, he signed up for the messaging tool Slack, used by the WordPress community. He was still unsure how he could contribute, and if he would be welcome.
\n\n\n\nStefano took the plunge and was excited to find there was a team called Polyglots. In this team, people from across the world translate the WordPress software into many different languages. He started with translating a theme he was using in his work. Little by little he became more interested in plugins and attended meetings with other translators. He offered his skills to translate into Italian themes and plugins in general and as his experience grew, he took on the volunteer role of a General Translation Editor. He also took care of the translation into Italian of the WordPress Core. More recently he has joined the group of translators for the HelpHub, which is part of the WordPress documentation system.
\n\n\n\nHe said: “Participating in the WordPress Slack has helped me enormously: I’ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.
\n\n\n\n“It’s a great way to contribute to WordPress, especially for someone like me who is not a developer. Translating also allows me to fully understand how WordPress works.”
\n\n\n\n\n\n\n\n\n“I always say that translating themes, plugins, and the Core software is the best way to learn WordPress, better than any course or book.”
\nStefano Cassone
Stefano’s growing commitment to the open source WordPress project was further boosted through his volunteering. He was a volunteer at WordCamp Rome 2018 and participated there in his first Contributor Day where he had the opportunity to translate the software with others.
\n\n\n\nHe was also able to bring his own hobbies and skills to help the project grow and reach others. One example was his passion for photography, and he volunteered as a photographer for many other events in Italy organized by the WordPress community. He said: “This commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.” The more WordCamps he attended, the more he wanted to be part of and keep contributing to the wider WordPress community.
\n\n\n\nWhen Stefano was asked to become an organizer for the WordPress meetup in Rome in October 2019, he knew he wanted to be part of reaching and supporting more people in his area. He faced challenges with finding venues, but a greater issue was to come: the Covid-19 pandemic.
\n\n\n\nSpurred on by the Italian WordPress community as a whole, he was determined that the meetup was still needed. The regular event was transformed into an online meeting. He was able to gain help from people he had met as a volunteer to share their expertise with meetup attendees.
\n\n\n\nThe community in Italy also worked together to put on WordCamp Italia online. It brought together the organizers of previous meetups and WordCamps, and new contributors too. Stefano volunteered in both online editions of this camp, including being part of the social and communication team. He found it to not only be a fun experience but also one that helped him grow professionally and learn from so many others.
\n\n\n\nHe went onto help restart the Rome WordPress meetup in-person meetings in May 2022, was an organizer for the third WordCamp Italy, and has been volunteering for camps in 2023.
\n\n\n\n“Persona and professional growth and friendship” are some of the things they have brought Stefano. Contributing boosted his confidence and willingness to try new opportunities in his work.
\n\n\n\nHe said: “The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn. With WordPress you never stop learning.”
\n\n\n\nHis top recommendation is: “Join your local meetup or think about organizing one, it will introduce you to an amazing world. Don’t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don’t worry. The WordPress community is inclusive so you’ll always feel welcome, and you will see enthusiasm like you’ve never seen at other IT events. Sign-up and get involved.”
\n\n\n\nHelp share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the People of WordPress series.
\n\n\n\nThanks to Stefano Cassone (@deadpool76) for sharing about his adventures in WordPress.
\n\n\n\nThank you to Abha Thakor (@webcommsat), the late Surendra Thakor (@sthakor) and Meher Bala (@meher) for interviews, writing the feature and collaborating on images, to Chloe Bringmann (@cbringmann), Mark Smallman (@marks99), Nalini Thakor (@nalininonstopnewsuk), Mary Baum (@marybaum), and Maja Loncar (@majaloncar) for help with reviews.
\n\n\n\nThe People of WordPress series thanks Josepha Haden (@chanthaboune) and Topher DeRosia (@topher1kenobe) for their support.
\n\n\n\nThis People of WordPress feature is inspired by an essay originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. #HeroPress
\nDave and Dan takes you inside of Automattic and their own thoughts around WordPress, WooCommerce and AI.
\n>> The post Pulling the Curtain Back on WordPress, Woo and AI with Dave Lockie and Dan Walmsley appeared first on Do the Woo - a WooCommerce Builder 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:\"Tue, 11 Jul 2023 07:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"WPTavern: MalCare, Blogvault, and WPRemote Plugins Patch Vulnerabilities Allowing Site Takeover Through Stolen API Credentials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://wptavern.com/malcare-blogvault-and-wpremote-plugins-patch-vulnerabilities-allowing-site-takeover-through-stolen-api-credentials\";s: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:3105:\"Snicco, a WordPress security services provider, has published an advisory on a vulnerability in the MalCare plugin, which is active on more than 300,000 sites.
\n\n\n\n“MalCare uses broken cryptography to authenticate API requests from its remote servers to connected WordPress sites,” WordPress security researcher Calvin Alkan said.
\n\n\n\n“Requests are authentication by comparing a shared secret stored as plaintext in the WordPress database to the one provided by MalCare’s remote application.
\n\n\n\n“This can allow attackers to completely take over the site because they can impersonate MalCare’s remote application and perform any implemented action.”
\n\n\n\nThese potential malicious actions include creating rogue admin users, uploading random files to the site, and installing and removing plugins.
\n\n\n\nExploitation requires a pre-condition to be met, such as a site with a SQL injection vulnerability in a plugin, theme, or WordPress core, or a database compromised at the hosting level, or subject to another vulnerability that allows the attacker to read or update WordPress options.
\n\n\n\n“MalCare has received the full details of this vulnerability three months before this public release, and despite us offering (free) help, they subtly dismissed it because ‘supposedly’ this is the industry standard for API authentication,” Alkan said.
“Furthermore, concerns were raised, because the vulnerability requires a pre-condition that on its own, would be a vulnerability.”
Two days after Snicco published the security advisory with the proof of concept, MalCare pushed a patch in version 5.16 on July 8, 2023, along with a notice on the plugin’s blog:
\n\n\n\n\n\n\n\n\nIn the rare situation, where a site has a pre-existing, high severity SQL injection vulnerability, an attacker might be able to read the MalCare key. To address such issues, we are further strengthening our authentication systems.
\n\n\n\nAuthentication is a critical system and any improvements must be done in a careful manner. We have reviewed various plugins and best practices in our ecosystem to come up with our solution.
\n\n\n\nIn light of the current public discourse, we are expediting the update of our plugin. We will initiate a rollout by EOD.
\n
MalCare reports that its users have seen no evidence of the vulnerability being exploited.
\n\n\n\nSnicco noted that the same vulnerability also exists in WPRemote (20k installs) and Blogvault (100k installs) plugins, as they share the same code. Users of either of these plugins or the MalCare plugin should update to the latest versions as soon as possible now that the vulnerability advisory and proof of concept have been published.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Jul 2023 03:28:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Do The Woo Community: Bring Your Podcast to Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/bring-your-podcast-to-do-the-woo/\";s: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:367:\"If you have an existing WordPress focused podcast, consider introducing it to our audience at Do the Woo.
\n>> The post Bring Your Podcast to Do the Woo appeared first on Do the Woo - a WooCommerce Builder 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:\"Mon, 10 Jul 2023 08:13:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordCamp Central: WordCamp Dhaka 2023 Has Been Cancelled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3166653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://central.wordcamp.org/news/2023/07/wordcamp-dhaka-2023-has-been-cancelled/\";s: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:1270:\"WordCamp Dhaka 2023 has been cancelled and the official announcement has been published on the event website. There were no tickets or sponsorship packages sold, therefore there are no tickets or sponsorships to be refunded.
\n\n\n\nTo ensure the success of future WordCamps, we encourage the Dhaka community to participate in collaboration and contribute to creating a more diverse, inclusive and open community. Any members of the community, regardless their gender, company affiliations, and background, can apply and collaborate as co-organizers.
Here are the basics of our Meetup Program and the application to become a Meetup organizer.
The Community Team believes that the Dhaka WordPress Community can build a stronger community with opportunities for everyone interested in WordPress.
\n\n\n\nIf you have any questions, you can reach out to us by sending an email to support@wordcamp.org.
\n\n\n\nThank you,
\n\n\n\nWordPress Community Team
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jul 2023 07:36:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Devin Maeztri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress to Host 6.3 Live Product Demo on Thursday, July 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:30:\"https://wptavern.com/?p=146673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordpress-to-host-6-3-live-product-demo-on-thursday-july-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:1639:\"WordPress 6.3 is scheduled to be released one month from today on August 8, 2023. The live product demo date and time has now been set for Thursday, July 20, at at 16:00 UTC. Participants can join live via this Zoom link.
\n\n\n\nAutomattic-sponsored Gutenberg contributors Anne McCarthy and Rich Tabor will be hosting the event, moderated by Nathan Wrigley. They will highlight upcoming changes and take questions from participants during a Q&A session at the end.
\n\n\n\nWordPress 6.3 is set to introduce an exciting array of new features – the Command Palette, content editing and distraction-free mode in the Site Editor, pattern creation, and much more. There have also been significant changes to pattern management UI as late as Beta 3. The live product demo is a good opportunity to get up to speed with a guided tour of everything new that will be landing in 6.3.
\n\n\n\nThe event will be recorded and those who cannot attend live can catch it later when it is published on WordPress.tv.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Jul 2023 17:41:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Gutenberg Times: Phase 3: Collaboration – Kick-off, add commands to the palette, server-side filter for theme.json –Weekend Edition #260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=24655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://gutenbergtimes.com/phase-3-collaboration-kick-off-add-commands-to-the-palette-server-side-filter-for-theme-json-weekend-edition-260/\";s: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:20047:\"Howdy,
\n\n\n\nWow. This weekend edition holds a lot of date/times of upcoming online events for all WordPress users, developers, designers, site builders, and content creators.
\n\n\n\nThe most important might be the the WordPress 6.3 Product Demo on July 20th, (16:00 UTC) roughly 14 days before the final release, filled to the brink with new and enhanced features. Watching the Product Demo gets you up to speed quickly. Yes, there will be a recording, too.
\n\n\n\nDon’t forget to consult the workshop schedule of the training team on the Learn WordPress site.
\n\n\n\nHave a wonderful weekend! Mine will be dominated by unpacking boxes and eating delicious food and chatting with long-distance friends.
\n\n\n\nBe well.
\n\n\n\nYours, 💕
Birgit
Next Live Q & A: Design Systems and Theme.json on July 21, 2023
\n\n\n\nDavid Bowman and and Alec Geatches from WordPress VIP will show off how they keep design systems developed in Figma and themes in WordPress in synch and their workflows streamlined. Joni Halabi, senior developer from Georgetown University will join me as co-host.
\n\n\n\nJoen Asmussen published for the WordPress design team the Design Share: Jun 19–Jun 30, recounting all the great UI and UX work the design team contributed during the past two weeks.
\n\n\n\nReminder: Anne McCarthy and Emily Clark will co-host a Hallway Hangout to discussion WordPress 6.3 performance improvements on July 27, 2023, at 15:00 UTC to discuss WordPress 6.3 performance improvements led by performance reps Emily Clark and Felix Arntz and also look ahead to WordPress 6.4.
\n\n\n\nAnne McCarthy and Rich Tabor will present at the WordPress 6.3 Live Product Demo on July 20th, 2023 at 16:00 UTC (12 pm EDT / 18:00 CEST). “Join the WordPress community for a first look at 6.3 in action during a live product demonstration.” Attendees will learn about recent improvements to the Site Editor, Patterns, Command Palette, and Navigation. There will be a Q&A session, and you may submit questions in advance via the #walkthrough channel on WordPress Make Slack.
\n\n\n\nSarah Gooding reports on WordPress 6.3 Beta 3 Released, Introduces UI Changes to Pattern Management. “A last-minute PR has renamed Library to Patterns in the Site Editor and was cherry-picked to get it included in Beta 3.” she wrote, and then continues with the reasons.
\n\n\n\nOnly tangentially related to the Block editor, I still want you to have this overall change on your radar: In his post on the Make Blog, John Blackburn informed the WordPress community that the project is Dropping support for PHP 5 .
\n\n\n\n\n\n\n\n\n“The minimum supported version was last adjusted in WordPress 5.2 in 2019, and since then, usage of PHP 5.6 has dropped to 3.9% of monitored WordPress installations as of July 2023,”
\nJohn Blackbourn, WordPress core developer
Sarah Gooding also has the skinny for you in WordPress 6.3 to Drop Support for PHP 5
\n\n\n\n🎙️ New episode: Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3 with special guest, Tammie Lister and host Birgit Pauli-Haack
\nFollowing his March 2023 Gutenberg Phase 3 post, Matias Ventura, architect on the Gutenberg project, published a series of posts to go deeper on all the aspects of the next phase and outline the requirements.
\n\n\n\nThere might be more posts coming and, of course, I’ll keep you in the loop.
\n\n\n\nSarah Gooding summarized it all in WordPress Unveils Plans for Real-Time Collaboration with Major Improvements to Revisions and the Media Library
\n\n\n\nIn his post, What Collaborative Features Will Bring to WordPress, Eric Karkovack explored a few scenarios that demonstrate how new collaborative features can streamline working together in a team responsible for publishing content on a larger site.
\n\n\n\n\n “Keeping up with Gutenberg – Index 2022”
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly. The index 2020 is here
Nick Diego announced a new season of his “Builder Basics” series. The next event is scheduled for July 17th 7pm UTC ( 3 pm EDT) Goodbye Reusable Blocks—Hello Synced Patterns (and more). He’ll review the updates coming in WordPress 6.3 for reusable blocks and explore the improved editing flows for patterns and template parts.
\n\n\n\nIn another event, Bud Kraus will demystify the Navigation Block for you on July 11 at 19:00 UTC / 3 pm EDT. You will learn how to set your site’s navigation using only blocks and not the classic menu system.
\n\n\n\nBijay Yadav, long-time contributor to the open-source WordPress project, published his first theme in the Theme directory. Geum is block themes allowing the user to take full advantage of the new site editor to customize their site.
\n\n\n\nJamie Marsland posted a tutorial on How to Choose the perfect WordPress Block Theme. He started out summarizing the advantages of a block theme over a classic theme, and listed all the considerations to take into account when comparing block themes from the repository or other theme directories. He also mentioned his favorites: Basti by Ana Segota, Ollie WP by Mike McAlister and Spectra One by the Astra team.
\n\n\n\nAnne McCarthy published the Summary of feedback from the latest FSE Program Momery Makeover Summary. “Since this call for testing took place during the early stages of an iterative process, several aspects of the feedback provided have already been swiftly addressed, thanks to ongoing development for WordPress 6.3. The relatively limited amount of bugs received and feedback aligning with feature development reflects a level of solidness in the direction of recent improvements.” she wrote.
\n\n\n\nOn WPTavern, Sarah Gooding reviewed the latest block theme for blogging – Hey, built by Automattic in here article Hey: An Elegantly Simple WordPress Block Theme for Blogging.
\n\n\n\nIn his article for the Torque Magazine, How to Modify WordPress Block Themes (JSON Beginner’s Guide), Nick Schäferhoff explored ways on how you can customize a block theme’s theme.json file for those of us, who are used to tinker around via functions.php and style.css.
\n\n\n\nJonathan Bossenger published his series for live streams on Developing Sendig a Block theme on YouTube. The goal is to create a theme following the designs by Emily Rapport. (See Weekend Edition 253 for details).
\n\n\n\nYou can take Wes Theron‘s tutorial on Designing with row and stack blocks on Learn WordPress. “Using the Group block is one of the cornerstones of mastering the block editor. When you select a Group block, you have the variations of the Group block, the standard group, rows, and stacks. In this video tutorial, you learn how you can use rows and stacks to achieve various designs.
\n\n\n\nRonald Huereca published a tutorial on Adding Commands to the WordPress Command Palette can be accomplished, ahead of the official WordPress 6.3 Dev Notes. He explained what the Command Palette is, what it can be used for, and step-by-step how you can add your custom commands to it via a plugin.
\n\n\n\nA new post on the WordPress Developer Blog covers how to modify theme.json data using server-side filters. Discover, with Nick Diego as your guide, the possibilities of theme.json server-side filters. Learn how to modify color palettes dynamically or restrict block controls based on user permissions.
\n\n\n\nThe recording of this week’s Live Q & A is now available on YouTube: Leveraging Gutenberg’s architecture to take plugin development to new levels. Learn how Gutenberg components and scripts can be used outside the block editor to revamp a plugin’s code base in this Case Study of GiveWP 3.0 with Jason Adams, Director of Development, Jon Waldstein, Lead Developer of GiveWP and co-host Lena Morita, JavaScript Developer on the Components team. The list of resources is available in the description of the video.
\n\n\n\nRyan Welcher announced the topics for the next Twitch streams:
\n\n\n\nRecordings of previous streams can be viewed on his YouTube Channel.
\n\n\n\n\nNeed a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.
Have you been using it? Hit reply and let me know.
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\nFor questions to be answered on the Gutenberg Changelog, send them to changelog@gutenbergtimes.com
\n\n\n\nFeatured Image: Victoria Pickering “Old Type”, found on Openverse.org
\n\n\n\nDon’t want to miss the next Weekend Edition?
\n\n\n\n\n\n\n\nIn a series of four posts, Gutenberg lead architect Matías Ventura has outlined the project’s phase 3 plans for Real-Time Collaboration, Workflows, Revisions, and the Media Library. WordPress 6.3 is set to be the final major release of Phase 2, which focused on Customization.
\n\n\n\nPhase 3 will shift focus from the editors and move into other parts of the admin in an effort to bring seamless collaboration to WordPress.
\n\n\n\n“The primary aim of real-time collaboration is to build functionality into the block editors so that concurrent collaboration, shared edits, and online presence of peers are possible,” Ventura said. “Supporting these workflows is not just about concurrency, though, but also about lifting restrictions that have been present in WordPress for a long time, such as locking a post when two people try to edit at the same time.”
\n\n\n\nThe technical challenges here are in making this available to all WordPress users, even those on the most economical hosting environments. Ventura shared a quick preview of what that might look like, along with the scope of the tasks that would be part of this effort.
\n\n\n\nIn the Workflows document, Ventura details collaborative features that will be part of this phase, including allowing users to add comments, suggest edits, and tag other users for peer review. These enhancements would apply to both content creation and design changes on block themes.
\n\n\n\nThere are some interesting projects listed within the scope of this section, including a publishing checklist, sharing draft links with permission controls, and exploring hook points for version control systems to take over internal revision systems if desired.
\n\n\n\nUsers can expect that Revisions will also be getting some major improvements as part of the Collaboration phase of the project.
\n\n\n\n“As part of improving the overall experience, we should also go beyond document level history and explore how the interface could let users browse through single block changes and offer the ability to restore them individually rather than requiring full post restores,” Ventura said. “For global styles, we should evolve the revisions panel to allow comparing two revisions side by side. For synced patterns, we could allow browsing edit history with side by side and overlay comparison tools.”
\n\n\n\nLong-awaited improvements to WordPress’ Media Library are also considered part of this phase.
\n\n\n\n“The main goals are to expand the media management capabilities, unify the block edit and single media interfaces, and improve upon the major media flows,” Ventura said. He highlighted a few major areas that may get some enhancements, such as categorization and tagging, better handling of attached media, and design improvements to the library view.
\n\n\n\nOther Media Library projects may include a revamp of the image editing interface, which remains somewhat unintuitive at this time. Ventura proposes these tools, such as cropping and thumbnail browsing, be updated to align more with the current block editor tools.
\n\n\n\nContributors may also be exploring contribution to the commons from WordPress, along with improvements to attribution.
\n\n\n\n“As we look into expanding the presence and touch points of Openverse, it’d be interesting to see how contributions to the commons could work directly from a user’s WordPress install,” Ventura said. “Another area to look at is improving handling and presentation of other media types (audio, video, files) and their connection with blocks and the block APIs. We should resurface work on a native Playlist block, ideally powered by the Interactivity API.”
\n\n\n\nReactions to the outlined vision and scope for the Collaboration phase have so far been positive, as users and contributors are eager to see a strong focus come to some of the other parts of WordPress that have not had much attention for years. The newer real-time collaboration features that will take WordPress beyond the days of locking posts while another person is editing, have the potential to speed up content creation and editing for groups working on the same website.
\n\n\n\n“Very much looking forward to this phase. I think it will really enable larger teams to work on posts much easier,” WordPress developer Rich Holman commented. “I’ve mentioned this before but the ability to continue working on a published draft without the front-end updating seems important especially with more editors working on something, especially if doing more experimental edits.”
\n\n\n\nFor more details on the features being considered for this phase, check out the Phase 3 overview post, along with Ventura’s more recent write-ups on how contributors will improve and expand WordPress’ collaboration architecture with updates to Real-Time Collaboration, Workflows, Revisions, and the Media Library.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Jul 2023 19:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordCamp Central: WordCamp Rochester is Back!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3166570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://central.wordcamp.org/news/2023/07/wordcamp-rochester-is-back/\";s: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:1772:\"On Saturday, September 30, 2023, Rochester will again (for the sixth time) host the region’s WordCamp for bloggers and web designers of all skill levels.
\n\n\n\nRegistration opens at 8:00am. Sessions begin at 9 a.m. and continue to 5 p.m. This year’s WordCamp will be held at the Rochester School of the Arts, 45 Prince Street, Rochester, NY 146017. Tickets are required in advance.
\n\n\n\nThe $25 ticket cost covers WordCamp Rochester swag, morning coffee, lunch, and the evenings’s after-party food. Participants are strongly encouraged to bring their laptop or tablet computers. Ticket purchase and program details are available at www.rochester.wordcamp.org/2023. The capacity for this event is about 120 people, so getting tickets early is advised.
\n\n\n\nWordCamps are held worldwide, locally run and purposely provided at a low cost for accessibility to all. WordCamp Rochester is dedicated to WordPress, blogging and web facility. WordCamps are sponsored by WordPress, the open-source, free platform for individuals, groups and businesses to build their own blogs and websites. WordPress.org began in 2003. Its administrators call it the “largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day.”
\n\n\n\nSimilar to previous years, Rochester’s 2023 WordCamp will divide its workshops along two tracks, with sessions for every ability and level of use.
\n\n\n\nSpeakers will include WordPress users from Rochester, Buffalo, and beyond, with experience ranging from user/blogger to advanced developer.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Jul 2023 18:36:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress.org blog: 6.3 Live Product Demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\";s: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:2911:\"Want to learn more about WordPress 6.3, planned for release on August 8, 2023? Join the WordPress community for a first look at 6.3 in action during a live product demonstration.
\n\n\n\n6.3 release squad members, Anne McCarthy and Rich Tabor, will team up with moderator, Nathan Wrigley, to guide attendees through the anticipated highlights of the upcoming release. This event will follow a similar format to the live demo for 6.2.
\n\n\n\nAttendees will see recent improvements to the Site Editor, Patterns, Command Palette, and more. Following the demo, there will be a Q&A session, and you may submit questions in advance via Slack.
\n\n\n\nThursday, July 20, 2023 at 16:00 UTC
Zoom Link | Save this link and use it on July 20 to join the event.
The event will be recorded, archived for on-demand viewing on WordPress.tv, and shared in a recap post shortly afterward.
\n\n\n\nTo learn more about WordPress 6.3, please visit the following resources:
\n\n\n\nProps to our panelists and moderator, and to @jpantani, @meher, @eidolonnight, and @dansoschin for helping prepare this announcement and supporting event logistics.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Jul 2023 13:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordCamp Central: WordCamp San José 2023: Looking For Speakers And Sponsors!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3166438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://central.wordcamp.org/news/2023/07/wordcamp-san-jose-2023-looking-for-speakers-and-sponsors/\";s: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:2078:\"WordCamp San José 2023 will take place on November 4-5, 2023 at Fidélitas University. That means we are currently looking for speakers who want to take the stage and share their knowledge, and sponsors who can help make this event unforgettable.
\n\n\n\nCosta Rica is known as a country that stands out for its natural beauty, commitment to environmental sustainability, and quality of life, so we are looking for a great and diverse group of speakers to reflect our local community. Both new and experienced WordCamp speakers are welcome. If you would like to propose multiple topics, please submit the form multiple times, once for each topic.
\n\n\n\n Our deadline for submitting proposals is midnight EST on August 26, 2023.
Apply at https://sanjose.wordcamp.org/2023/llamado-a-ponentes/
WordCamp San Jose is also looking for sponsors who can help with expenses. We are the largest WordCamp in Latin America. Be part of the fun and help us by bringing a great experience in terms of food, networking opportunities, and some fun contests!
Call for Sponsors: https://sanjose.wordcamp.org/2023/call-for-sponsors/
Buy your ticket here: https://sanjose.wordcamp.org/2023/tickets/
If you have just started a business, or moving an existing one into this unique open source community, there is a lot to learn.
\n>> The post Navigating the WooCommerce and WordPress Community appeared first on Do the Woo - a WooCommerce Builder 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:\"Fri, 07 Jul 2023 07:07: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:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Hey: An Elegantly Simple WordPress Block Theme for Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=144855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/hey-an-elegantly-simple-wordpress-block-theme-for-blogging\";s: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:2261:\"Hey is a block theme designed by Automattic for users on WordPress.com and also released for free in the WordPress.org Themes Directory. It’s the kind of simple theme that enables you to quickly get started writing online, without having to configure a bunch of design elements. The homepage features a profile image (Site Logo), site title, and recent posts with dates.
\n\n\n\nSingle posts display with the feature image at the top of the post, although this template can easily be edited if this is an undesirable feature. Previous and Next post navigation appears under the post. Users can add menu items to display at the top, but clicking the site logo brings the visitor back home in the absence of a navigation menu.
\n\n\n\nThe Hey theme comes in two different styles – the default and a serif variation. Colors can be adjusted to create a more vibrant palette for the site design.
\n\n\n\nOne major drawback to this theme, which may not be immediately evident by looking at the demo, is that if users want to display more than the three most recent posts, they will need to add the pagination block inside the query loop block. It will also need to be styled to match the theme better. The query loop can be edited to show more posts on the homepage.
\n\n\n\nAlthough Hey is a simple personal blog theme, it also comes packaged with templates for WooCommerce compatibility. This is likely for the benefit of WordPress.com users who may want to quickly fire up a store. Self-hosted users who want to sell products with WooCommerce will be able to easily display things like the mini-cart, customer account block, product archive, product search results, and more.
\n\n\n\nOverall, Hey is an elegantly simple block theme with a clean design and plentiful white space. It’s suitable for the person who wants an almost blank slate to get started, or just a theme that enables writing without any distraction for the reader. Check out the live demo on WordPress.com and download Hey from 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jul 2023 21:02: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Do The Woo Community: Building a WooCommerce Point of Sales with Mathias Nielsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/building-a-woocommerce-point-of-sales-with-mathias-nielsen/\";s: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:434:\"In this Woo DevChat we talk with Mathias from Oliver POS about his journey in building a point of sales for WooCommerce.
\n>> The post Building a WooCommerce Point of Sales with Mathias Nielsen appeared first on Do the Woo - a WooCommerce Builder 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:\"Thu, 06 Jul 2023 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: WordPress 6.3 to Drop Support for PHP 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wptavern.com/wordpress-6-3-to-drop-support-for-php-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:3537:\"WordPress is officially dropping support for PHP 5 in the upcoming 6.3 release, which is expected on August 8. WordPress’ minimum supported version has sat at PHP 5.6.20 since 2019, but will be updated to 7.0.0 in the next release. The recommended PHP version will stay the same at 7.4+.
\n\n\n\n“The minimum supported version was last adjusted in WordPress 5.2 in 2019, and since then usage of PHP 5.6 has dropped to 3.9% of monitored WordPress installations as of July 2023,” WordPress core developer John Blackbourn said.
\n\n\n\n“There’s no concrete usage percentage that a PHP version must fall below before support in WordPress is dropped, but historically the project maintainers have used 5% as the baseline. Now that usage of PHP 5.6 is well below that at 3.9% and dropping by around 0.1% every few weeks, plans to increase the minimum supported PHP version can move forward.”
\n\n\n\nBlackbourn also emphasized that WordPress’ support for PHP 8.0, 8.1, and 8.2 is “very good” and contributors may soon act on a proposal for the criteria that would enable them to remove the “beta” support label on new PHP versions. Nearly 26% of WordPress users are already running sites on PHP 8.0+.
\n\n\n\nPrior to this minimum required version boost, some hosts had even taken matters into their own hands in urging users to get on newer versions of PHP. Dreamhost charges additional fees for sites that require extended support for PHP 7.4 and older. IONOS and Strato have similar policies.
\n\n\n\nThe decision to bump the minimum supported version is happening after a lengthy seven-month long discussion, which surprisingly drew a little resistance. Although sites that remain on PHP 5.6 cannot upgrade beyond WordPress 6.2, they will still receive security updates, as the project currently backports them to versions 4.1+. The bump to 7.0.0 for the minimum supported version will have many benefits for the WordPress ecosystem of themes and plugins, will significantly reduce memory usage for upgraded websites, and provide better security and improvements to core tooling.
\n\n\n\n“There are no plans to bump the minimum supported PHP version on a schedule,” Blackbourn said. “The core team will continue to monitor usage of PHP versions and work with the hosting team to encourage users and hosting companies to upgrade their versions of PHP as swiftly as possible. The 5% usage baseline will continue to be used for the foreseeable future.”
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jul 2023 21:30: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordPress 6.3 Beta 3 Released, Introduces UI Changes to Pattern Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/wordpress-6-3-beta-3-released-introduces-ui-changes-to-pattern-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3172:\"WordPress contributors are onto another round of testing, as 6.3 Beta 3 was released this week. RC 1 is expected on July 18, and a live product demo is anticipated to be broadcast on Thursday, July 20, 2023 at 16:00 UTC. These demos have become a more regular part of the release process and allow viewers to familiarize themselves with important new features and updates coming in the release.
\n\n\n\nBeta 3 includes approximately 34 updates to the Site Editor since the previous beta release, and more than 40 updates coming from Trac.
\n\n\n\nA last-minute PR has renamed Library to Patterns in the Site Editor and was cherry-picked to get it included in Beta 3. Automattic-sponsored Gutenberg contributor Aaron Robertshaw cited three reasons for the renaming:
\n\n\n\nThis video from the PR gives a quick overview of the changes testers should see in the Patterns UI as of Beta 3:
\n\n\n\nGutenberg PR: Patterns: Rename Library to Patterns #52102\n\n\n\nBeta 3 introduces a new lock icon to designate theme patterns as unable to be edited or modified. It also adds a sync status details section within the pattern sidebar navigation screen.
\n\n\n\nThere are a significant number of new things being introduced after Beta 1, which seems usual. Major features like the pattern creation and the Patterns section made their debut in Gutenberg 16.1 but had very little testing before being rolled into the upcoming WordPress 6.3 release. This is likely why UI changes are being introduced after Beta 1 has already shipped.
\n\n\n\nCheck out the Beta 3 release post for more information on how to test. A Beta 4 is anticipated the week of July 11, followed by RC 1 on July 18. The general release is scheduled for August 8, 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, 05 Jul 2023 16:21:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: #82 – Louise Towler on How and Why You Can Make WordPress Sites Sustainable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=146471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/podcast/82-louise-towler-on-how-and-why-you-can-make-wordpress-sites-sustainable\";s: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:50144:\"Transcript[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcastwhich is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how and why you need to be thinking sustainably when building websites.
\n\n\n\nIf you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.
\n\n\n\nIf 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 forward slash contact forward slash jukebox, and use the form there.
\n\n\n\nSo on the podcast today, we have Louise Towler. She joined me at the recent WordCamp Europe in Athens to talk about websites and making them more sustainable.
\n\n\n\nLouise is the founder of Indigo Tree, a UK based agency with deep expertise in WordPress websites. She gave a presentation at WordCamp Europe entitled, Digital sustainability: The benefits for business and the environment, in which she emphasized the impact websites can have on our planet. Her aim was to deliver practical tips for users and developers to help them make informed decisions. This presentation is the focus of today’s podcast, and we cover quite a lot of ground.
\n\n\n\nLouise highlights the significant role which electricity plays in powering data centers and transmitting data to end devices. Even if data centers use renewable energy, there is still a need to address overall electricity consumption. She points out that the internet is the fourth largest polluter globally, surpassing the airline industry.
\n\n\n\nWe discussed how the continuous and widespread use of the internet has made it difficult to reduce its own impact, while still emphasizing the importance of the steps that we can take to make the internet more energy efficient.
\n\n\n\nShe suggests ways that we can all make a difference right away. Educating clients about the consequences of certain design choices, such as using large videos or auto-play features that require substantial data to load. Optimizing videos, images, and other website elements, which makes it possible to reduce data consumption and improve performance.
\n\n\n\nThe conversation then explores other suggestions, such as using modern image formats, using images as placeholders for videos, self hosted fonts, and considering the carbon footprint of email communications.
\n\n\n\nLouise acknowledges the challenges of discussing environmental concerns with clients, whilst also explaining that we have to come up with ways to make clients understand that these decisions are beneficial to them as well. After all, an optimized website is one that is looked upon favorably by search engines. Whilst clients ultimately are the decision makers, informing them about the consequences of their choices can help them be more informed.
\n\n\n\nMoving onto WordPress, we talk about the responsibility theme authors play. It’s a crucial role, helping users make sustainable choices. Her agency builds custom themes for clients which allows them to have full control over design decisions.
\n\n\n\nWe get into the subject of how legislation is certainly coming, and so getting in early and understanding the implications of such legislation will help your endeavors in the future.
\n\n\n\nTowards the end of the podcast, we chat about some of the tools which you can use to assess the impact that your websites have, including a tool which Louise and her team have been working on for the last few years.
\n\n\n\nIf you’re interested in how your sites can become more sustainable, this podcast is for you.
\n\n\n\nIf you want to find out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.
\n\n\n\nAnd so without further delay, I bring you Louise Towler.
\n\n\n\nI am joined on the podcast today by Louise Towler. Hi Louise.
\n\n\n\n[00:04:54] Louise Towler: Thank you for inviting me. Hello.
\n\n\n\n[00:04:56] Nathan Wrigley: We’re going to talk today about, well possibly the most important topic ever, which is the environment and your website compared to the environment. Prior to that Louise, will you just tell us a little bit about you, so that we have some context. Who are you? What’s your relationship with WordPress and so on?
\n\n\n\n[00:05:13] Louise Towler: Okay. I am the founder of Indigo Tree. We’re a small but beautiful WordPress agency based about 30 minutes on the train north of London in the UK. There’s 15 of us in total at the moment. We have an engineering team, a project management team, and a support team, and we build WordPress websites.
\n\n\n\nI started building websites, well my first webpage that I built was built Christmas Day, the year 2000, because my husband was daft enough to buy me a book on html. So he cooked the turkey and I built myself a little webpage. I started freelancing about 20 years ago, and then one of my freelancing clients said to me, we’ve heard there’s this thing called WordPress. Would you mind building our website in WordPress? And I was like, okay, I’ll give it a go. And went off and Googled and found out how to do it, and the rest is history.
\n\n\n\n[00:06:09] Nathan Wrigley: Nice. You did a talk today entitled The Benefits for Business and the Environment. Just give us a bit of a background about your thoughts on the environment. What I mean by that, is this something that you are concerned about in your normal life? Does the environment figure heavily in your daily life?
\n\n\n\n[00:06:27] Louise Towler: It does. It’s really difficult to tread lightly on the planet. It’s very hard to do things in a sustainable way, but I think I’m very conscious of it. So I buy a few clothes, but I wear them a lot rather than throw them away, and the fast fashion thing. I use recycled paper. I try to do things in a good way. Turn off lights. Think about my travel. But it is genuinely hard. But then I have children and they’re going to live a lot longer than me, and global warming is going to affect them a lot more than it’s going to affect me. But 2050 is not that far away. And we are in trouble, as we can see by the mad world weather that’s happening at the moment.
\n\n\n\n[00:07:16] Nathan Wrigley: You work in the website building industry, as do I. Which feels in my daily interaction with my computer, it feels like the cleanest thing ever. I have a shiny laptop. I have a shiny phone. None of them put smoke out of the back when I switched them on. You know, if I worked in the automotive industry, it would be obvious what my footprint was. But I switch on my computer, there’s no connection between that and the environment. And yet it’s pretty bad.
\n\n\n\n[00:07:49] Louise Towler: Yeah.
\n\n\n\n[00:07:50] Nathan Wrigley: We browse the internet. We’re probably asking Google and all the other rivals, trivial things all the time. So make the connection for us. What is the environmental impact? What are the things which are happening between me switching on my computer and browsing WordPress websites? What are the things that are going on? What’s the technology, the bits and pieces that we need to be thinking about?
\n\n\n\n[00:08:13] Louise Towler: Well, if the internet was a country, it would be the fourth largest polluter. Compared to airlines, you know, that are 1.6%, it’s massive. It is just massive. And it’s fundamentally about electricity. Because it’s electricity that powers the data centers, whether or not they’re running on renewable energy, the fact is they still need electricity.
\n\n\n\nYou’ve got the transmission, the wires between the data centers and the end devices, and then you’ve got the power to power your device. If you’re on a phone, you are recharging it. If you’re on a laptop, you are plugging it in, and that’s all using electricity. And not all of that electricity is renewable and the electricity that comes through the wires, you don’t have any control about what proportion of that is renewable.
\n\n\n\nOn a hot, windy day in the UK, a vast proportion of that electricity is from renewable energy, from solar and wind turbines. But on a dark, gloomy day with no wind, a massive proportion of that is fossil fuel powered electricity.
\n\n\n\n[00:09:27] Nathan Wrigley: It feels like we’re completely addicted to the internet. I use the car that I have, a bit. But I use the internet more or less continually. You know, I’ve got my phone, it’s constantly charged up. The merest thought in my head can easily lead me to whip out the phone, do some banal scrolling of Facebook or whatever it may be. And that feels like that’s crept up on us. We’re all using it all the time. You said what was it, 4%?
\n\n\n\n[00:09:57] Louise Towler: It’s the fourth largest polluter.
\n\n\n\n[00:09:59] Nathan Wrigley: Fourth largest polluter. Can you compare that to another industry? You mentioned airlines. Does the internet as a whole, so every website, all the online services that we can use and so on, does that pollute more than the airline industry? Because the airline industry is the poster child of pollution, isn’t it?
\n\n\n\n[00:10:15] Louise Towler: I believe it does. I mean, the problem is finding out, and even measuring it is really hard. So all the estimates are that it is just massive, and it’s getting worse. With AI, the stat that I’ve read is that to do a search in ChatGPT takes four times as much energy as to do a search in Google. And to build that AI model takes a massive amount of processing power to suck in all the data and build out that model that then does predict the next word that’s going to come out in the chat box.
\n\n\n\nAnd so it’s not getting better. When you are talking about carbon footprints and getting to net zero, you’ve not just got to change the energy mix so that you’re running off renewable energy. You need to actually reduce demand. In the UK there’s a carbon reduction in task force. Their target is by 2030, they will have reduced demand by 15% for electricity in comparison to 2021. You have to reduce the demand as well.
\n\n\n\n[00:11:25] Nathan Wrigley: Right.
\n\n\n\n[00:11:26] Louise Towler: And the connection to IT and websites is that if you transmit less data, you are, there’s not a direct correlation always, but you are essentially using less electricity to transmit that data.
\n\n\n\n[00:11:37] Nathan Wrigley: So the easiest way to mitigate your use of the internet is just to stop using it. But that’s completely unrealistic now?
\n\n\n\n[00:11:44] Louise Towler: Well, a company with zero carbon footprint is probably a company that’s not in business. You can’t not use the internet. What you have to do, we have to try and make sure the internet uses less electricity to do what it does.
\n\n\n\n[00:11:59] Nathan Wrigley: Okay, so given that we’re not going to be switching our computers off, we’re not going back to the internet stone age, if you like. We’ve got to figure out ways to reduce the amount of carbon that we put out. So we’ve got to become responsible citizens because we’re using the internet. But also, we’re in a slightly unique position, you, I, and the people listening to this podcast, because we’re sitting behind the websites that are causing the pollution. And that’s, I guess, where the rest of this conversation is going to go. What are the things that we can do to make our websites for our clients, for ourselves, pollute a little bit less?
\n\n\n\n[00:12:38] Louise Towler: Think about the data and educate your client. So in the first instance, if your client wants that amazing stock video on the banner of their homepage, that auto plays in the background and looks absolutely fab. But actually the amount of data that you are then having to load on the homepage to deliver that video is massive. Well explain to them the consequences of that decision.
\n\n\n\nIt’ll probably mean the homepage is a little bit slower, which won’t be as good for Core Web Vitals and for search. So whether or not they care about the planet, they should be caring about the performance of their website. And the fact is it will use more data and that’s not good for people or the planet.
\n\n\n\nIf I’m on a fixed price data plan, because I’m on a low income and my children’s school has a massive video on the homepage of their school website with lots of happy kids running around the playground. And every time I visit that website, I’m using up my scarce resources of data, auto playing that video, that’s not very respectful to me when I’m trying to go about my daily life.
\n\n\n\nSo there’s lots of levels you can talk to your clients about why it’s good to do things. So it’s things like optimizing videos, optimizing images. If you’re familiar with Core Web Vitals and trying to speed up websites, these are nothing new. But you know, design your website with two fonts rather than five.
\n\n\n\nThink about when you embed videos on the page. The block editor, it’s really easy to embed a video from YouTube or Vimeo, but use a plugin and put a facade in front of it so that when you actually load the page it loads an image. If it’s below the fold, you can lazy load the image. If people don’t scroll down, the image doesn’t load, and it’s only when they click on that image that the video plays and actually downloads that extra data.
\n\n\n\nSo you are being really respectful to your visitors as well as to the planet by consciously thinking about these things. And it doesn’t cost anymore if you plan it in from the beginning. Talking to your clients and planning it, most clients are really happy to have that conversation because in the end, performance and speed should increase conversions and profit.
\n\n\n\n[00:14:56] Nathan Wrigley: Actually, that’s a really good point. You mentioned, just as we were beginning, that you run an agency.
\n\n\n\n[00:15:00] Louise Towler: Yeah.
\n\n\n\n[00:15:01] Nathan Wrigley: Do you have this conversation with your clients?
\n\n\n\n[00:15:03] Louise Towler: I talk about performance and speed.
\n\n\n\n[00:15:08] Nathan Wrigley: Yeah, so how does that go down?
\n\n\n\n[00:15:09] Louise Towler: Fine.
\n\n\n\n[00:15:10] Nathan Wrigley: Have you ever had somebody push back and say, no, we need the video? Or is it generally a conversation of look, okay you could have the video, but here’s the reason why I think for the planet, you shouldn’t have the video. How does that conversation normally go?
\n\n\n\n[00:15:19] Louise Towler: We advise them. It’s like with banners, with sliders, we advise them. I emailed something to a client last week saying, here’s the Google stats. About 8% will see banner number two. Do you really think banner number three, as one of your key important messages being viewed by 4% of your home paved visitors, you’re better off putting that content on the page. It is the client’s choice in the end, but I will educate them so they’re conscious of the choice that they’re making. Rather than not aware and then complain that nobody clicks through from banner number three. And I’m like, well, we did tell you.
\n\n\n\nBut there’s some things I don’t give clients a choice on, like accessibility. They don’t get a choice about having an accessible website because you don’t want to give people a choice where you don’t want them to make a poor decision.
\n\n\n\n[00:16:04] Nathan Wrigley: And in terms of your agency, do you advertise your environmental credentials?
\n\n\n\n[00:16:09] Louise Towler: We don’t really talk about it at the moment, but we will be dipping our toe in the water and talking more and more about it over the next few months, because we’ve been doing some interesting stuff in the background.
\n\n\n\n[00:16:20] Nathan Wrigley: You mentioned that an autoplay video, that seems like the most extreme example. You know, you go to a website, suddenly you’ve downloaded without your realizing it, I don’t know, 10 megabytes of data that you really didn’t need. Just run through the components of a typical webpage. So what have we got? We’ve got text, we’ve got images, we’ve got video, we’ve got, audio like this.
\n\n\n\nWhat are quick wins? What’s the order, if you like, that you should go through when in your head you’re trying to make a page more environmentally friendly?
\n\n\n\n[00:16:49] Louise Towler: I would start with images because a website typically has more images than videos. And if you’re doing something with images like you are, I don’t know, using a CDN, or you’ve installed the performance plugin and you are delivering things as WebP, then one plugin and one solution might work across all images on your website.
\n\n\n\nSo I would definitely think about images in terms of making sure you deliver the right sized image for the device as well. So make sure that in your theme, you’ve got that function which saves it all out at the various different break points.
\n\n\n\n[00:17:22] Nathan Wrigley: If you’re on a, mobile website, the image that’s loaded should be the same size as the device that you’re looking at. Not a great big image that’s been squished down, okay.
\n\n\n\n[00:17:30] Louise Towler: Exactly. And that can be a bit tricky because sometimes on mobile sites for example, we’ll have a nice banner image, but we’ll make it cropped and square. Whereas on a desktop site you might have it that letter box shape. And actually it won’t really work on a mobile. It’s too sort of narrow and thin.
\n\n\n\nSo you sometimes need to be a bit careful about, especially with the block editor, do you need to have different versions of images unless the cropping is right in the middle. Doesn’t work very well with the block editor to just auto crop. It’s about thinking about it. So I definitely start with images.
\n\n\n\nLittle things like making sure you are using SVGs where it’s appropriate. If you’ve got an animated gif, turn it into a video. I then look at the videos. Just make sure you’ve got facades or posters on videos and try and persuade your client not to have that large banner video.
\n\n\n\nI would then look at fonts and make sure all your fonts are self-hosted. Which is a good thing anyway because certainly from a GDPR perspective, if you are using Google fonts in Europe, then there’s been some case law around, it’s leaking data to Google about who’s using those fonts and you don’t want to be doing that.
\n\n\n\nBut that again will speed it up because you can cache the fonts and things like that. And subset the fonts. So I think you can do things where if you are only, if you’ve got a font set that’s in multiple languages, but actually your website’s just in English, only use the bit of the font that you need for the language that you are working in.
\n\n\n\nAnd then I would definitely think about things, other things on the website, like email. If you’ve got a transactional site and you are sending out lots of confirmation of shipping emails. Do you need a really big logo in the email? Can it be a tiny logo or even just text on a colored background and make those emails have a lower carbon footprint as well.
\n\n\n\n[00:19:18] Nathan Wrigley: How does WordPress out of the box do with helping you get to some of these targets?
\n\n\n\n[00:19:26] Louise Towler: It’s not helpful.
\n\n\n\n[00:19:28] Nathan Wrigley: So I was going to say, I imagine that most people listening to this podcast have an understanding of everything that you just said, but the typical user of WordPress is not somebody that’s listening this podcast. Used by millions of people who probably see the media library throwing the biggest image they’ve got, and that’s it.
\n\n\n\n[00:19:43] Louise Towler: I think you’ve got to be a responsible theme author. As an agency, we build our own custom themes for each client. So we’re not constrained in any way at the design stage. But if you’re choosing either a free theme or a paid for theme, you can be quite wise about it. So if you are you’re building a brochure site for a client, you don’t need to choose a theme with every possible e-commerce, form plugin, event plugin, all that extra code. If you’re not using font awesome icons, then don’t let the theme pull in the complete font awesome icon set.
\n\n\n\nJust download a little SVG. So try and think about the theme that you choose. It can be a bit of a pain to actually turn off on some of those very flexible all singing, all dancing dancing themes, the options when you just want something really simple.
\n\n\n\nThere are some plugins that can help. So for example, we often use a plugin called Perf Matters, which is really good for performance. And one of the things I particularly like about that plugin is, so if we are working with a client where they might have an inquiry form or a landing page with an inquiry form on it. You install a plugin, we use Gravity Forms. Really brilliant plugin. Love it. But of course you get that plugin code in the head of every page, just in case the form’s required. Well turn it off.
\n\n\n\nYou can use Perf Matters and go in, and go I only want the Gravity Form code to be embedded on these three pages, on the site that have forms on. Doesn’t need to be downloaded for any other pages.
\n\n\n\nThe same with something like Google Maps, the API for Google Maps. Often you’ll put it in so that you can have a nice map on your contact page. Well actually, number one, could you replace that map with an image, and then just link out to Google Maps? How many people are actually going to be scrolling in and out on the page?
\n\n\n\nThink about it from the user’s perspective, but then actually just have that Google Maps API code in the contact page. Don’t have it anywhere else on your website. It’s just not needed. But you see it a lot where all the plugins inject all their stuff into the head on every single page just in case. So go through and turn things off.
\n\n\n\n[00:22:02] Nathan Wrigley: You mentioned earlier that obviously this is something you’re trying to embed in your company. You also mentioned that you don’t have the conversation about accessibility. It’s just the way it is.
\n\n\n\n[00:22:10] Louise Towler: Well, we talk about it. The only time we really push back is where clients have got brand colors, which aren’t AA accessible, and then we discuss with them whether we can change them.
\n\n\n\n[00:22:21] Nathan Wrigley: But are you going to in the future be having more conversations like this?
\n\n\n\n[00:22:26] Louise Towler: Yes.
\n\n\n\n[00:22:27] Nathan Wrigley:And if so, how forceful are you going to be with your clients if they push back? Say, no, no, no, no. There’s a delicate line here, isn’t there? You want to do the best for your client and the best for your client may be a bitter pill for them to swallow.
\n\n\n\n[00:22:39] Louise Towler: There may be a really good a brand reason, depending on the client, as to why they have to use a particular font. But I would be going to the client and saying, I’m going to tell you why it’s not a good idea. In the end, it is your choice. It is your website. You own the site once you’ve paid me for us to build it. So it is yours to do what you want with. But do it consciously, knowing the consequences of the decision that you are making.
\n\n\n\nSo I will always tell them, in the end it is their choice. But with things like brand and fonts and that, well you know, the consequences of pulling in an Adobe font is 6 to 800 milliseconds of a page load. That can be the difference between a first and second spot on google.
\n\n\n\nSo sometimes you can argue it really strongly from a commercial reason, and they will listen and go, right, let’s go back to our brand designer and get them to find some web fonts or some Google fonts that we can use. And elsewhere, yes, you’ll use that fancy type kit or whatever font, but let’s use something for the web that actually will work and not impact on the performance of the site. Because if they’re a commercial client, they’re going to care about the performance. We need to make them look good to their boss.
\n\n\n\n[00:23:59] Nathan Wrigley: Given exactly what you just said, is there some accreditation that websites can expose to the world to say, we made an effort here? I’m trying to think of an example, but there are badges that you can get in all manner of industries to say, okay, we went through this training. We made the effort here, and so we have a badge to prove that we made an effort.
\n\n\n\nIs there something that people can do on the internet to say, look, our website is consuming 50%, 30%, whatever, less energy than it might have done. We made an effort. Here’s our badge to prove it.
\n\n\n\n[00:24:32] Louise Towler: I’m not aware of a badge, but there are lots of people doing lots of things out there. So there might be. I think it’s really hard because what might be a good score for a e-commerce site, might be of a poor score for a different type of site. And I think that in the end, yes, you can measure against other people, but actually you have to have that intrinsic motivation for just wanting to do it. It’s not about collecting badges.
\n\n\n\nDoes it matter if your site is AA accessible and you have a badge on your site? Or does it matter that you basically have enabled 40% of the population with disabilities or temporary impairments to actually access your goods and services, and you’ll increase your profits as a result?
\n\n\n\n[00:25:15] Nathan Wrigley: So that was the website piece. You know, can you expose this credential to visitors? What about you as an agency? Can you expose your credentials to your clients? Is there anything there?
\n\n\n\n[00:25:26] Louise Towler: Well, we’re working, and it is a very much a work in progress, towards something called B Corp, which is an accreditation thing that you can get for being, if you like, a good citizen to the planet. It covers environmental. It also covers governance, and more things to help with inclusivity and diversity. And we are rewriting our staff handbook, and we’re measuring our carbon footprint as part of that, as an agency. But we’re also doing other things as well. Making sure that we do things in a way that’s consciously responsible, and there’s got to be a business for good. We want to be a good citizen for the planet. And I think that’s quite a high standard. And there’s, I think about a thousand companies in the UK who have that. And we are not there yet, but it’s something that I think we can aspire to be.
\n\n\n\n[00:26:12] Nathan Wrigley: Do you have any sense that this message that you are preaching here is beginning to catch on? You are definitely in the vanguard. Most people are not talking about this. If we go downstairs, we’re not really picking up on that message yet. But do you sense some kind of change? Are you communicating with people on a more regular basis about this? Clearly you are interested in it, but are you talking into the void or are people beginning to listen?
\n\n\n\n[00:26:37] Louise Towler: There’s a lot of people in communities where the communities are talking about this a lot. I think what’s really nice is I was given the opportunity to speak at a conference, and this conference, to the entire WebPress community had a session about digital sustainability. I personally think that every conference that anyone puts on should have at least one speaker, or channel, or workshop, or something talking about sustainability in the industry, or sector that the conference is in. Because it is looming.
\n\n\n\nThe legislation is coming. The governments are legislating now, and at the moment in the UK it’s only very, very large businesses who have to do reporting. But if you are a large business wanting a government contract with a value of more than 5 million pounds, which you know, even small consultants and agencies can go for big contracts. You have to have your scope one, scope two, and some scope three emissions and a carbon reduction plan will be coming.
\n\n\n\nBy 2028 The National Health Service in the UK will require every product or service that is supplied to it to have a carbon footprint. So you need to be starting now because for some things that’s going to be really hard to do and it’s going to take a while to do.
\n\n\n\nSo start now with the little things, the quick wins. Start measuring where you are, because your carbon reduction plan has to say how you’re going to reduce. And then you have to show that you are making those reductions. So start measuring now, so that all the things you start doing now can be part of that reduction that you make and you can report on.
\n\n\n\n[00:28:18] Nathan Wrigley: So you are describing things in the UK. In the UK in the future, you are literally going to be unable to get certain types of website client work if you cannot prove that you’ve done the due diligence.
\n\n\n\n[00:28:31] Louise Towler: Yeah.
\n\n\n\n[00:28:31] Nathan Wrigley: Okay, that’s really interesting. But still a way off. We’re still five years out from that portcullis closing?
\n\n\n\n[00:28:37] Louise Towler: Yeah. But if you are a large business, very large business, you already have to do mandatory reporting. The government is slowly going to bring that down. It wouldn’t surprise me in the slightest if by 2030, as well as putting in my annual tax return, on my submission of my company accounts to Companies House, I have to do a carbon accounting report. Every small business.
\n\n\n\nThe EU, 23 million organizations there are in the EU at the moment, by 2028, all of them are going to be expected to put in some sort of carbon report on what they’re doing. The legislation is coming.
\n\n\n\nBut even quicker than that, procurement is starting to change. So I think it was the back end of 2021, Tesco sent out a letter to all of their suppliers saying, we want you to do these four things. You need to have a carbon reduction plan. You need to move to green energy. Otherwise you can’t be part of a supplier to Tesco. Doesn’t matter whether or not you are a large business or a small business, they sent it out as part of their procurement. So the government legislation is coming, but larger businesses are doing it quicker because they’re using procurement as a tool to do that.
\n\n\n\nAnd then on top of that, for some organizations now it’s affecting their access to finance. So if I’m a pension fund or I want to invest in a large enterprise or a business, why would I invest in you, if you are not sustainable in 5, 10, 15 years time? They are now beginning to ask for those carbon reduction plans, sustainability report. What are you doing for your ESG as a condition of investment?
\n\n\n\n[00:30:22] Nathan Wrigley: So the window of opportunity for ignoring this is fast closing?
\n\n\n\n[00:30:25] Louise Towler: And why not get ahead of it? Why not be that agency that can help your clients with these challenges?
\n\n\n\n[00:30:32] Nathan Wrigley: Although you described that there’s no badge necessarily for this. It really does feel that for the right client this is a conversation which will win you work. If you can prove that you are going to do this work now, like you said, who’s going to say no to a more green website? Would you like your website to be much more environmentally friendly than it could have been? Well, no, actually we’d like it to pollute more, please. That’s just not a conversation you’re going to get into.
\n\n\n\n[00:30:56] Louise Towler: Exactly. Exactly.
\n\n\n\n[00:30:58] Nathan Wrigley: That’s interesting. So the only piece that I can see in this conference where anything is mentioned about the environment is hosting. And even that, it’s probably I don’t know, one in fifty, one in a hundred who have that badge. Talk to us about that side. So obviously we build websites, we’ve got a computer, we know that it’s stored somewhere, but tell us about hosting, and what people are doing.
\n\n\n\n[00:31:22] Louise Towler: Actually some of the hosting companies here are very green, but you have to consider the political climate. So if you are a hosting company based in Texas, in the US. And you are being told that you have to support big oil because that’s what runs Texas. You don’t talk about the fact that you are running your hosting data centers on green energy. So it’s not that they’re not. It’s just that they’re not, it’s not necessarily part of their marketing message at this point, because the political climate isn’t necessarily conducive to that.
\n\n\n\n[00:31:55] Nathan Wrigley: So you are saying that the hosting industry broadly are doing a fairly good job of this?
\n\n\n\n[00:32:00] Louise Towler: Well, some of them are, yeah. I know for a fact a lot of the Google Cloud hosting is green and a lot of the big, they’re using Google data centers.
\n\n\n\n[00:32:09] Nathan Wrigley: That feels like one of the most grounded things that you can do. If you’re having a website, you can actually go out and look for green hosting.
\n\n\n\n[00:32:16] Louise Towler: And the Green Software Foundation has a little URL. It’s a little tool. You can literally go and put in your domain name and it will tell you whether it’s running on a green hosting.
\n\n\n\n[00:32:25] Nathan Wrigley: What is the Green Software Foundation?
\n\n\n\n[00:32:27] Louise Towler: It’s a sort of organization that is talking about green software, green web, green all sorts of things. They’re doing some really interesting stuff. They work a lot with very large organizations. I think to be a member you have, like have to pay up 10,000 pounds or something. It’s like out of my league to be a member, but it doesn’t mean I can’t see what they’re doing and listen to what they’re doing.
\n\n\n\nThey’ve also got a really interesting free course that you can do on sustainable software development. And it gives you all the background and all the things you should be considering when you’re building software and websites basically, and the things that you can do to make them run better in a greener way.
\n\n\n\n[00:33:09] Nathan Wrigley: If I wanted to make my website more SEOable, I’ve got a whole suite of tools available to me. And many of them will give me some sort of data saying, okay, this page is, you’ve done a good job here. Like a traffic light or something you, you know what I’m saying?
\n\n\n\n[00:33:25] Louise Towler: Yep.
\n\n\n\n[00:33:26] Nathan Wrigley: Are there tools similar to that, that we can use in WordPress?
\n\n\n\nMaybe it’s some kind of extension to a browser where we can see what our browsing is doing on the internet. In other words, is there a plugin, something which will show us a dashboard saying, okay this page, based upon the hosting that you’ve told us you’re using is consuming or creating this much carbon debt.
\n\n\n\n[00:33:51] Louise Towler: There’s individual tools at the moment that I am aware of. You can put in a URL and it will say, oh yes, your page is this many grams of CO2. Actually what we’ve done is something. We’ve been doing a thing. I did that thing of having a side project to the agency, and we’ve been building something for the past couple of years, and we’re about to launch a piece of software. It’s an extension to WordPress, which will actually, in the dashboard, show you a daily carbon footprint of your website based on daily visits and page views.
\n\n\n\n[00:34:24] Nathan Wrigley: How is that working then? So presumably the daily page bit is fairly straightforward. This website has been consumed 25,000 times, we can make the connection there. But presumably it must be figuring out, okay, that page had a video on it. This one had nothing but text, and it’s based upon upon some hosting.
\n\n\n\n[00:34:40] Louise Towler: So we’re basically measuring the page, a measure of the data or page weight for each page. And then we’re looking at the visitors to the pages as well.
\n\n\n\n[00:34:50] Nathan Wrigley: And are you giving like a score out at the end?
\n\n\n\n[00:34:52] Louise Towler: We’re not giving a score at the moment, but eventually when the software’s launched and there’s lots of people using it, we will be able to say, oh, actually, in comparison to other people using our software, you are in the top quarter, or bottom quartile or you are in the middle. So we can give some feedback. But more importantly, if you look at it and you use things like traffic, then you can start to see where you should be optimizing.
\n\n\n\n[00:35:17] Nathan Wrigley: Okay. And is this tool going to give you helpful advice on how to optimize it?
\n\n\n\n[00:35:22] Louise Towler: Yes, we’re building out a knowledge base as well.
\n\n\n\n[00:35:23] Nathan Wrigley: I was going to say, it’s all very well saying this page is doing really badly, but, you know, tough luck.
\n\n\n\n[00:35:27] Louise Towler: Yeah.
\n\n\n\n[00:35:28] Nathan Wrigley: So, where will it point me? What are the sort of metrics that you’re going to be helping me with?
\n\n\n\n[00:35:31] Louise Towler: We’ll be helping with all the basics. It’s actually about empowering the content editors. Because as website theme builders and as website developers and designers, we can build the most amazing AA accessible website that’s really lightweight and fast.
\n\n\n\nAnd then a year later we could audit it and find, oh, content editors added, you know, 30 images and they didn’t realize they had to add alt text to each one. And they can have loaded that really large video and not realized that it needed a poster attribute to make sure that the page didn’t take a long time to load.
\n\n\n\nSo what we are trying to do is give that feedback to editors in the browser when they’re editing the site, in the backend of the admin. Because that continuous measurement, if they see a little spike, or they see that suddenly something’s changed, they can go in and fix it. Rather than end up just doing an annual check, or checking every so often and ending up with a list of defects to fix, basically.
\n\n\n\nSo the whole point is, it’s about designing out people making those unconscious mistakes in the first place. And making sure the website continues to be at the standard it should be at and potentially improves over time.
\n\n\n\n[00:36:44] Nathan Wrigley: So slightly off piste a little bit. That’s lovely. I mean I would hope to be able to see that kind of data and it would be really useful to me as a website builder. What about by just general browsing the internet? Do you know if there’s any tool which can tell me, right at the end of today Nathan, you’ve been a poor citizen. Some kind of, I don’t know, a browser extension or something which tells me.
\n\n\n\n[00:37:05] Louise Towler: I don’t know that. Nobody’s ever asked me that question, so I will have to take that away Nathan and I will have to come back to you, because I genuinely don’t know the answer to that.
\n\n\n\n[00:37:13] Nathan Wrigley: I think that would be quite a useful thing to know. At the end of the year, Nathan, your internet use is the equivalent of a 20,000 mile flight or something that would be.
\n\n\n\n[00:37:22] Louise Towler: You must be online a lot.
\n\n\n\n[00:37:23] Nathan Wrigley: I really am. Yeah. Okay, when are you hoping to get this tool out?
\n\n\n\n[00:37:28] Louise Towler: We are doing a soft launch, early adopter, by invitation to Indigo Tree clients mid-July.
\n\n\n\n[00:37:33] Nathan Wrigley: Okay. So really soon.
\n\n\n\n[00:37:35] Louise Towler: Yeah. And then from then on we’ll be building out new features and basically getting it to the point where we can launch it to people as a SaaS product.
\n\n\n\n[00:37:45] Nathan Wrigley: So going to go beyond WordPress at some point?
\n\n\n\n[00:37:47] Louise Towler: Couldn’t possibly say, but yes.
\n\n\n\n[00:37:49] Nathan Wrigley: Maybe. Maybe, yeah.
\n\n\n\n[00:37:50] Louise Towler: Well, it depends on the roadmap and it depends what interest we get. And for me it’s not just about the commercial side of, we to build something that’s obviously profitable and successful. It’s actually where can we make the biggest impact? How can we, with what we are doing, make sure that we get the biggest carbon reduction overall.
\n\n\n\nAnd the great thing about when you’re measuring stuff is we can actually report on global stats that are sort of, you know, a thousand clients and cumulatively this month they have reduced their carbon footprint by this amount. You know, so it is going to be an interesting journey to see how we get on and where the biggest impact can be whilst being commercial as well.
\n\n\n\n[00:38:26] Nathan Wrigley: Yeah. It really does sound interesting. Okay, so we’re going to have to wrap it up. We’re probably at the edge of the amount of time that we’ve got.
\n\n\n\nWhere would we go if we are curious about the things that you’ve talked about? So maybe that’s a link to your, the product that you’ve just mentioned. Maybe it’s just a more general set of resources. What are the two or three top places that you would send people?
\n\n\n\n[00:38:45] Louise Towler: I’d definitely have a look at the Green Software Foundation. I would also go to, there’s a Slack channel in the WordPress. I think they’re just about to create a team in Core for sustainability. So I’d be going and talking to them.
\n\n\n\nAnd then I would be keeping an eye on people like Wholegrain Digital. Tom and Vineeta talk about things a lot. Tom’s got a really great newsletter that you can subscribe to. So there’s lots of people talking about it, but I think it’s about figuring out where it fits with your particular clients. And some of our clients are very values based and will immediately go for this. Some people just need that more commercial argument as well.
\n\n\n\n[00:39:26] Nathan Wrigley: Well, Louise, thank you for telling us all about your efforts regarding sustainability and the environment. It is a genuinely fascinating subject, and my prediction is that this conversation is only going to get louder and louder.
\n\n\n\n[00:39:39] Louise Towler: I hope so.
\n\n\n\n[00:39:39] Nathan Wrigley: As the years go on. Yeah, thank you for talking to me.
\n\n\n\n[00:39:41] Louise Towler: You’re welcome. Thank you.
\nOn the podcast today we have Louise Towler. She joined me at the recent WordCamp Europe in Athens to talk about websites and making them more sustainable.
\n\n\n\nLouise is the founder of Indigo Tree, a UK based agency with deep expertise in WordPress websites.
\n\n\n\nShe gave a presentation at WordCamp Europe entitled, Digital sustainability: The benefits for business and the environment in which she emphasised the impact websites can have on our planet. Her aim was to deliver practical tips for users and developers to help them make informed decisions.
\n\n\n\nThis presentation is the focus of today’s podcast, and we cover quite a lot of ground.
\n\n\n\nLouise highlights the significant role which electricity plays in powering data centres and transmitting data to end devices. Even if data centres use renewable energy, there is still a need to address overall electricity consumption. She points out that the internet is the fourth largest polluter globally, surpassing the airline industry.
\n\n\n\nWe discuss how the continuous and widespread use of the internet has made it difficult to reduce its own impact, whilst still emphasising the importance of the steps we can take to make the internet more energy-efficient.
\n\n\n\nShe suggests ways that we can all make a difference right away; educating clients about the consequences of certain design choices, such as using large videos or autoplay features that require substantial data to load. Optimising videos, images, and other website elements, which makes it possible to reduce data consumption and improve performance.
\n\n\n\nThe conversation then explores other suggestions such as using modern image formats, using images as placeholders for videos, self-hosted fonts, and considering the carbon footprint of email communications.
\n\n\n\nLouise acknowledges the challenges of discussing environmental concerns with clients whilst also explaining that we have to come up with ways to make clients understand that these decisions are beneficial to them as well. After all, an optimised website is one that is looked upon favourably by search engines. Whilst clients ultimately are the decision makers, informing them about the consequences of their choices can help them be more informed.
\n\n\n\nMoving onto WordPress, we talk about the responsibility theme authors play. It’s a crucial role, helping users make sustainable choices. Her agency builds custom themes for clients, which allows them to have full control over design decisions.
\n\n\n\nWe get into the subject of how legislation is certainly coming, and so getting in early and understanding the implications of such legislation will help your own endeavours in the future.
\n\n\n\nTowards the end of the podcast we chat about some of the tools which you can use to assess the impact that your websites have, including a tool which Louise and her team have been working on for the last few years.
\n\n\n\nIf you’re interested in how your sites can become more sustainable, this podcast is for you.
\n\n\n\nGreen Software Foundation website
\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jul 2023 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:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Do The Woo Community: What the Client Thinks They Know\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/what-the-client-thinks-they-know/\";s: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:385:\"Clients consider they have learned a lot through GPT or by Googling it. They assume they know what will work best for them.
\n>> The post What the Client Thinks They Know appeared first on Do the Woo - a WooCommerce Builder 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, 05 Jul 2023 09:32: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:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Do The Woo Community: Productizing Your Agency Services with Shadi Manna and Jimmy Rosén\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/productizing-your-agency-services-with-shadi-manna-and-jimmy-rosen/\";s: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:438:\"Listen in on our Woo AgencyChat where Shadi and Jimmy talk about the journey of productizing your services.
\n>> The post Productizing Your Agency Services with Shadi Manna and Jimmy Rosén appeared first on Do the Woo - a WooCommerce Builder 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:\"Tue, 04 Jul 2023 06:58: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: WordCamp Dhaka 2023 Cancelled Due to Concerns of Corporate Influence on Community Decision-Making\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/wordcamp-dhaka-2023-cancelled-due-to-concerns-of-corporate-influence-on-community-decision-making\";s: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:6529:\"WordCamp Dhaka (Bangladesh) 2023 has been cancelled by The WordPress Community Team due to concerns of corporate influence on the community decision-making process. The camp was scheduled for August 5, and organizers had already secured a venue and progressed on moving the camp forward.
\n\n\n\nThe Community Team published a statement on the event’s website, which cited the interference of corporate interests:
\n\n\n\n\n\n\n\n\nThe WordPress Community Team’s primary goal is to support and nurture the WordPress community by enabling organizers to create amazing events that celebrate WordPress, its community, and globally shared values. The Community team cannot support the event if a WordCamp is not aligned with these values.
\n\n\n\nWordPress events benefit the WordPress community as a whole, not specific businesses or individuals. The Community Team expects that WordCamps decisions should be guided by the community’s collective wisdom and not influenced by any one company’s interests. When companies attempt to exert influence on the planning process, the Community Team must step in to mediate. In this instance, we have decided to cancel WordCamp Dhaka 2023.
\n
The Community Team urged the Dhaka community to focus on collaborative organization, companies uplifting the community, and greater diversity in participation.
\n\n\n\nIn an equally vague incident report on WordPress.org, which doesn’t even identify the WordCamp that was cancelled, Community Team contributor Sam Suresh called it “an unfortunate but necessary decision.” He summarized the team’s reasons for the decision:
\n\n\n\n\n\n\n\n\nThe decision to cancel the event was not a result of inadequate planning or insufficient effort on the part of the organizing team. Instead, there were observable actions from local community members to influence decisions that would benefit specific individuals or companies. When this influence did not immediately lead to their desired results, the individuals aimed to undermine the organizing process and event success. While the Community Team took steps to mediate, the inappropriate behavior and actions we saw necessitated the cancelation. This is a rare and extreme decision and underscores the severity of the situation.
\n
Suresh said the issues applied to the local meetup group as well, and that all co-organizers and event organizers were removed from their roles and required to repeat their orientation to gain access again. A community deputy and a mentor were also removed from their roles in the project and the companies involved in the infractions were banned from sponsoring WordPress events for a year.
\n\n\n\n“In times of challenges like these, it is important to remember that anyone can organize WordPress events regardless of who they work for and that WordPress community events are for the benefit of everyone, not any one business or individual,” Suresh said. “As a community, we will not tolerate harassment or influencing unacceptable behaviors.”
\n\n\n\nShortly after publishing, several community members commented with objections to the level of secrecy around the issues at hand and the people and companies involved. The Community Team’s nebulous posts on the matter seem to have further scandalized the situation, instead of offering clarity and transparency.
\n\n\n\n“This post definitely abides by the ongoing policy of not letting the community know who is being censured by the Community Services team, even in cases of egregious action,” WordPress marketing and meta contributor Sé Reed commented.
\n\n\n\n“I’ve seen multiple cases of people filing harassment reports and various Code of Conduct violations, and that person/people have had various consequences, including being removed from organizing teams. However, those people then cite various reasons for leaving the team, often outright lying. But because of the secrecy around these cases, no one says otherwise and those people can and often do continue to operate in the community without any repercussions beyond secretly losing their ‘official’ role(s).”
\n\n\n\nReed highlighted the damaging effects of the secrecy surrounding these incidents, most notably that explaining the situation often falls to those who filed the report, as the Community Team abdicates any further responsibility after validating the report.
\n\n\n\n“This action is damaging to the community as a whole, as we do not have a full picture of who we are working with and we continue to unknowingly support and empower people who have not honored their community commitments,” Reed said.
\n\n\n\nNot all participants in the discussion were in favor of The Community Team identifying the individuals involved, but in this situation they demand to know the companies that were banned from sponsoring WordPress events.
\n\n\n\n“I’m on the fence about knowing peoples’ names here, but I think people definitely need to know the companies involved; actively trying to sabotage a WordPress WordCamp is a serious breach of trust for the community,” WebDevStudios Director of Engineering Mitch Cantor said. “Especially when they may turn around and then make money from that said community they tried to sabotage.”
\n\n\n\nDealing with these types of sensitive situations is not an enviable task, but the community, for whom these decisions are designed to serve, is calling for a greater level of transparency regarding those who act in ways that are not aligned with WordPress’ globally shared values.
\n\n\n\n“One way or the other, protecting folks who have violated the Community Code of Conduct is a policy that very clearly needs to be revisited,” Reed said.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Jul 2023 19: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.3 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5894:\"WordPress 6.3 Beta 3 is ready for download and testing!
\n\n\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site.
\n\n\n\nGet an overview of the 6.3 release cycle, and check the Make WordPress Core blog for 6.3-related posts in the coming weeks for further details. Also, save the date for a live product demo tentatively scheduled for Thursday, July 20, 2023 at 16:00 UTC (link TBD). This will be a great opportunity to join the WordPress community to celebrate the accomplishments of 6.3 and this final chapter of Phase 2.
\n\n\n\nThanks to the many WordPress beta testers, this release contains approximately 34 (Site Editor) and 40+ (Trac) updates since the Beta 2 release. Nice work, team!
\n\n\n\nTesters should note that the “Patterns Library” is now simply called Patterns in the UI. Additionally, pattern details now include a sync status and a lock icon is added for theme patterns.
\n\n\n\nBrowse the technical details for issues addressed since Beta 2 using these queries:
\n\n\n\nTesting for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.
\n\n\n\nWhile testing the upgrade process is essential, trying out new features is too. Review the many new features in WordPress 6.3 and focus your testing efforts on those areas in particular.
\n\n\n\nBetween the Beta 1 release and the final release candidate (RC), the monetary reward for reporting new, unreleased security vulnerabilities is double. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the HackerOne page and in the security white paper.
\n\n\n\nYou can test WordPress 6.3 Beta 3 in three ways:
\n\n\n\nwp core update --version=6.3-beta3
The current target for the final release is August 8, 2023, which is about five weeks away. Your help testing this version ensures everything in this release is the best.
\n\n\n\nBeta three, a peek
Summer here and winter there
A fourth in one week
Thank you to the contributors who collaborated on this post: @DanSoschin, @Meher, @JPantani, @eidolonnight, @davidbaumwald, @priethor, and @DanSoschin for the Haiku.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Jul 2023 17:10:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Ultimate Member 2.6.7 Patches Privilege Escalation Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/ultimate-member-2-6-7-patches-privilege-escalation-vulnerability\";s: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:3293:\"Authors of the Ultimate Member plugin have released version 2.6.7 with a patch for a privilege escalation vulnerability. Last week WPScan reported that Ultimate Member had still not fully patched the vulnerability after multiple inadequate attempts. There was evidence that it was being actively exploited in the wild.
\n\n\n\nWorking through the complexities of this security issue, WPScan researcher Marc Montpas opened a ticket on WordPress trac, identifying an issue with the meta key field in the usermeta table using accent insensitive collations:
\n\n\n\n\n\n\n\n\nLooking at the latest string of vulnerability issues that came up related to the Ultimate Member plugin I discovered that the usermeta table has an accent insensitive collation for the
\n\n\n\nmeta_key
field. This results in queries forwp_cãpăbilitiës
to return the actualwp_capabilities
row! Seeupdate_metadata()
function in wp-includes/meta.phpImagine the attack surface this brings. In fact, don’t imagine, just look at the recent attacks in the wild.
\n
This particular issue made it more difficult to fully patch the vulnerability in question. Ultimate Member released version 2.6.7 on July 1, 2023, which whitelists for metakeys the plugin stores while sending forms. The plugin’s security advisory details a few other changes that may affect third-party developers:
\n\n\n\n\n\n\n\n\n2.6.7 also separates form settings data and submitted data and operates them in 2 different variables.
\n\n\n\n[It] includes some significant changes to how forms submissions are handled. This may cause 3rd-party modifications to stop working. For Third-party developers, please update your customizations to support the new changes in the latest version
\n
Ultimate Member recommends users review and delete any unknown administrator accounts, reset all user passwords including the admin, enable SSL and backups, and send any advisories to site members and/or customers about the incident. The plugin’s developers are working on releasing a feature inside the plugin that will enable the website admin to reset passwords for all users, but it is still being finalized:
\n\n\n\n\n\n\n\n\nThe reason for this is a site using our plugin may have been hacked or injected with malware that sniffs login inputs, because this vulnerability issue is prone to these attacks, we recommend to reset passwords after updating with a security patch. This is to ensure the best protection for your website user’s passwords.
\n
All Ultimate Member users should update to the latest available version, 2.6.7, which has the patch for the vulnerability. The plugin’s developers are awaiting more feedback from WPScan and are evaluating all their extensions to ensure they are secure.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Jul 2023 16:22: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WordPress.org blog: WP Briefing: Episode 59: A Polyglot’s WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/07/episode-59-a-polyglots-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30292:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 59th episode of the WordPress Briefing. Today she invites guest speaker Alex Kirk to discuss Polyglots’ work to continue to help bring translation to WordPress.
\n\n\n\nHave a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
\n\n\n\nHost: Josepha Haden Chomphosy
Guests: Alex Kirk
Editor: Dustin Hartzler
Logo: Javier Arce
Production: Brett McSherry and Nicholas Garofalo
Song: Fearless First by Kevin MacLeod
( Intro music )
\n\n\n\n[Josepha Haden Chomphosy 00:00:10]
\n\n\n\nHello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.
\n\n\n\n( Intro music )
\n\n\n\n[Josepha Haden Chomphosy 00:00:39]
\n\n\n\nI have with me Alex Kirk, who is a longtime WordPress contributor and who has been instrumental in recent innovations in the Polyglots’ work. Phase four of the Gutenberg project is native multilingual support, and so I see this work that is being done as instrumental, not only for our global community but in support of what’s to come in that specific roadmap.
\n\n\n\n[Josepha Haden Chomphosy 00:00:59]
\n\n\n\nSo without further ado, Alex Kirk, welcome to the WordPress Briefing.
\n\n\n\n[Alex Kirk 00:01:03]
\n\n\n\nHello, how are you doing?
\n\n\n\n[Josepha Haden Chomphosy 00:01:05]
\n\n\n\nI’m good. I’m good. Can you, let’s, because I bet that not a lot of people know who you are, can you first start by just telling me a bit about your work with WordPress, and then let us know what GlotPress is, for those of us who don’t know yet?
\n\n\n\n[Alex Kirk 00:01:19]
\n\n\n\nAll right. So, Automattic sponsors me to work in the WordPress project on the Meta team and on the Polyglots team. So I spent time on improving or helping improve the software that powers the translation on WordPress.org. But I also work on the meta team on things like Matrix and evaluating if it would be a good fit for WordPress to switch to Matrix for their chat system.
\n\n\n\n[Josepha Haden Chomphosy 00:01:46]
\n\n\n\nSo a lot of really big projects that you work on, all of that kind of stuff that has no easy solutions anymore, is where you are right now. Huh?
\n\n\n\n[Alex Kirk 00:01:56]
\n\n\n\nYeah, there’s no clear path, but it’s our mission to find it. So that’s part of what makes things interesting.
\n\n\n\n[Josepha Haden Chomphosy 00:02:05]
\n\n\n\nCool. So for folks who don’t know too much about the Polyglots team or generally translating WordPress, the software, can you let us know a bit about what GlotPress is?
\n\n\n\n[Alex Kirk 00:02:16]
\n\n\n\nRight. So the translation system that powers WordPress.org is called GlotPress. It used to be a standalone software that was developed a couple of years ago, and it was transformed into a WordPress plugin at some point, and now powers the translation that happens on WordPress.org. So we translate WordPress core there from English to other languages, plugins, themes, block patterns, and it all happens through this software called GlotPress. There are a couple GlotPress installations around the world, but I think the WordPress.org one is one of the bigger ones.
\n\n\n\n[Josepha Haden Chomphosy 00:02:55]
\n\n\n\nProbably, WordPress.org is pretty, pretty massive. Also, I think it’s great that you said that GlotPress was created a couple of years ago, like that, that indicates to me that you’re working on a really different timescale than a lot of folks are in WordPress.
\n\n\n\n[Josepha Haden Chomphosy 00:03:10]
\n\n\n\nSo Alex, tell me a little bit about what it takes to ship translated WordPress software. So, I mean, for people who don’t need translated WordPress, like obviously we don’t have a good idea of what it takes to make sure that WordPress is available in so many languages. So what goes into the work of making sure that that happens?
\n\n\n\n[Alex Kirk 00:03:32]
\n\n\n\nAll right, so typically the WordPress software and plugins and themes are primarily created in English. And for it to be available in other languages, it needs to be translated. And for that to be able to happen, the programmers need to make the software translatable. Basically, they’re providing each English string for the translation software to be available to be transformed, so to speak, into another language and to what it’s being transformed to. This is what the translators do. So they go into the GlotPress software and see the list of texts that need to be translated and translate it to their language that they speak. Typically there is a process around this.
\n\n\n\n[Alex Kirk 00:03:32]
\n\n\n\nSo, we’ve got people who have lots of experience in translation. And specifically in translating WordPress or WordPress plugins. And they’re kind of the, the people who help ensure good quality of translation. So anybody who’s working the WordPress project, so basically who has a WordPress.org account, can come in and address the translation. And that translation enters the system, so to speak, in a waiting state. And then somebody who we promoted to be a Translation Editor will come along and take a look at your translation and will approve it or will give you suggestions how to do the translation in a better way, or come up with maybe even a better translation.
\n\n\n\n[Alex Kirk 00:05:03]
\n\n\n\nYou know, when you have like a small thing that’s just not right, like a missing full stop or something like that. They might just add it for you. And well, as soon as the plugin or software is translated to a certain level of translations those translations will be shipped out to the WordPress installs.
\n\n\n\n[Alex Kirk 00:05:20]
\n\n\n\nSo, for example, for a plugin, you would reach 90% of translated strings. Those translations will then be basically packed up into zip file, a language pack and delivered to each WordPress so that you can have the translations available there.
\n\n\n\n[Josepha Haden Chomphosy 00:05:35]
\n\n\n\nAnd is 90% the threshold for plugins only, or is that also the threshold for like themes and the CMS itself?
\n\n\n\n[Alex Kirk 00:05:34]
\n\n\n\nWell. We strive for 100%, I would say.
\n\n\n\n[Josepha Haden Chomphosy 00:05:47]
\n\n\n\nGood. ( laughs )
\n\n\n\n[Alex Kirk 00:05:48]
\n\n\n\nAnd, 90% more of a motivational point. To be actually honest, I’m not sure if the threshold is 90% for every project or even if it’s actually 90%. It’s different between different GlotPress installations and it’s basically something that is made as a setting that can be changed. There’s, it’s an arbitrary number. Typically you’d actually want to make sure that the most important strings are translated first. So the ones like, if you look at the whole picture, software usually consists of many parts, many of whom are not encountered by people on a regular basis. For example, error messages that could be like obscure error messages, and you could argue that those might be not as important. Or even sometimes you could even say like, do they need to be translated? Because if you encounter an error message and you search the internet, wouldn’t you probably want everybody to search for the English one to find the solution? But that set-aside, it’s important to have like the headline of the plugin or like the most important strings translated, and typically translating those most important strings will take you to a pretty high percentage so that we can then say it’s good enough to be shipped.
\n\n\n\n[Josepha Haden Chomphosy 00:07:02]
\n\n\n\nGotcha. I see, I see. Okay. Well, we talked a bit earlier about GlotPress’s timeline. It has been around for a bit, I know. But with that kind of in mind, have there been any notable changes to GlotPress recently?
\n\n\n\n[Alex Kirk 00:07:19]
\n\n\n\nYeah, so I think for GlotPress there’s been a bit of an up and down over time in terms of engagement and progress on the software. But in, in the recent year, I think we’ve added a couple of things that have been very helpful for translators. So one of them was adding the commenting functionality, so yeah.
\n\n\n\n[Josepha Haden Chomphosy 00:07:35]
\n\n\n\nSuper helpful. Shocked it wasn’t there before. Sorry, translators. Sorry, all of our polyglots.
\n\n\n\n[Alex Kirk 00:07:40]
\n\n\n\nWell, it can be like there was when GlotPress was created there, there is like the, a big part of GlotPress are these states, like the waiting state when you enter translation, and then there’s approved state, which basically a translation we say it’s set to current, and there’s all sorts of process around it. So if the software is updated or translation might get fuzzy. But also like, if somebody submits a translation that doesn’t fully conform to what’s the translation editors, or like what the standards of the translation community have been set to, then you would have to need to reject it.
\n\n\n\n[Alex Kirk 00:08:16]
\n\n\n\nAnd that has been something that we felt wasn’t a very good and enticing way of telling people like, we appreciate your work. It wasn’t just quite right, but it’s more of a rejection. So this is how we came up with this like, let’s give people the option to say what was wrong and give them a chance to try again without making them feel rejected.
\n\n\n\n[Josepha Haden Chomphosy 00:08:38]
\n\n\n\nYeah. Sort of a “No, but…” as opposed to a, just refusal to receive it.
\n\n\n\n[Alex Kirk 00:08:45]
\n\n\n\nAnd other things that we’ve worked on is, like, with the recent search of AI, like getting help from AI on translation and also on reviews. So, there’s some interesting things that you can do with AI in that regard; that one important aspect of translations, it’s also that we’ve got glossaries for each language where people, basically the translation community, identifies certain words they want to translate them the same way every time. And with the AI, you can basically add to the prompt, like, please translate those words to those translations when you give me a translation for that. And as it can change over time, you can always adapt this to the prompt, and that has been proven quite helpful.
\n\n\n\n[Josepha Haden Chomphosy 00:09:25]
\n\n\n\nThat is great. That’s one of those things I know that AI has been like a really popular thing to talk about. And AI, specifically for translations, I think has caused some concern that maybe we’ll just like translate it all and hope that computers get it right when we know pretty certainly that computers don’t always get the translations right. But that’s not what you’re talking about, right? What you’re suggesting is that AI would suggest what could be translated and what it could be translated to, and then human beings have to confirm that that’s correct, right?
\n\n\n\n[Alex Kirk 00:09:59]
\n\n\n\nThat’s exactly it. So basically, we give suggestions to the translators, and then they can modify a translation before they press save. It’s more of a, like supporting them in getting the translations, like looking up words more quickly and all of that.
\n\n\n\n[Josepha Haden Chomphosy 00:10:16]
\n\n\n\nThat’s wonderful. So is that the major sort of next step that is coming for GlotPress, or are there other things that we should keep an eye out for in that software?
\n\n\n\n[Alex Kirk 00:10:27]
\n\n\n\nSo one direction that we’ve been taking GlotPress is basically making use of the fact that GlotPress is WordPress plugin now. And you know, typically, you would just use a GlotPress install. So on WordPress.Org, there’s like GlotPress installed, there’s translation projects created, something that we call “translation sets”. So for languages, you want to translate it to, it’s all pre-configured, and if you would install GlotPress to plugin on your own WordPress, it would be empty and not very useful. So what we’ve added is a way for you to basically be able to translate the plugins and themes that you’ve got installed in your WordPress into the language that you’re interested in.
\n\n\n\n[Alex Kirk 00:11:07]
\n\n\n\nSo you might have a non-English website that you want to use certain plugins with, and they might not be fully translated at this point, so obviously, you could go to WordPress.org and help translate them, and that’s the way to, that’s preferred. But you could also now go install GlotPress on your own website and translate there. And then you have the translations there right when you enter them. And you can then contribute those translations back to WordPress.org.
\n\n\n\n[Josepha Haden Chomphosy 00:11:35]
\n\n\n\nSo that’s with local GlotPress?
\n\n\n\n[Alex Kirk 00:11:37]
\n\n\n\nThat’s something that we call local GlotPress. And you know, since we then have all these translations in the local database, it means we can do even more with those translations. So typically, language packs would be delivered to WordPress, but with local GlotPress, you’ve got like all the GlotPress software there.
\n\n\n\n[Alex Kirk 00:11:56]
\n\n\n\nSo we can do things like inline translation. So, on your own WordPress and wp-admin, for example, we can highlight all the strings that can be translated, and those strings just have to right-click them and enter your translation, and that way, you can basically go about and translate the whole ui, seeing your progress, as you’re making, basically turning the screen from red to green.
\n\n\n\n[Josepha Haden Chomphosy 00:12:20]
\n\n\n\nYeah. Yeah. So that’s something now that you can do in your local WordPress installation.
\n\n\n\n[Alex Kirk 00:12:26]
\n\n\n\nBasically, it’s completely independent of WordPress.org. We would ask you to contribute the translations back when you have them, but being independent also allows you to translate like premium plugins, which could not be hosted on WordPress.org or doing something like that we call like hyper-local translation. So, for example, I speak Austrian German natively, but even inside Austria, we’ve got different dialects or like special words that we use. And if I wanted to create a website that’s targeted at the Viennese market, for example, I might want to use those specific terms. And this is something I would have to argue for those translations to be accepted on WordPress.org because it’s a, it’s like a very targeted market. But if I have a local GlotPress, I can do those translations there.
\n\n\n\n[Josepha Haden Chomphosy 00:13:11]
\n\n\n\nThat seems awfully beneficial, especially as dialects. I’ve been having these conversations. I have, in my extended family, many children, and they are all learning languages and one of them has been having kind of thoughts about, like, dialects and how dialects are almost another language. And if so, like how do you know what everybody’s saying when you’re speaking all the same thing, but it’s kind of a little bit it sounds a little bit different.
\n\n\n\n[Josepha Haden Chomphosy 00:13:37]
\n\n\n\nThat’s certainly a thing in the US, the distinct dialects across our country. And so I imagine that that’s gonna be a really beneficial sort of implementation for countries that have a lot of different regional variations and certainly smaller countries that have technically the same language as somebody else, but a lot of regional differences, regional specific things.
\n\n\n\n[Josepha Haden Chomphosy 00:14:01]
\n\n\n\nIs that the same or different as the live translations, Translate Live, that we talked about at the WordCamp Europe a couple weeks back?
\n\n\n\n[Alex Kirk 00:14:12]
\n\n\n\nRight. So, Translate Live is kind of the next step after local GlotPress. It’s like this happy marriage between the WordPress Playground and local GlotPress. So the WordPress Playground is also something that has come up a lot. It’s basically a way for you to run WordPress inside a browser window, so in JavaScript. And at first, it seems like mildly interesting, I would say. But when you combine it with other things like local GlotPress, it can lead to really interesting opportunities. So with inline translation, for example, on WordPress.org, you would typically find for every plugin, the UI would look the same. You would have a table of strings, and all that makes you realize you’re translating this certain plugin is that in the header of the page, it says this name of the plugin, but other than that, it can look really all the same.
\n\n\n\n[Alex Kirk 00:15:07]
\n\n\n\nAnd now, with WordPress Playground, you can put up a WordPress and run this plugin inside that Playground. And now, if you add local GlotPress to the picture, you can also do the inline translation of that plugin inside the WordPress Playground. So you’ve got inline translation. We add the glossary so they do make sure that you translate things the same way that they’re expected, and you don’t have to install the plugin.
\n\n\n\n[Alex Kirk 00:15:33]
\n\n\n\nAnd still, you can see what the translations will look like. You can see the strings next to each other, and what I think is most important, you will start with the strings that you see first, which are the most important ones. When you’re in the table view, those strings might be somewhere buried in the middle, and yeah, it’s really hard to see progress if you start with kind of obscure error messages, for example, versus just starting with the things that you see first.
\n\n\n\n[Josepha Haden Chomphosy 00:16:02]
\n\n\n\nYeah. So, moving translations away from table-based translations where you kind of have to know what you’re looking for. So the Translate Live, along with local GlotPress, along with WP Playground, is going to make it so that it’s easier to see visually what needs to be translated, where, what’s most valuable to translate for your mid users and your end users, basically.
\n\n\n\nYeah?
\n\n\n\n[Alex Kirk 00:16:30]
\n\n\n\nThat, and also like for plug-in authors, it can be really good to see, you know, you can switch the languages in the Playground to another language, and you can quickly see like what’s the state of the translation in this language or in that language. And even things like, you know, Arabic as an RTL language rights to left language. The sidebar will change to the right, and you can also just switch language and see like, what’s my plugin like in this environment. I mean, this is not technically something that’s related to local GlotPress, but in this translation live ui, it’s very easy to change languages and see your plugin in another language.
\n\n\n\n[Josepha Haden Chomphosy 00:17:06]
\n\n\n\nI mean, it’s not specifically related to, to Translations Live, but also, I think that if we’re saying that WordPress not necessarily is going to lead the way with translations and native multilingual support in our CMS because, of course, it’s still a little bit far out on our roadmap. We certainly have an opportunity to have the best implementation of that.
\n\n\n\n[Josepha Haden Chomphosy 00:17:27]
\n\n\n\nAnd even if like that specific use case that you’re talking about isn’t related directly to what it is that you are working on for Polyglots and inside GlotPress and all of that, I do see that having more streamlined, more easy to see and access opportunities to like test the way that our software looks across varying environments, especially those that change it substantially from what we typically work in day-to-day for any individual developer or any individual WordPress site implementer.
\n\n\n\n[Josepha Haden Chomphosy 00:18:00]
\n\n\n\nLike, I think that that is a big step forward for all of us and certainly for anyone who is having to use WordPress as not a native English speaker. And so you say it’s not related, but it still is a big, a big benefit for WordPress overall, I think, to have this kind of work happening so that we can have those benefits to the folks who are using our software.
\n\n\n\n[Josepha Haden Chomphosy 00:18:22]
\n\n\n\nSo there were a couple of different things that you mentioned over the course of our conversation. We’re gonna put some links to the show notes for all of those. But one thing that you mentioned that just kind of went by, and we never really had an opportunity to talk about it. You talked about the, I think it was GTEs, Global Translation Editors, the folks that are like approved as final approvers of translations. If there is someone who’s listening to this podcast who wants to become a GTE someday, where would they go to do that?
\n\n\n\n[Alex Kirk 00:18:54]
\n\n\n\nSo the path to GTE is a PTE. ( laughs )
\n\n\n\n[Alex Kirk 00:18:59]
\n\n\n\nSo, we’ve got different levels of translation editors. Basically, you start, you could say you start off as a translator, and this is how you can kind of show that you can do good translations or that you’re very firm in your language. And this might make you be noticed in the community.
\n\n\n\n[Alex Kirk 00:19:16]
\n\n\n\nSo we’re always looking for people who like to help with translations. And you might be then promoted to be a Project Translation Editor. Basically, it means that for a single language in a project, you’ll be able to approve translations. So, you’ll be the one who says, like, this translation is a good one and this conforms to the to the rules that we have stated as a translation community.
\n\n\n\n[Alex Kirk 00:19:42]
\n\n\n\nAnd further down the path then is the GTE, where you basically are allowed to approve translations across any project on translate.WordPress.org in your language. And that’s, usually you’ll be in, in that position with other GTEs.
\n\n\n\n[Alex Kirk 00:20:04]
\n\n\n\nSo there is, like, in each community, there is like, we’re people based. We talk about what might be a good translation. We talk to each other, try to find rules that maybe prevent common mistranslations, or set the standards for how we want the software to be translated. And this is something where you get a voice as a translator, but as a GTE, you get into a position where you can actually make the changes or find consensus on how the software should be translated in your language.
\n\n\n\n[Josepha Haden Chomphosy 00:20:35]
\n\n\n\nAnd if folks are not familiar where the Polyglots team works and meets, where would they find you all?
\n\n\n\n[Alex Kirk 00:20:41]
\n\n\n\nAt make.WordPress.org/polyglots.
\n\n\n\n[Josepha Haden Chomphosy 00:20:45]
\n\n\n\nPerfect. Alex, this has been such a fascinating conversation. Thank you so much for joining me today.
\n\n\n\n[Alex Kirk 00:20:50]
\n\n\n\nThank you very much.
\n\n\n\n( Intermission music )
\n\n\n\n[Josepha Haden Chomphosy 00:20:59]
\n\n\n\nSo that brings us now to our small list of big things. First, WP Campus 2023 is taking place July 12th through the 14th. That’s a nonprofit three-day conference with topics that focus on the growth of higher education, accessibility, WordPress, and anyone who works in higher education.
\n\n\n\n[Josepha Haden Chomphosy 00:21:17]
\n\n\n\nIt’s a hybrid event. There is an in-person component on the beautiful campus of Tulane University in New Orleans, Louisiana. I’ll add information about that in our show notes for anyone who would like to join in person or online.
\n\n\n\n[Josepha Haden Chomphosy 00:21:32]
\n\n\n\nThe second thing is that the mentorship program pilot that I have been talking about a little bit over the last few months has been formally launched.
\n\n\n\n[Josepha Haden Chomphosy 00:21:39]
\n\n\n\nIf you are interested in contributing more to the project but not sure where to begin, take a look at this comprehensive onboarding experience. It’s cohort-based. It has some personalized one-to-one mentorship. There are guided courses, live workshops, all of that. So read more about it in our show notes and sign up for one-on-one team mentorship.
\n\n\n\n[Josepha Haden Chomphosy 00:21:59]
\n\n\n\nAnd then, finally, Matt mentioned at WordCamp Europe an idea that he had been thinking of for some time a Make team dashboard that would sort of help define team metrics and help identify for individual contributors what should indicate team health and where they can find the most impactful projects to work on.
\n\n\n\n[Josepha Haden Chomphosy 00:22:20]
\n\n\n\nA post has since been published on make.WordPress.org/meta calling for additional feedback on that idea, so that we have an understanding of what this could be, how the dashboard can kind of come to be. And so stop by and add your thoughts there in the comments.
\n\n\n\n[Josepha Haden Chomphosy 00:22:38]
\n\n\n\nAnd that, my friends, is your small list of big things.
\n\n\n\n[Josepha Haden Chomphosy 00:22:42]
\n\n\n\nThanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.
\n\n\n\n( Outro 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2023 13: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:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Do The Woo Community: Opportunities on Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://dothewoo.io/opportunities-on-do-the-woo/\";s: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:\"There are many ways to be a guest or host on the podcast. Or maybe you have an idea you would like to pitch.
\n>> The post Opportunities on Do the Woo appeared first on Do the Woo - a WooCommerce Builder 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:\"Mon, 03 Jul 2023 08: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:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Gutenberg Times: Extending Gutenberg and the block editor, testing WordPress 6.3 – Weekend Edition 259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=24561\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/extending-gutenberg-and-the-block-editor-testing-wordpress-6-3-weekend-edition-259/\";s: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:14380:\"Howdy,
\n\n\n\nI am sending this while traveling back from WordCamp Leipzig, where I had great conversations with people from the German WordPress community. I published a few photos on Twitter: here, here, here, and on LinkedIN. Language switching is as difficult as context switching.
\n\n\n\nWordPress 6.3 Beta 1 is released, as well as Gutenberg 16.1. More below.
\n\n\n\nYours, 💕
Birgit
If you haven’t yet, it’s time to reseaver your seat! for next week’s Gutenberg Live Q & A on July 6th, 2023, at 17:00 UTC
\n\n\n\nLeveraging Gutenberg’s architecture to take plugin development to new levels.
\n\n\n\nLearn how Gutenberg components and scripts can be used outside the block editor to revamp a plugin’s code base in this Case Study of GiveWP 3.0 with Jason Adams, Director of Development, Jon Waldstein, Lead Developer of GiveWP and co-host Lena Morita, JavaScript Developer on the Components team.
\n\n\n\nOn Tuesday, WordPress 6.3 Beta 2 was released, after Beta 1 wasn’t quite finished the day before. The release team is also preparing a Walk-through for later this month, to introduced many of the new features coming to a WordPress instance near you on August 8, 2023.
\n\n\n\nPlease, help test WordPress 6.3, and report issue you encounter.
\n\n\n\nGutenberg 16.1 was released led by Isabel Brison and Ramon Dodd. In their release post, What’s new in Gutenberg 16.1? (29 June), they highlight the following functionality:
\n\n\n\nIt was great fun to catch up with Tammie Lister as my guest on the Gutenberg Changelog. I hope you also have fun listening to us discussing the milelong Changelog for this Gutenberg release. The episode and the show notes are already available. The transcript is still in the works.
\n\n\n\n🎙️ New episode: Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3 with special guest, Tammie Lister and host Birgit Pauli-Haack
\nSarah Gooding also reported on the Gutenberg 16.1 in her article: Gutenberg 16.1 Introduces Pattern Creation and Library, Adds Distraction Free Mode to Site Editor, highlighting additional functionality found in this mamooth release.
\n\n\n\nIn his latest video, Unlocking the Power of Navigation in WORDPRESS 6.3: What YOU Need to Know, Dave Smith, JavaScript developer at Automattic and core contributor, walked us through the updates to the Navigation handling in the Site Editor. It helped me wrap my head around all the different aspects of creating mulitple menus, style them and add them to templates and template parts in the site editor.
\n\n\n\nAnne McCarthy and Emily Clark will co-host a Hallway Hangout to discussion WordPress 6.3 performance improvement on July 27, 2023 at 15:00 UTC to discuss WordPress 6.3 performance improvements led by performance reps Emily Clark and Felix Arnzt and also look ahead to WordPress 6.4.
\n\n\n\nMike McAlister advocates for Don’t call it Gutenberg anymore (unless you actually mean to). “it’s time to drop the Gutenberg vocabulary from our day to day usage, unless we’re actually talking about the Gutenberg project or development plugin.” he wrote. In the post he gives a quick overview of the history of Gutenberg development and how the block editor made it into the WordPress.
\n\n\n\nRich Tabor published a new Pattern in the directory on WordPress.org: Two Column, Matted Gallery Images. “I really want to keep pushing whats possible with all this new design tooling in WordPress.” Tabor tweeted. With WordPress 6.3 you will have a way to create patterns for your site via the site editor. It used the same interface that allows you to create reusable blocks, now called “synched patterns”.
\n\n\n\nIn his, Benjamín Pérez Sout at Yotako,vannounces the new plugin release that allows users to Edit your Figma & Adobe XD designs as WordPress Gutenberg blocks. The toolset of Yotaku provides some amazing synergies between AI and various design tools to Gutenberg Blocks.
\n\n\n\nRyan Welcher continued his series Creating a block theme for developers with Part 4 and Part 5 on Twitch. If you want to catch up on Parts 1 through 3, they are available on Welcher’s YouTube Channel
\n\n\n\n\n “Keeping up with Gutenberg – Index 2022”
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. The index 2020 is here
The recording of this week’s Developer Hours: Exploring Editor Extensibility is now online with Michael Burridge, Nick Diego, and Ryan Welcher giving demos on various ways developer can already extend blocks and the editor experience. They also shared lots of resources and examples.
\n\n\n\nIgor Benic explained in his blog post How to Programmatically add a block in the WordPress Block Editor. “When working with custom blocks or custom solutions to enhance the WordPress Block Editor, you might need to have a way to add blocks programmatically to the editor.” he wrote and showed how to use – wp.blocks.createBlock
– wp.data.dispatch(\'core/block-editor\').insertBlocks
to accomplish the task.
Working with Blocks also means getting data via the Rest API. The team of Learn WordPress just published the new course on Introduction to developing with the WordPress REST API. “This course presents a developer-oriented introduction to using and developing with the WP REST API. If you want to learn to use the WP REST API to power your next site build, plugin, or theme, or you just want to understand how it works, then this course is for you.” they wrote.
\n\n\n\n\nNeed a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.
Have you been using it? Hit reply and let me know.
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\nFor questions to be answered on the Gutenberg Changelog, send them to changelog@gutenbergtimes.com
\n\n\n\nFeatured Image: Train Station at Leipzig, Germany. Photo by Birgit Pauli-Haack
\n\n\n\nDon’t want to miss the next Weekend Edition?
\n\n\n\n\n\n\n\nTammie Lister and Birgit Pauli-Haack discuss Gutenberg 16.1 and WordPress 6.3 and what’s coming to 6.3
Add a summary/excerpt here
\n\n\n\n\n\n\n\nShow Notes
\n\n\n\nPodcast With Tammie Lister: How Gutenberg Evolves and the Future of WordPress with Emma Young at Hostinger
\n\n\n\nCreating Gutenberg – Live Q & A w/ leads Tammie Lister, Joen Asmussen and Matias Ventura
\n\n\n\nJuly 6th, 2023 – 17:00 UTC Leveraging Gutenberg’s architecture to take plugin development to new levels
\n\n\n\nJuly 21, 2023-17:00 UTC Live Q & A with designers and developers for WordPress VIP. They created a bridge between Figma Design themes and the theme.json file for classic and block themes
\n\n\n\nWhat’s new in Gutenberg 16.1? (29 June)
\n\n\n\nGutenberg 16.1 Introduces Pattern Creation and Library, Adds Distraction Free Mode to Site Editor
\n\n\n\nProposal: The Interactivity API – A better developer experience in building interactive blocks
\n\n\n\nWordPress.TV: Developer Hours: Introduction to the Interactivity API
\n\n\n\nStay in Touch
\n\n\n\nTranscript
\n\n\n\nBirgit Pauli-Haack: So hello and welcome to our 85th episode of the Gutenberg Changelog podcast. In today’s episode, we will talk about Gutenberg 6.1, WordPress 6.3 and that’s pretty much it. We have a full program alone with that. I’m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor for WordPress open source project sponsored by Automattic. And I’m so happy that Tammie Lister joins me today. She’s one of the Gutenberg design leads of phase one and design lead of WordPress 6.3 release squad and will be the editor tech co-lead on the all underrepresented gender squad for 6.4. In her day job Tammie works at the global agency Inpsyde from Germany as a developer. Good afternoon, Tammie. So happy to see you again. Thank you so much for making the time to be on the show. How are you?
\n\n\n\nTammie Lister: I am great. Thank you so much for having me.
\n\n\n\nBirgit Pauli-Haack: Oh, it’s so wonderful. And for our longtime listeners, you are no stranger. You’ve been on the Gutenberg Live Q&A few years ago, and you were part of the last year’s developer hours, and it’s actually the first time that you’re on the podcast. How did that happen? For those of you listening for the first time, tell me a little bit about your WordPress work and what you’re doing now.
\n\n\n\nTammie Lister: So my WordPress journey has been a long one and an awesome one. Like a lot of people, I started out by blogging and poking around themes and then I worked for a long time on the problems with themes, went via core through BuddyPress and then for a long time I worked as creating themes and working through that. And that’s where I started really my contribution journey through the theme review team and a little bit in core. And then Gutenberg, I guess it was my adventure by Gutenberg. The seed of Gutenberg is rooted in a lot of people from the theming background. It’s one of those not so hidden facts about Gutenberg, that a lot of people who worked on it had that background as well. And I’ve been really lucky since I worked on that project, to have quite an adventure working in various roles from design.
\n\n\n\nAnd at the moment, I’m really lucky to be balancing back my developer skills. I’ve always done both, but at the moment I’m really focusing on how can I raise back up those skills, and I’m really lucky to be doing that in an agency role. So I am now getting to work with this amazing thing that we’ve created in the editor and getting to implement it within the agency at a development level so that I’m having all sorts of fun now.
\n\n\n\nBirgit Pauli-Haack: Yeah, I can imagine that. That’s awesome. Well, thank you so much and yes, so you will have opinions about the extensibility of Gutenberg, which is one of the top…
\n\n\n\nTammie Lister: Only a few.
\n\n\n\nBirgit Pauli-Haack: That will come or that has been in the background or in the other current of all the new features, where’s the extensibility or how can we extend this?
\n\n\n\nSo before we dive into the recent releases, I want to tell you dear listeners all about the two live Q&As that are coming up in July. So next week, we have on July 6, 2023 at 17:00 UTC and I’m not going to convert this to any other time right now. Time zones are the bane of my existence at the moment. So we have the topic, leveraging Gutenberg’s architecture to take plugin development to new levels, and we learn about how Gutenberg components and scripts can be used outside the block editor to revamp a plugins code base.
\n\n\n\nSo this is a case study of GiveWP 3.0, how that’s come about and we will have a guest, Jason Adams, who’s the director of development and Jon Waldstein, who’s the lead developer on the show. And my co-host will be Lena Morita who is a JavaScript developer on the components team. So she has some really geeky questions for the two and she’s quite excited about it, and I’m really looking forward to it because I find it fascinating when developers discover all the ways to use existing components and script to build on top of Gutenberg. And it saves so much development time and it opens up new synergies between the core and the added functionality in a plugin.
\n\n\n\nSo if you’re interested to dive in, the next one, two weeks later on July 21st, also at 17:00 UTC, we will hold the next live Q&A with designers and developers of WordPress VIP, and they created a bridge plugin between Figma design themes and the theme JSON file for the classic and block themes. And it’s a fascinating way to keep faithful to the existing design systems and start spinning up new sites that mirror that design system without a whole lot of friction in between us. My co-host will be Joni Halabe from the web team at Georgetown University, also a very interesting live Q&A. I’m really happy that we’re putting it together.
\n\n\n\nThe last one, you have to just subscribe to the newsletter so you get early access to it, newsletter at the Gutenberg Times and should you listen to this episode, I know a lot of people binge listen to it. If you listen to this episode after July 22nd, check out the Gutenberg Times YouTube channel for the recordings of that. We always record them, we have them transcribed, we have a post on the Gutenberg Times with the resources shared and all that. So even if you miss it, but the live Q&A is really interesting because all of a sudden from the demos that are there, there comes these very quick questions from the audience and I really like having that a live show. So that’s that.
\n\n\n\nWe are coming to the what’s released section and we come to what happened last night. So today, we are recording it on Thursday, June 28th and this morning in I think 1:30, WordPress 6.3 beta two was released. And were you up at that time?
\n\n\n\nTammie Lister: No, I got up as far as about just hitting 11:00 UK time at night and I could see it wasn’t going to be the 11:00, so I left the amazing people that were doing and I’d kept going that far, and I bowed out and got some sleep because it was the second night running.
\n\n\n\nBirgit Pauli-Haack: Yeah, there was a second shift coming in from Australia.
\n\n\n\nTammie Lister: Which is amazing. That’s part of the global project. We all get to open doors and close doors after each other, leave post-it notes virtually up for each other. There was a lot of that going on for the past two days and I think that’s the important thing. It’s been two days we’ve been working to get this out.
\n\n\n\nBirgit Pauli-Haack: Yeah, the make blog has one was the delay for one day and then also the explanation why it’s now called beta two instead of beta one.
\n\n\n\nTammie Lister: Systems are hard.
\n\n\n\nBirgit Pauli-Haack: Systems are hard, releases are hard. I have switched my role for this release from doing for three releases, dev notes wrangling to actually be editor triage, co-lead with four other people. And this has been quite an interesting experience because all of a sudden, I’m looking behind the scenes and how timely a lot of PRs are to getting into the beta. And then it’s not only that there’s in the plugin, but you also need to sync the core data, the PHP code with the Gutenberg code and that is another big adventure for the tech leads. And you get to do this, when is it? In September before beta 6.4.
\n\n\n\nTammie Lister: Yeah. And I think you never know the unknowns until you know them and then you document, and then you try and that’s the important part of this amazing journey that is these big projects. You can predict most things but it’s always going to be the thing that you don’t predict. Honestly, we are doing incredible. Everyone is doing incredible. We just have to remember humans’ need to sleep sometimes and I think that is the beauty we learn. One of the amazing things we do now, which we didn’t do before is we have the use of the time zones. We use that. We have multiple leads. I think back even a few years ago, we didn’t have that for these roles and by having that, we can take advantage of time zones and lives and different people, but just documenting and writing, I think there’s going to be some like, “Okay, so that could happen.” Okay, now we document this, now we learn this and that’s great.
\n\n\n\nThere’s stuff I now want to learn about. My curious brain is like, “Okay, well this went wrong. Okay, so how do we learn?” And that’s great because our documentation gets better. That’s generally what happens in between releases where people debrief and then take everything that happened in a release and then the next release gets better each time. We rise on the past release each time.
\n\n\n\nBirgit Pauli-Haack: Right, yeah. As you know, this big project, nobody really knows everything. So the collaborative effort is…
\n\n\n\nTammie Lister: And if they claim to, I really think they need to go for a little walk in the countryside and think about themselves because nobody does and that’s amazing. You’ve just got to be very humble and just go, “Okay, on we go.” I just wanted to say shout out to everyone that was working so hard the past 48 hours and then some. You saw some beautiful handovers of patches, people just teleporting in on their phones and doing things and just some amazing open source hearts. You saw a lot of that going on.
\n\n\n\nBirgit Pauli-Haack: And I saw a lot of also the humbleness stuff. I don’t know, does somebody else is able to help me?
\n\n\n\nTammie Lister: I don’t know, but I might know someone who does in their mental Rolodex going through a list of people, and that’s amazing to do. It’s not like I might know, I’m going to struggle with it for a while and then I’m not going to come up with a good solution. That does not help anybody.
\n\n\n\nBirgit Pauli-Haack: No, no, no. At that moment, you need somebody who knows. But it’s also…
\n\n\n\nTammie Lister: It would help otherwise you make it worse. It’s like the I will fix this and make it worse. Nobody needs that at 10:00 at night.
\n\n\n\nBirgit Pauli-Haack: Yeah. Not on a software that’s used by millions of people.
\n\n\n\nTammie Lister: But a beta is a beta. And I think that’s the amazing thing we all have to… Now, let’s test it now let’s poke it and do things and nothing is ever going to be bug free. We always want that, but we do our best every time. I am so excited about how big this changelog is.
\n\n\n\nBirgit Pauli-Haack: Yeah, we’re getting to that. But I just wanted to do a shout-out for Brian Alexander who’s heading the test team. He has put together some amazing instructions on how you can make really impactful contributions to this open source project and we will share the link in the show notes. So when you go to the test make.webpress.org/test, that’s the first post that will come up is help test WordPress 6.3. There are quite a few features coming in and they all need testing and they all need hitting the real life scenarios. Have plugins that use some of that, themes, just poke it from all the ends and it’s really necessary. And like every beta, it’s beta, but the bugs that we find now in the beta two, three and four, we don’t have to fix later when the release is done. So yes.
\n\n\n\nWhat also was released was Gutenberg 16.1 and that’s when 255 PRs merged with this release by 69 contributors and it’s just amazing what all went in there. It’s also understandable because if it went for the last minute, nothing really gets done in life, I found. And everybody wanted to get their work merged, so it will be in the next WordPress release and with the beta this week, it’s the last plugin release for enhancements and new features to come in. After that, it’s all bug fixing. So that made it for a mile long changelog. And Tammie and I will do our best to pick the stars amongst the 255, the bright shining stars and the highlights for you and talk them through. So do you want to hit us off with the first thing or do you have any other comments to add?
\n\n\n\nTammie Lister: Wow, the amount. I guess the first one would be the navigation menu sidebar, the renaming, duplication, and deleting of navigation menus from browse mode sidebar. Navigation menu sidebar, the maturity of that in general, it feels such a long adventure the navigation menu has come on and I think that’s also maybe this point is why there was so much as well. It’s not the final-final release, it’s like Photoshop when you name a final-final 01 file or something, but it’s a closure and I think having a navigation block, having things changed, all these things, it’s a closure for a lot of these features. So I think navigation, it feels like quite a closure on some of these things as well.
\n\n\n\nBirgit Pauli-Haack: And it now made real sense. I think it really needed to gruel it and often and throw out concepts and get new ones there. So there’s navigation and then there is the sidebar menu in the site editor that also has a navigation piece to it.
\n\n\n\nTammie Lister: But bringing that functionality means that you then… There’s this weird separation, but it allows that to feel more cohesive and native. That’s the best words I can think of it. I think navigation’s going to take a little while to get a lot of people using because navigation’s over here and all these kinds of things. It’s that maturity of that feature and the dependability of that feature and the work there. I’ve definitely started feeling that it feels more robust to use with these changes.
\n\n\n\nBirgit Pauli-Haack: Yeah.
\n\n\n\nTammie Lister: It’s pretty exciting.
\n\n\n\nBirgit Pauli-Haack: And I finally feel the same way. I was always a little hesitant to touch the navigation because I knew it wasn’t finished. So I didn’t want…
\n\n\n\nTammie Lister: You sneeze near it, it’ll fall over, bless it. And I say that having worked on it myself, but it’s just a really hard problem. Turns out navigation… Linking alone is a hard problem, but navigation is linking plus plus plus. It’s a really difficult problem. If you just write code, it felt easier. But if soon as you add any interface, it’s really difficult.
\n\n\n\nBirgit Pauli-Haack: And it’s also such a prominent piece of a website that you build, that it really needs to…
\n\n\n\nTammie Lister: And people are very bonded to a particular way of using navigation in WordPress as well. So we’ve got to retrain that mindset.
\n\n\n\nBirgit Pauli-Haack: Yeah, that definitely is true. And so we have the navigation and the sidebar and the site editor as a navigation menu where you can do certain things and from that menu, from that sidebar, you already can rename, duplicate menus, or delete them. You cannot create them. That’s what you do when you create, you add a navigation block to a template part to the header or to the footer and then on the right hand sidebar on the white sidebar, that’s where you assemble your menu or the many menus.
\n\n\n\nTammie Lister: I like that consciousness of creating them somewhere else. There there’s so many opinions on separation and workflows. I feel like… This is a complete personal opinion, but making navigation too easy, I think that you end up with too many navigation everywhere. That’s always been one of our problems, that you end up with people drowning in menus. So I think that there’s a balance that there’s a maturity of navigation. I think that’s where the overlap of this.
\n\n\n\nBirgit Pauli-Haack: Yeah, definitely. And I like that in the site editor left side navigation, you just touch on the overall website, but you always go into the canvas to actually make changes.
\n\n\n\nTammie Lister: The best words I can use is assembly there. I don’t know if that’s a good word, but it feels like assembly there, functionality doing here. And then that’s what it feels like. The different mental models that I’m moving in between when I’m doing things and I’m for that, different areas having very distinct different mental models when I’m doing it.
\n\n\n\nBirgit Pauli-Haack: And I like that too because I can’t have two different thoughts in my head at the same time and be productive.
\n\n\n\nTammie Lister: Life’s too short.
\n\n\n\nBirgit Pauli-Haack: Yeah. So that’s why I like the next item, that the footnotes block is now coming to text blocks and that’s really something that we have all been waiting for a long time. And I know that Ella van Durpe has also tried multiple ways to get this done and I think she has such great ideas that she all pursued them all. And in the GitHub, you can have the history of all the footnotes, but I think this version is really hitting it out of the park. It works well. You put the cursor where you need the footnote, you get it from the menu from the inside menu bar menu dropdown on the block toolbar, and then you say footnote, and then it gets you right into the place where the content of the footnote, you can add that and it does the numbering itself.
\n\n\n\nSo if you say, “Oh, I put a footnote in the middle of a paragraph, but also I need another one on top of it,” it recounts them so automatically. So that’s a really good feature. And it has color controls, but it also follows whatever your paragraph or your link color is. I just see that when you change the background of a paragraph, you get what you always get with links is if you change the text, you also need to change the link color. But that is something that’s the nature of the beast and there is no automation for that. But I’m really happy that this block comes and it will be in 6.3.
\n\n\n\nTammie Lister: Footnotes has an adventure for many years. I think footnotes is one of those, to me, it’s a sign of maturity for an editor. Quite a few see it as extra functionality or features. But it really is something that if you are in a particular field or you are particularly using, that you will not use an editor unless it has the footnotes functionality. It’s whether you choose to use or not. There’s no doubt whether you would want, you wouldn’t even have a plugin. It would be base functionality. So I think I am very glad to see it. Also, it’s a really strong indicator of things like collaboration. It sets that. It may not feel like it, but it is. It sets those using that canvas in a little bit of a different way as well. So I’m really pleased to see it.
\n\n\n\nBirgit Pauli-Haack: Yeah.
\n\n\n\nTammie Lister: And that experimenting outside to then bring in, I think is a real good way forward to start seeing the interface as well.
\n\n\n\nBirgit Pauli-Haack: Yeah, definitely. Definitely. And then you could actually move the footnotes block where all the footnotes are to the end of things or put them a little bit further. So it’s also quite versatile.
\n\n\n\nTammie Lister: That’s really important depending on what article you’re writing as well. I do not claim to know any different medical whatever articles, but I’m sure that there are certain rules and regulations around where things go and depending on articles and what order things go. So having that functionality that you can determine yourself is better for everybody.
\n\n\n\nBirgit Pauli-Haack: Yeah, absolutely. Absolutely, yeah.
\n\n\n\nTammie Lister: The next big one.
\n\n\n\nBirgit Pauli-Haack: Yep, go ahead.
\n\n\n\nTammie Lister: I feel like there’s a whole episode here on patterns and I guess the big one here is the naming and language to me is… Again, we talk about maturity, well renaming reusable blocks, rename to my patterns and add option to also add a non-synced pattern. This is big, it’s a small big thing I guess because it’s a big thing, but it’s not a massive feature, is it? But it also is a massive feature. Reusable blocks are quite limited but really quite bonded for some people. So I think that we got to respect that. But patterns to me are what everyone always wanted with reasonable blocks. When everyone describes what they want from a reusable block, it’s a mature functional pattern that has all the things that patterns are getting like syncing, all these things. And that’s what patterns are getting now.
\n\n\n\nSo I don’t know what you feel, but that to me it’s just maturity of patterns, you have blocks, patterns, template parts, templates. It makes sense.
\n\n\n\nBirgit Pauli-Haack: Oh yeah, yeah. They’re pretty much cut from the same cloth and all had different names and also different models. So you had to get here for template parts, you need to go there for a reusable block and you had a pattern here, but they all had different updates kind of thing. So if you update a reusable block, it updates on all instances. A pattern doesn’t have any updates, so every time you put them into a canvas, they are all disintegrating. They don’t know about itself anymore. But what I like is that you now can create your own patterns and that is something that a lot of people were missing, that you were dependent on the pattern directory or you were dependent on the theme to provide your patterns or some third-party directory where you can copy paste it over, but you are not able to say, “Oh, this is a marvelous pattern. Can I store that on my site?” And now you can.
\n\n\n\nAnd it’s the same interface or same workflow that you are accustomed to when you create a reusable block and there’s only one change there… Well, one attribute, it’s called sync this over all the instances, yes or no, it’s a toggle switch. So if you switch it on, you get a reusable block that if you change it, it changes all the instances. And if you switch it not on, it’s a pattern which does not update. But this is also, and you say, “Okay, but I want, when I change the style of my pattern, I want it to be replicated over all the instances.” It’s coming. This is the first step. This is the first step to unify the wording, unify the interface. And then also, you don’t have this duplicate mental model anymore. You find them and you can edit them at the same spaces. It’s called my custom patterns. That’s how you find them in the pattern list. And then in the block when you highlight them, there is manage your patterns. So it’s a great step and it’s one that we have been really all waiting for.
\n\n\n\nTammie Lister: And putting my agency hat on, really trying to explain all this language. People, they work in design systems, they work in simple language and been able to sell this easier by simpler language that it behaves more like a design system as they expect. This all is that. You don’t have to then build a system on top because then the system will be easily done within, you don’t then have to bring the system. So I am very excited about this. It is the start. It is something that I would’ve liked a couple of years ago, but we had so much to do. We’ll get there. And I think that is the thing of there’s so much changing to do. Patterns are really getting strong. When they first came out, it felt like, “Oh, you can do patterns.” But they are so powerful. People get patterns way more than blocks as well. If you explain a block, people are like, “You don’t need to make blocks.” And I think we’re going to see less blocks people making and more patterns with this because patterns are just more useful then.
\n\n\n\nBirgit Pauli-Haack: That’s what I have been seeing as well is also that people say, “Okay, I don’t have to create a custom block just because I want a group of blocks in my site.”
\n\n\n\nTammie Lister: As much as I love block variations, I love all these things that you can do because blocks were amazing. I’d like to see less because then it means that patterns are doing what they’re meant to do because that’s what humans see. The interface that we’re having for pattern browsing and all that, we’re getting onto the management stuff that’s also part of this, that is just better as a human. Those human interfaces, once humans are using that, that’s way better than the tiny little pickers that we have for blocks.
\n\n\n\nBirgit Pauli-Haack: Yeah. But I wanted to go back to what you said, while I would love to have it two years ago, but I think sometimes waiting helps you really to see the big picture, the whole picture. So two years ago, we didn’t have template parts, yeah?
\n\n\n\nTammie Lister: Yes.
\n\n\n\nBirgit Pauli-Haack: Or we didn’t know yet how they’re going to fit in into the block themes and in pattern, we’re just at the beginning, but we didn’t know how to lock them. How to lock certain pieces of it.
\n\n\n\nTammie Lister: When I say that, that’s just eagerness and that’s also…
\n\n\n\nBirgit Pauli-Haack: Yes, impatience. I see it, I want it.
\n\n\n\nTammie Lister: Way too many people in the agency just want it tomorrow because honestly, those are the people who are trying to solve it with design systems who are trying to work around the problem today. Absolutely, these toys are amazing. And that then means these bigger systems can start using. They don’t have to build on top or around. They can build a lot more natively and the more native you can build, the easier upgrades, the easier components, everything. And it’s just a better experience for everybody.
\n\n\n\nBirgit Pauli-Haack: Right, right. Or you see the power now and you say, “Oh, wouldn’t it be great? And then you have to wait.
\n\n\n\nTammie Lister: If no one ever has to go through a load of patterns and I’ve actually had to do this, go through someone makes a change in patterns, but this was quite a while ago. If you use patterns and then you had to make a change in patterns at scale, that was hard to do before. Not having to do that, that’s going to be amazing. So getting all the amazing benefits of all these things, but having the amazing benefits of things like reusable blocks, but with these visual benefits that humans have. Yeah, it’s amazing. We have all the toys.
\n\n\n\nBirgit Pauli-Haack: And there’s one more toy coming, which is now you can get a preview of block themes in your site. We all remember the customizer where you install a theme on your website and then you use the customizer and you were able to preview your site with the theme. And that hasn’t happened yet, but now it’s here for block themes as well. You see where you have all your themes, you see a live preview button and that gets you into a similar interface as the site editor. And then you can navigate your site with the theme that is installed but not activated yet. So you can see how your blocks behave, you see how your posts behave, and in advance you don’t have this what Helen Hou-Sandí always calls the save and pray feature there.
\n\n\n\nTammie Lister: What you see might maybe what you get, but possibly not.
\n\n\n\nBirgit Pauli-Haack: Probably different, yes. And it’s amazing to see this in block themes. You also see all the style variations and how they would change your website and it’s really amazing. And it’s in 16.1 and it will come to 6.3 soon.
\n\n\n\nTammie Lister: And moving on to the site editor, the distraction free. We’ve had distraction free, so it’s like ta-da. But having that with the site editor, been able to create and just go get away. I remember… Age, that Dreamweaver full screen mode. And you now got that. The day where you could suddenly do visual in Dreamweaver, we’ve now got that in WordPress. Wow. It’s incredible to think that we can do that and you’ve got that without some of the ickiness. Bless it. Without tables. But we’ve now got that and that means that you can really focus on what you’re creating. And sometimes like if you’re doing some of these three-column query or whatever when you’re trying to do, you do not need those side panels and everything in the way. So distraction free is really, really nice to be able to do that and create.
\n\n\n\nWe talked earlier about modes when you’re doing things that really helps you with that creation mode, there’s a reason why when you are writing, you have those zen modes and that really works for people. Or you have that get away from my desktop all the apps. I don’t know what you feel, but I think this is just a small improvement to life.
\n\n\n\nBirgit Pauli-Haack: Absolutely.
\n\n\n\nTammie Lister: Quality of life improvement.
\n\n\n\nBirgit Pauli-Haack: Absolutely. And it’s a good one, when you can do an almost one-to-one preview of your site for that particular page, it opens up so much or it takes away so much worry. It’s really a better life there.
\n\n\n\nTammie Lister: Know what you’re getting rather than guessing what you’re getting.
\n\n\n\nBirgit Pauli-Haack: And test this, please test this so much.
\n\n\n\nTammie Lister: Yeah. And again, that’s the part of this. A lot of these things, they’re going in and they’ve been tested by the people that are creating them and they’re amazing humans, but they are not the people that are going to be poking it. It’s now up to people that are listening to this, the people that are going to be testing, who are the people that should be poking it and using it. And I think that is exactly what this is about.
\n\n\n\nBirgit Pauli-Haack: Absolutely, absolutely. And what is now coming back to the site editor is editing templates as well as content. At the beginning of when the site editor was introduced, it was already there, but people got confused. Am I editing a page? Or they were not confused. They didn’t have that concept of a template part like this is just the template that drives all the pages and they made changes, and then were surprised that the changes were duplicated on all the pages. So it was taken out of the editor, and now it comes back with some guidance for the content creator of, “Okay, you can edit that now and when you’re in the template, you get all this whole title kind of thing.” It names the things that are in there. And when you’re on a page, it gives you the page title exactly how you put it in and then you can edit it. But when you go into the places where the template is, it tells you this is a template piece, do you want to edit now? And then gets you out of the editing mode into a template editing mode.
\n\n\n\nAnd I think that the guardrails there really help with the mental image as well. This is a template, I don’t want to screw that up. I just want this on my page. I want that content done. And you can do it in the site editor. Do you have to go back to the WP admin? Once in a while when you create pages, yes, yeah. But sometimes you want to edit things and you want to see it with… that’s the good part in this section now when you have the edit the page content as well as the template, is you see the page and it’s all in its context. How will it show up on the site? There is no, “Oh, okay. There is something on the sidebar that’s interfering with my page.” And it’s the same thing that we talked about before where as long as you see the full context of your page, all the worry goes away.
\n\n\n\nTammie Lister: I love what you said as well about having something in and then taking it away. I think that’s really, really important because sometimes when something’s completely new, it doesn’t work because it’s new, it’s not because it’s a bad idea and this is showing, it just needed to be delivered in a certain way. And I think not everything, but quite a few things that have been added a little bit recently are that. They are re-adding a slightly different variation once we’ve got things together. So sometimes you’ve got to find the combination of the puzzle to put these pieces in or the order to put them in. And this is exactly one of those, it needed to come in a certain order.
\n\n\n\nBirgit Pauli-Haack: Yeah. And I had some interesting conversations at WordCamp Europe. I had a lot of conversations at WordCamp Europe, but some of them were really interesting because I think if you’re not a developer, it’s really hard to understand that you have a vision for what people want to do. But unless you start programming and putting it in, you don’t know yet how it’s going, how it’s going to work. So let’s put it with the features in and then see what other people think about it and then reiterate on it.
\n\n\n\nTammie Lister: It’s part of the freedom of creating in the open and part of what we’ve learned with this whole project is by creating in a plugin, we get to experiment. I want to use the word play because experiment sometimes feels a little bit harsh, it feels serious, but we get to play and see if this goes here, what did someone feel about it? This goes here. Testing things was really, really hard to do in core and it has been really, really hard. But by having it in this and been able to backtrack quicker, and that has been something that has happened time and time again of, “Oops, nope, let’s try this.” Or, “Okay, well this idea didn’t work this time.” We’ve still got it in the code base. It’s just back now. We haven’t completely lost it.
\n\n\n\nIn core, ideas go and get lost because it’s a big space, sadly. So having that flexibility, I think we are doing it a lot more as a project and having that healthier macro experimentation. But it’s seeing those mature ideas come. I love seeing things that was talked about, like you said footnotes, but things that were said years and years ago and it’s like, “Yay, they finally shipped.”
\n\n\n\nBirgit Pauli-Haack: Yeah. And it’s not because they couldn’t ship it earlier. It’s also you didn’t know yet how other pieces that needed to fit.
\n\n\n\nTammie Lister: It’s like baking a cake. It needs to be the right time and the right ingredients need to be available, and the right people to taste the cake. I don’t know, that metaphor went really weird, but right?
\n\n\n\nBirgit Pauli-Haack: Well, only chocolate lovers love chocolate cake, right?
\n\n\n\nTammie Lister: Yeah. And sometimes you are not delivering chocolate cake, you are delivering a Victorian sponge and to the wrong crowd. I don’t know.
\n\n\n\nBirgit Pauli-Haack: Those metaphors are really…
\n\n\n\nTammie Lister: It’s not working. Backtrack, what’s the next thing?
\n\n\n\nBirgit Pauli-Haack: Let’s try it again. We all have experiences, but it’s not in WordPress. So creating something really, really new in WordPress with a lot of backwards compatibility promises, it’s really hard.
\n\n\n\nTammie Lister: I always describe it as the difference between moving a little rowing boat to moving an ocean liner. One of them big Disney cruises or these giant things and then moving a little rowing boat. It is really easy, right?
\n\n\n\nBirgit Pauli-Haack: Yeah.
\n\n\n\nTammie Lister: It’s not the same.
\n\n\n\nBirgit Pauli-Haack: Yeah, yeah. But this editing piece, I think it’s really so much better now and I think it meets the vision now. So what’s also in the site editor bar is some template details. You might have already seen that, but now it also respects the settings and there is some language going on as well. Some language changes. You see the home template details, but that only tells you, okay, how many blog posts are on it? So it’s the blog home and not only just the homepage. So if you switch it to a static page, you will see that in the pages and not in the template pages. But it’s really good to have those template details in the site editor on the sidebar, it gives you a little bit more context.
\n\n\n\nTammie Lister: With components, I guess one of them to call out is the button has a size prop, which is a small little thing, but it’s maturity of the burn block, how many sites have burned every one of them? And having something like that is really big. It’s going back to one of my favorite topics of design systems. If we are building off core as a basis, you need to have these foundational things as part of it. So I’m really excited to see. Anytime I see that or any of the blocks getting different attributes, I am giddy with excitement about all those things. Basically because it means I can then use them.
\n\n\n\nBirgit Pauli-Haack: You can use them, you can create styles with them. You can have different variations on the buttons and you don’t have to create a new block for the buttons.
\n\n\n\nTammie Lister: Yes.
\n\n\n\nBirgit Pauli-Haack: Yeah. Another block that got some nice features, an additional feature in there is the list block. It now has a different numbering type for the ordered list. So you could have alphabetical numbering or numbered numbering or Roman lit numbering and then capitals and then small cases. So now you have quite some options in there. I really like that. It’s catching up with other documentation or writing tools where you have that. But yeah, it’s good to have it in there.
\n\n\n\nTammie Lister: And image block has as aspect ratio control. For some reason, I wanted to say radio control. That was exciting. I think that’s a whole different thing.
\n\n\n\nBirgit Pauli-Haack: Multimedia, an image has radio.
\n\n\n\nTammie Lister: Which again is maturity, right? You mentioned parity with tools. It is, right? We need to have the best of these tools so that people use them natively. So that’s really what a lot of this is maturity of these tools, I think.
\n\n\n\nBirgit Pauli-Haack: Yeah. And that was particularly important because you want your patterns when you switch out the images, you have them in a certain aspect ratio and when you switch them out and somebody puts in another image, you want it in the same aspect ratio and not blow up the whole pattern.
\n\n\n\nTammie Lister: Could ruin a party, that really can.
\n\n\n\nBirgit Pauli-Haack: Yeah. I’m scrolling past it, but there is just stop to say that the interactivity API will not be in 6.3. It has been merged for the Gutenberg plugin, but it will only be available… they’re aiming for 6.4, which is not so far away, actually. September is the next beta. So it’s really going forward. There were some questions in the community about the interactivity API. A lot of people are very excited about it.
\n\n\n\nTammie Lister: We’re going to have some really nice toys for Christmas.
\n\n\n\nBirgit Pauli-Haack: And November 8th is I think the release of 6.4. So let’s get those toys wrapped up for Christmas.
\n\n\n\nTammie Lister: That’s actually going to be some really interesting testing, I think. Some difference in testing because yes, we’ve done, but how you test some of that stuff is going to be a little bit different, I think.
\n\n\n\nBirgit Pauli-Haack: Yeah. And we need a lot more examples.
\n\n\n\nTammie Lister: That’s where I’m going. How do you push some of that stuff?
\n\n\n\nBirgit Pauli-Haack: Yeah. And definitely there’s some documentation. I think they started with the documentation now. There were quite a few insights already in the make blog on core. I think two of them, and I can certainly add them to the show notes. So people who are all interested in that and want to help with the rollout, definitely can get a headstart on it, but not in 6.3.
\n\n\n\nTammie Lister: The next one, I’m going past so much, this is such a long list. It’s amazing. It is in the design tool section and that’s a sticky position. That’s not a phrase. Try re-enabling non-root sticky position. So actually, I think any improvements to things like this is really nice. The fact that we have this shows maturity of design tools. So I think that’s part of calling this out. Design tools as a whole are a concept that is still relatively new to us, but design tools means again, that people are going to build using it. And so I’m really excited anytime that any of our refinement happens to any of our design tools.
\n\n\n\nBirgit Pauli-Haack: And I think in 6.2, the sticky position was already introduced for the header and the footer, but it was not for the sidebar because somehow it was really, really hard.
\n\n\n\nTammie Lister: Sticky is hard. Sticky is hard to stick.
\n\n\n\nBirgit Pauli-Haack: You never get it to stick. And it needed to be a root wrapper or root block to make it sticky. You couldn’t do it in a column block where you have a sidebar and make that sticky.
\n\n\n\nTammie Lister: Because CSS.
\n\n\n\nBirgit Pauli-Haack: Because of CSS, yes. Yeah. So there is another attempt to make this work and needs definitely testing.
\n\n\n\nTammie Lister: Yes, I was about to say that if anything needs testing, any time you see something listed in design tools, I would point anyone who is building themes or building anything to please test around those things because these are what really you will be building with. Having native sticky positions is much better than having to call on libraries or add things. And again, it means that people who want to build and create in the editor themselves have that capability to create some incredible, powerful, beautiful designs without having lack of access to them. It all sets us up to what amazing things could be done with the default themes, and that’s super exciting, what Christmas is going to bring there with all these tools.
\n\n\n\nBirgit Pauli-Haack: So the next one is actually for media and we need to set this up a bit. So when you copy paste something from Google or from another website and there’s images in there, when you paste them into your canvas, the image will always go back to the original. So when the original site goes away, especially when you migrate from one domain to the other, the image goes away. And now there was a little button on every image where you could say and if it was allowed from the source site, that you could add that image to your library with a button. But of course when you have 15 images, it’s a little harder to do that. So now in the pre-publish screen, there is a section that suggests that you upload the external images and gives you a button and you can do it all at once. You also can click on the images and see how they show up in the post or in the page. So I think that’s a great addition to…
\n\n\n\nTammie Lister: Just what people expect. Again, and I do not belittle it by saying that. It’s more just, it just raises it up. It’s what people expect, it’s what people want. So it’s amazing.
\n\n\n\nBirgit Pauli-Haack: It really raises the quality of the tools that you use, that it actually helps you also with the little things. Images are important.
\n\n\n\nTammie Lister: Quality of life. Really, the release is quality of life and completion, which is a beautiful summer thing.
\n\n\n\nBirgit Pauli-Haack: And refinement.
\n\n\n\nTammie Lister: Yeah. So I think we’re going to talk maybe a little bit later about the command section, but we’re into commands.
\n\n\n\nBirgit Pauli-Haack: We’re good?
\n\n\n\nTammie Lister: Going down the list, there’s two things about the commands and that is add commands to templates, template parts and styles, and to related commands as well. I don’t know if you want to talk about commands right now or later?
\n\n\n\nBirgit Pauli-Haack: We could. So we have a name now for it.
\n\n\n\nTammie Lister: We do.
\n\n\n\nBirgit Pauli-Haack: In the development, it was always called the command center, but now it’s command palette and it tries to convey that’s the tool when you hit control K in the site editor, it gives you quick access to various commands, context-sensitive. And so you can say go to library or go to templates or go to template parts or delete template parts. All this you can do, and it’s also extensible. So you can create commands for your plugins, you can create commands for your themes as well. But the API is very, very new. So there are commands and with this release, there are commands with template, template parts, styles, how to manage the custom patterns, which custom patterns are the former reusable blocks. Sync patterns. So now you can say to your command palette, manage patterns or you also get UI commands for your post editor. So where you can say, add new post or something like that. So it’s not the center of it because it’s not a mission control palette or something like that. Or dashboard, it’s just you have a thought that you wanted…
\n\n\n\nTammie Lister: It’s your friendly helper there and there. And I think what these are doing is giving you examples. As you said, this is the start and it’s new. So by having these there, and this is just to start again, I think it’s worth of saying these are an example that someone could look at and be like, “Oh, that’s how you write one,” as well. So I am super curious to do that myself and be like, “Oh, okay, that’s how you write one. Okay.” And I am really excited to see what people create with this. Now we have decided the name, I was going to call it Bob, but it didn’t catch on.
\n\n\n\nBirgit Pauli-Haack: I always call him Fred.
\n\n\n\nTammie Lister: I call everyone Bob. No idea. Everyone picks a name that they call things repetitively, I think. And now that it has a name, which is amazing. And I think one of the good things is its translatable. And I think that was key in all of it. Personally, as long as it’s translatable, as long as we agree to something, we get it in, things can change. But let’s get it in and iterate. So these are great examples to then copy, rehash, and learn from. So I think 6.4, we’ll probably see more. And then I imagine there’s going to be a flowy of plugins, some nice little iterations and people exploring what it means to have these things as well. So it’s going to be very exciting to see what people create.
\n\n\n\nBirgit Pauli-Haack: Yeah, I’m really happy about that. I would’ve never thought that my website tool would have these quick commands that I can just call up and then do stuff.
\n\n\n\nTammie Lister: So the way that I think of it is a combination of… Because initially, I was Alfred was where my mind went because it’s searchy, I think of it now like Alfred. And if this, then that, and those two things combined is where I go because it is that, but it’s also workflow. So it’s that but in WordPress for me, and I am very excited about extending that and then where people take it, because people always take it in a way that you would never expect it to go. So I think the next year or so, we’re going to see some really exciting things come from that.
\n\n\n\nBirgit Pauli-Haack: Yeah, I totally agree with that.
\n\n\n\nTammie Lister: New toys.
\n\n\n\nBirgit Pauli-Haack: New toys for everybody when the biggest toy is probably creating those commands and find, “Yeah, oh I can do this. It’s not that hard.”
\n\n\n\nTammie Lister: And then even vigilant spaces to be able to create those commands ourselves. That becoming easier and easier I think is something that will happen over time as well.
\n\n\n\nBirgit Pauli-Haack: Yeah, I totally get it. I want to get into programming so much and lock myself away for two weeks and do all this.
\n\n\n\nTammie Lister: You don’t have to lock yourself away for it, but that’s all right.
\n\n\n\nBirgit Pauli-Haack: Yeah. So I’m scrolling and scrolling and scrolling. I don’t see anything anymore.
\n\n\n\nTammie Lister: So much. And I think that’s the thing. If we are going through the bug fixes and the enhancements and there’s just so much, I like the repetitive word flaky because when I see the fix flaky, that means that all the things which flaky is a bug report for, it kind of works and it kind of didn’t. I love that we’re down to that end of polishing, is my reflection on that. So I think that is really, really exciting that there’s so much polishing here.
\n\n\n\nBirgit Pauli-Haack: Yeah, and I think that was actually the outlook for 6.3, that most of the features get in and then we’re almost already…
\n\n\n\nTammie Lister: This is a giant section of those, which I love.
\n\n\n\nBirgit Pauli-Haack: Are we done? I think we’re done. Oh yeah.
\n\n\n\nTammie Lister: Yeah.
\n\n\n\nBirgit Pauli-Haack: There are a lot of documentation fixes. Code quality fixes, code quality in block library, code quality in site editor. No, this is cool. Yes. Tooling. Yeah, the whole testing thing was kind of, whoa.
\n\n\n\nTammie Lister: Yeah.
\n\n\n\nBirgit Pauli-Haack: That’s what you were talking about.
\n\n\n\nTammie Lister: And I think that’s the thing that’s there. It’s probably testing coming in for command as well, but it’s all maturity of that. As I’m scrolling down, I’m seeing improving, improving, improving, improving.
\n\n\n\nBirgit Pauli-Haack: Yeah. No, I think we made it. Yay.
\n\n\n\nTammie Lister: Yay.
\n\n\n\nBirgit Pauli-Haack: Yeah. So we want to bring it back to the WordPress 6.3 beta and talk a little bit about what this means plus tickets for 6.3.
\n\n\n\nTammie Lister: I think one of the big things to think about is yes, there are things in now, but things that are in are going to have to respond to feedback. So whilst you might think, “Oh, that burden is perfectly placed,” I am really paraphrasing here, “That burden might not be perfectly placed.” So during beaters, you might see that burden moves because that burden needs to be in a better place. And there are a couple of tickets out there at the moment, which one of them particularly has things could be done in a better way. That’s where I’m going with this. So we are going to see that. We are going to see, “Oh dear, this breaks this under this circumstance when we actually tested it under this load or we tested it under this situation.” Because you can test under all the situations you think, but you don’t have that until you are real world testing or you’re testing. And as the betas get towards the higher numbers, we’re on two now. So we’re probably going to go at least four I would say, I don’t know.
\n\n\n\nBirgit Pauli-Haack: I agree, I agree.
\n\n\n\nTammie Lister: I want to be optimistic. But realism kicks in here a little bit. You’re going to see fixes. So people need to bug report. People need to test or poke it, prod it, and use it. If you find something, see something, report something is the biggest thing because if you see something at release candidate, it’s a little bit late. It’s like shouting after the sheep have left the field. But if you say something now, it can be fixed. So if something doesn’t work with the plugin that is the only reason your client’s site works, now’s the reason to say basically.
\n\n\n\nBirgit Pauli-Haack: Yeah, definitely. And there will be. So I also wanted to caution some of the more eager WordPress news people or that want to grab screenshots and that kind of thing. There might be changes there.
\n\n\n\nTammie Lister: Going back to my button moving.
\n\n\n\nBirgit Pauli-Haack: For instance, one change is from 6.0 to beta or to 16.2, so plugin releases 6.0 to 6.2, which will probably have some of the things that will get into 6.3 WordPress. But there was one menu item in the site editor on the bottom that was called library. And that has been renamed to patterns because that’s what’s in there. It’s the reusable block that are patterns now, template parts that are patterns now, and your custom patterns that are patterns now. And one was thinking about the library part for a long time because also there will be a fonts library, something like that. But then there were quite a few smart people who said, “Well, if I’m looking for fonts, I won’t go to library. I go to my styles and that’s a separate place.”
\n\n\n\nSo while we were using it, it was rethought what would make it a better idea or better metaphor for that. And pattern is something that’s WordPress branded and that a lot of people are really responding to. So library was not, it removes cognitive load when you have to think about, “I need to think of library.” When you see patterns, that’s where you want to go. So that’s just one example. There might be others. So when you do a screenshot for your video, make sure you have the latest beta or the latest…
\n\n\n\nTammie Lister: Really, screenshots is release candidate as much as it feels late, it’s not. There’s several weeks and that’s when you’ll find a lot of documentation takes it as well. I’ll working on the about page and we’re going to be doing the graphics around there as much as possible. But honestly, the final-final 01 PSD graphics… I don’t have to deal with PSDs, that’s when you take them because things rightly about translation.
\n\n\n\nThis language though, I think so many of these language refinements happening, whether you agree with it or not, because language is so subjective and everyone has feelings about Bob or Fred, what things should be called, is a sign of maturity of the product, is that we’re working our own language system and we’re saying these things are called this because it makes sense in our ecosystem. So I welcome that we’re finally clarifying some language and not just confusing everybody because it’s always been very confusing. We’re finally settling on some terms and we are then documenting what they are called because one of the problems we’ve always done is called something and then not written it down. So actually doing that is really helpful.
\n\n\n\nBirgit Pauli-Haack: Yeah. Release candidate is scheduled for the 27th of July, so it’s another four weeks to go. So caution.
\n\n\n\nTammie Lister: So you got to let the dust settle, you got to let stuff go. If everything is amazing and unicorns walk and everything, then nothing will change, but something’s going to change because humans in software.
\n\n\n\nBirgit Pauli-Haack: Yeah, it’s going to change. And computers, right? Computers are involved, all bets are off, right?
\n\n\n\nTammie Lister: Yeah. And that’s okay, right?
\n\n\n\nBirgit Pauli-Haack: Yeah.
\n\n\n\nTammie Lister: That’s totally okay. Just if you’re going on holiday, maybe have a friend do your screenshot for your blog post.
\n\n\n\nBirgit Pauli-Haack: All right. So before we all come to an end, just a reminder, the two live Q&As on July 6th and July 21st. Hit the registration button so we can all see you also on the live show and with some great demos. Before we end this show, do you have anything that you want to… How can people get in touch with you, Tammie?
\n\n\n\nTammie Lister: I’m karma Toast on all the things and I’m still around core, I’m around everywhere and I would love to speak to people. I will be at WordCamp U.S. as well if someone else is going. So I’d love to say hi, but reaching out, I’m always welcome.
\n\n\n\nBirgit Pauli-Haack: Awesome, awesome. Thank you so much for being on the show. And as always, dear listeners, the show notes will be published on gutenbergtimes.com/podcast. This is episode 85, and if you have questions or suggestions or news you want us to cover, send them to changelog@gutenbergtimes.com. That’s changelog@gutenbergtimes.com. So thank you so much Tammie. It has been a great pleasure geeking out with you over Gutenberg.
\n\n\n\nTammie Lister: It’s been a pleasure. It’s always great talking to you. Thank you so much for having me.
\n\n\n\nBirgit Pauli-Haack: Thank you so much, and you all have a good weekend and a good week and I’ll see you all or hear you all in the next two weeks. Take care, bye-bye.
\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jul 2023 20:43:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WordPress Plugin Review Team Adds 6 New Sponsored Volunteers, Opens Applications \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-plugin-review-team-adds-6-new-sponsored-volunteers-opens-applications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2286:\"
A new era has begun for WordPress.org’s Plugin Review Team. Mika Epstein, who has served for the past decade, is stepping down, but not before launching a new crew of volunteers.
\n\n\n\nThe team is responsible for approving newly submitted plugins, maintaining the Plugin Reviewer Handbook, as well as investigating any reported security issues and guideline violations.
\n\n\n\nHistorically, the Plugin Review team has had very little turnover, but a new crop of six sponsored volunteers will be contributing an estimated 50+ hours per week. The new members include David Pérez, Evan Herman, Francisco Torres, Luke Carbis, Marta Torre, and Paco Marchante. Their efforts are already in demand as they work to tackle a large backlog of plugins.
\n\n\n\n“Given the nature of the work the team does, joining this team is a little different than some of the others: each new member will go through a vetting process by current team members before being selected,” Epstein said. “Some of the things the team is looking for are: a solid track record as a plugin developer; the ability to communicate clearly, kindly and constructively – both with other developers and users; interest in improving tools and processes; and excellent collaborative and conflict-management skills.”
\n\n\n\nEpstein is encouraging more volunteers to apply, if they have at least five hours per week to devote to the team, as they could still use more help. Prospective team members can submit an application, which will be evaluated by current team members. Applicants will be required to send examples of plugins they have coded to demonstrate their experience, provide references, and detail some of their contributions to the project.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jul 2023 02:52:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"Post Status: WordPress 6.3 Beta 2 • Help Test • WPDiversity • Plugin Team Next Phase • Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=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:100:\"https://poststatus.com/wordpress-6-3-beta-2-help-test-wpdiversity-plugin-team-next-phase-mentorship/\";s: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:21961:\"Release season is upon us as we approach WordPress 6.3’s August 8th release. Your help is needed testing the latest changes.
Do you run or attend WordPress events and notice only one type of person is attending? What can you do to be a good ally to foster, promote, and support diversity and an inclusive space? Sign up now for the July 20th WPDiversity workshop.
Stop by the Plugin team to wish Mika a happy retirement as she hands over the work to the 6 new Plugin Review teammembers.
Applications to be mentored as a contributor in the inaugural Mentorship Program have now closed. The team is selecting both mentors and mentees at this time and will kick off the first cohort on July 12.
β WordPress 6.3 Beta 2 Help Test WordPress 6.3
Attention WordPress event organizers: This important workshop on July 20, 2023 is for you!
Plugin Review Team Update: The next phase begins
Launch your WordPress Contributor Journey through the Mentorship Program Pilot
Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers.
Are you interested in giving back and contributing your time and skills to WordPress.org? Start Here ›
Get our weekly WordPress community news digest — Post Status’ Week in Review — covering the WP/Woo news plus significant writing and podcasts. It’s also available in our newsletter.
You — and your whole team can Join Post Status too!
\n\n\n\nBuild your network. Learn with others. Find your next job — or your next hire. Read the Post Status newsletter. Listen to podcasts.
Follow @Post_Status
and LinkedIn.
This article was published at Post Status — the community for WordPress 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:\"Sat, 01 Jul 2023 02:36: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:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: People of WordPress: Allison Dye\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2023/06/people-of-wordpress-allison-dye/\";s: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:12498:\"A way to escape chronic pain and give a sense of independence, is what using WordPress means for Italian-American Allison Dye. Now as a project manager and social media content manager living in North Carolina, USA, she uses the software in her work and in disability-advocacy.
\n\n\n\nThe People of WordPress series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.
\n\n\n\nAllison was first introduced to WordPress when she was 13 years old. Her parents gave her own WordPress website to use, play, test, and try whatever she wanted with it. Her health issues had started when she was eight years old, and being able to express who she was and learn new skills provided an escape she needed.
\n\n\n\nAllison said: “While the technical aspects of my new WordPress website intrigued me, I was more interested in the space it made for me to write. All throughout my childhood I had struggled with chronic pain, fatigue, and other unexplained symptoms. Having a private world I could call my own, I was able to write my story.”
\n\n\n\n\n\n\n\n\n“There is something truly amazing about having a place to tell your story.”
\nAllison Dye
Her family faced many doctors, nurse, specialists and hospital visits, but could not get an answer to the difficulties faced by Allison. She said: “I felt like my life and world were out of control. But logging onto my little website and typing away on the computer keys gave me a sense of control. I couldn’t always do things that other kids had the energy to do. But I could get lost in writing for hours. I couldn’t control my life story, but I could write about it.”
\n\n\n\nShe felt it was like writing letters to her future self and would act as a reminder of how strong she had become. Even now when Allison writes on her website, she feels it is writing letters to her past self, expressing reassurance and pride. The practice of writing online continues to help her reflect on how she coped and made it through the difficulties.
\n\n\n\nAllison hoped her early experiences with hospitals and being unwell was just part of being a child, and that in adulthood she would be healthy. She longed for this time.
\n\n\n\nGrowing up did not bring her this dream of a healthier life and an end to chronic pain. In fact, her condition worsened as she went through her teens and at 18 she finally received a diagnosis of Multiple Sclerosis.
\n\n\n\nThis changed what had been conventional job choices, as she was not able to handle a 9 to 5 work schedule. She could not drive herself to work on some days and relied on her mother to help with transport. She knew that she would have to find another way to work and she was determined to find it.
\n\n\n\nShe began writing music and book reviews online, and then moved onto writing blog posts. As they were published she started to receive payment and a sense of power over her life. She said: “WordPress felt familiar, typing on the computer keys felt comfortable, and sharing my words with the world felt surreal.”
\n\n\n\nAllison’s sense of ownership of the software became part of her strength. “I think I believed WordPress was mine somehow. I was learning that WordPress is something that belongs to everyone in some way. And I loved it.”
\n\n\n\nThe confidence using the platform gave Allison led her to find more about what it could do and meet other people who used it. She said: “The thing I love about WordPress is that it’s not just for developers or bloggers or SEO experts. I began to meet more people in the community and was delighted to find people like me, who didn’t know the technical stuff, but were a part of WordPress.”
\n\n\n\nThis global community orbiting around the software gave her an opportunity to meet social media managers, designers, and people from many different areas. She found that ‘there was a place for everyone’. The guiding strength and fascination Allison found and still finds today is in that community. Allison said: “The community felt as important as the rest of everything that makes WordPress what it is. It felt like it was about people and relationships as well as codes and databases.”
\n\n\n\nIn 2020, she was hired by a WordPress company. She said: “I like being a part of a WordPress company, and I love that I contribute to a team that helps people with their websites. I understand the importance of having a space that’s yours. Whether it’s a business or personal site, having a website gives you the power of telling your own story.”
\n\n\n\nWordPress gave Allison a freedom and an independence. She did not have to work a 9 to 5 job, rely on others to drive her on bad days with her MS, nor worry about days when she wanted to stay in her sweatshirts rather than go into an office to work. She said: “I have a 100% remote job which I can do despite the plot twists in my story, thanks to WordPress and the people in it.”
\n\n\n\nWordPress took Allison into the world of project management for a small agency, and this experience was to help guide her path, skills and confidence into the future. She went on to work in content management in WordPress, building pages for awareness campaigns for non profit organizations and small businesses as a contractor. She helps people update their websites, add and edit content, perform basic updates and help them to learn how to use their sites.
\n\n\n\n\n\n\n\n\n“I tell all my clients to use WordPress because there is really no other solution that can scale as easily for growing organizations and small businesses. I love how WordPress allows them to tell their stories, share their passion, and have a place to call their own on the internet.”
\nAllison Dye
As a fluent English and Italian speaker, Allison is able to support clients in different countries from where she lives. “I love that with WordPress I’m able to support clients remotely. This is thanks to all of the many WordPress contributors, developers, project managers, content writers, and many, many volunteers that work tirelessly to enable people around the world to use WordPress.”
\n\n\n\nAllison also became a certified as an English As A Second Language (ESL) teacher. “My affinity for words and languages allows me to teach passionately and creatively. I’m Italian-American and am fluent in English and Italian. Teaching English allows me to share my passion for communication with others.”
\n\n\n\nAllison attributes mentors and supporters in the WordPress community for helping her appreciate she really is part of it. Allison recalled: “It felt unreal. I wasn’t a dev, I don’t know how to code, and yet I got to be a part of it all? I felt like I was a fake. But Kimberly continues to remind me that I’m real, I get to be here, I get to stay, I have a place.”
\n\n\n\nShe was later encouraged to contribute by a WordPress community member to the Big Orange Heart, which aims to support and promote positive well-being and mental health within remote working communities. She said she felt ‘honored typing my words, pieces of my story, and sharing them with a community of people’.
\n\n\n\nShe also joined the WordCamp US 2021 online organizing team.
\n\n\n\nAllison enjoys the fact that in the WordPress community, ‘everyone here is constantly working to be better and do better’.
\n\n\n\nAllison was later diagnosed with two additional neurological conditions: Functional Neurological Disorder and Migraine. She said: “If it were not for WordPress I would really be unable to work. But WordPress and its community continue to be a part of my life and I am grateful to everyone who’s helped me along my way. I don’t know where I would even be without it.”
\n\n\n\nShe strives to raise awareness of dynamic disabilities and invisible illnesses like her own through podcasts and social media. She feels that her WordPress friends have helped her both in her professional life and in her wish to be an advocate for others with disabilities too.
Allison hopes reading of her experience will help others who are worried about not progressing in a WordPress career due to health concerns.
\n\n\n\n\n“I hope that it will remind anyone reading this that WordPress is a space for everyone. Healthy or not, developer or not, blogger or not — WordPress belongs to you too.”
\nAllison Dye
Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the People of WordPress series.
\n\n\n\nThanks to Allie Dye (@allisondye) for sharing about her adventures in WordPress.
\n\n\n\nProps to Abha Thakor (@webcommsat) and the late Surendra Thakor (@sthakor) for interviews and writing the feature, Meher Bala (@meher) for work on images, and to Meher, Maja Loncan (@mloncar) and Chloe Bringmann (@cbringmann) for reviews.
\n\n\n\nThe People of WordPress series thanks Josepha Haden (@chanthaboune) and Topher DeRosia (@topher1kenobe) for their support.
\n\n\n\nThis People of WordPress feature is inspired by an essay originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. #HeroPress
\nThe WP Feature Notifications project has launched a community survey to get feedback on the current system of notices in the WordPress admin. The project aims to create a better way to manage and deliver notifications in the admin, and the survey is intended to further refine this work.
\n\n\n\nA few months ago, the project released version 0.2.0 of the feature plugin in which contributors implemented a more robust JavaScript-based system for standardizing how notifications appear in the admin. This is a proof of concept plugin that uses demo data only. They are working towards an MVP for 0.3.0, which will remove the demo content and provide a functional notification system. Contributors have also put together an updated design based on the idea of working within WordPress’ existing design system.
\n\n\n\n“The team has recently made some solid progress on things like database storage and REST API endpoints,” WordPress core contributor Joe Bailey-Roberts said. “However this is slightly paused for now so we can revise things if necessary, based on the survey results. We also have an updated design for the admin notices UI that we’ll shortly be showcasing, which came out of the WCEU Contributor Day.”
\n\n\n\nAnyone who uses WordPress is welcome to take the survey – it’s for developers and users alike. It takes just a few minutes and may help shape the direction of the WP Feature Notifications project in the future.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jun 2023 21:18:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WordCamp Central: WordCamp Finland: back to Tampere with educational, insightful and thought-provoking talks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3166382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://central.wordcamp.org/news/2023/06/wordcamp-finland-back-to-tampere-with-educational-insightful-and-thought-provoking-talks/\";s: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:3153:\"The first-ever Finnish WordCamp gathered a few hundred fellow WordPress enthusiasts to Tampere back in 2015. This September, on 14.-15., our community will return to the city where everything started.
\n\n\n\nContent has been planned with all skill levels, employment types and interests in mind. We do not discriminate, and WordPress users, developers, designers, people working in agencies or as a freelancer and other enthusiasts are all welcome, regardless of the experience level.
\n\n\n\nWe are more than thrilled about the upcoming lineup of talks and speakers. The best and most exciting part is that many of the topics do come outside of the WordPress world! WordCamp Finland will truly have educational, insightful and thought-provoking talks for everyone.
\n\n\n\nHere’s a sneak peak of some of the topics:
\n\n\n\nWordCamp Finland 2023 sessions will take place in Tampere on Friday 15. September. Most of the sessions will be held in English, although there are a handful of sessions held in Finnish as well.
\n\n\n\nThe day before, on Thursday 14. September, a contributing evening will take place starting at 16:00. The contributing evening will feature workshops where you can contribute and learn about various WordPress-related topics in a hands-on setting. No coding skills required!
\n\n\n\nDuring the whole event, there will also be ample time for networking and meeting other WordPress enthusiasts. Getting to meet and learn from other WordPress users face-to-face is one of the main reasons people attend WordCamps. In addition to learning from each other, attendees often make new friends and find employees/employers from the WordCamp crowd.
\n\n\n\nSecure your tickets now and ensure you’ll get to experience all of the insightful talks and activities with a welcoming community!
\n\n\n\nThe full list of speakers, session descriptions and schedule will be published in early August, so make sure to follow us on Twitter, Facebook and Linkedin to get the latest updates. Naturally the WordPress Finland Slack has #events-wcfi channel and discussion is ongoing on WPWoofi Facebook group.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Jun 2023 13:51:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Timi Wahalahti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Gutenberg 16.1 Introduces Pattern Creation and Library, Adds Distraction Free Mode to Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/gutenberg-16-1-introduces-pattern-creation-and-library-adds-distraction-free-mode-to-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3391:\"Gutenberg 16.1 was released this week, debuting of the Pattern Library, which coincides with reusable blocks getting renamed to synced patterns. Users can now create and manage their own patterns that will also show up in the block inserter. Custom patterns are saved to the new Library alongside custom template parts.
\n\n\n\nThis release also adds a new Distraction Free mode to the Site Editor, which removes all controls and menus, functioning in a similar way to the mode added to the content editor in October 2022. The mode can be accessed under the more menu of the Site Editor.
\n\n\n\nAutomattic-sponsored engineer Andrei Draganescu submitted the PR for the feature and cited three reasons why the Site Editor could benefit from a Distraction Free mode:
\n\n\n\nDraganescu published a video of the Distraction Free mode working in concert with the new Command Palette:
\n\n\n\n\n\n\n\nAnother new feature in this release is automated footnotes.* Users can add them by highlighting the text and selecting Footnote from the formatting menu. This will automatically insert the note and create a Footnote block at the bottom of the content. (This block can be moved.)
\n\n\nFootnotes can be added inside paragraph, heading, and list blocks, and are saved as post meta. The Footnote block doesn’t seem to be accessible in the block inserter. It is automatically created and inserted with the first footnote.
\n\n\n\nA few other notable features in this release include the following:
\n\n\n\n\n\n\n\nGutenberg 16.1 is included in the upcoming WordPress 6.3 release, but if you want to take advantage of these features before August, you will need to be using the plugin or test 6.3 Beta 2. Check out the release post for the full changelog that includes all the latest enhancements, bug fixes, and performance and accessibility improvements.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Jun 2023 03:04:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Hackers Actively Exploiting Unpatched Privilege Escalation Vulnerability in Ultimate Member Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/hackers-actively-exploiting-unpatched-privilege-escalation-vulnerability-in-ultimate-member-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2446:\"WPScan is reporting a hacking campaign actively exploiting an unpatched vulnerability in the Ultimate Member plugin, which allows unauthenticated attackers to create new user accounts with administrative privileges and take over the site. The vulnerability has been assigned a CVSSv3.1 (Common Vulnerability Scoring System) score of 9.8 (Critical).
\n\n\n\nAutomattic’s WP.cloud and Pressable.com hosting platforms picked up on a trend in compromised sites where each had rogue new administrators popping up. After further investigation they found a discussion on the WordPress.org support forums about a potential Privilege Escalation vulnerability in the plugin, as well as indications that it was already being actively exploited.
\n\n\n\nUltimate Member, which is active on more than 200,000 WordPress sites, patched the plugin, but WPScan reports that it wasn’t sufficient.
\n\n\n\n“In response to the vulnerability report, the creators of the plugin promptly released a new version, 2.6.4, intending to fix the problem,” WPScan security researcher Marc Montpas said. “However, upon investigating this update, we found numerous methods to circumvent the proposed patch, implying the issue is still fully exploitable.
\n\n\n\n“Adding to the urgency of the situation, a look at our monitoring systems also confirmed attacks using this vulnerability were indeed happening in the wild.”
\n\n\n\nWPScan has identified more than a dozen IP addresses from which exploits are originating, common usernames for malicious accounts, and other indicators of compromise, such as malicious plugins, themes, and code. Check the security advisory if you believe you have been compromised.
\n\n\n\nVersion 2.6.6 is the latest release from the Ultimate Member plugin but it is still believed to be vulnerable. WPScan recommends users disable the plugin until it has been adequately patched.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Jun 2023 01:35:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WordPress Foundation: 2023 Kim Parsell Memorial Scholarship Recipient: Yumi Nishioka (mimi)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=569710\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpressfoundation.org/news/2023/2023-kim-parsell-memorial-scholarship-recipient-mimi/\";s: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:1692:\"This year’s Kim Parsell Memorial Scholarship recipient is Yumi Nishioka (mimi). mimi is a passionate WordPress contributor who embodies the values that Kim would have appreciated.
\n\n\n\nmimi is a Web/UI Designer and Developer based in Tokyo, and has been a WordPress contributor since 2018. She was lead organizer of WordCamp Tokyo 2019. That year she also began hosting a personal study group on the Gutenberg Project, which meets twice a month. Then in 2021, she started co-organizing monthly small study sessions about Design and WordPress.
\n\n\n\n\n\n\n\n\nWhile there have been numerous contributions I’m proud of, one that stands out is my commitment to the core code. Although it was a small code change, the experience of being actively involved in the open-source software that I use daily was incredibly rewarding.
\n– mimi
The WordPress Foundation created this memorial scholarship in 2015, to honor the memory of longtime WordPress contributor Kim Parsell and ensure that Kim’s values would continue to be infused into the WordPress community.
\n\n\n\nThis scholarship provides travel to WordCamp US for a woman who contributes to the WordPress open source project, and who would not otherwise be able to attend WordCamp US. More information on the scholarship, including past recipients, is available here.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jun 2023 15:43:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Julia Golomb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Do The Woo Community: Reflecting Back on WordCamp Europe 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:28:\"https://dothewoo.io/?p=75373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/reflection-on-wordcamp-europe-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"In this episode, nothing goes untouched. A lot of great reflection on WordCamp EU 2023 in Athens.
\n>> The post Reflecting Back on WordCamp Europe 2023 appeared first on Do the Woo - a WooCommerce Builder 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:\"Thu, 29 Jun 2023 12:28:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WordPress 6.3 Beta 2 Released, Ready for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146291\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/wordpress-6-3-beta-2-released-ready-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4422:\"WordPress 6.3 hit a major milestone today with the release of Beta 2. The release leads opted to skip Beta 1, which was delayed yesterday after some technical issues with packaging the release, and have moved straight on to Beta 2.
\n\n\n\nAs WordPress 6.3 is set to be the last major release of the Gutenberg project’s Phase 2 focus on customization, it ties up many loose ends related to the Site Editor and usability in general. It rolls in the ten most recent releases of the Gutenberg plugin – versions 15.2 through 16.1.
\n\n\n\nMajor interface enhancements in this release, as outlined by the comprehensive 6.3 testing guide, include the following:
\n\n\n\nPatterns are also getting a big boost in this release, as reusable blocks have been renamed to “synced patterns.” Pattern creation is now available to users and a new pattern library will be located inside the editor for saving and managing both synced and unsynced patterns. Theme authors now have the capability to register custom patterns to templates, so they appear in the start modal to speed up page building.
\n\n\n\nWordPress 6.3 will introduce three new blocks, including details, time-to-read, and footnotes, along with many improvements to existing blocks.
\n\n\n\nThis release comes with significant performance updates, most notably the addition of defer and async support to the WP Scripts API and fetchpriority support for images. Support for PHP versions 8.0+ has been improved, along with block template resolution, image lazy loading, and the emoji loader.
\n\n\n\nIn the rare event that the manual update of a theme or plugin fails, auto-rollback is available as of WordPress 6.3.
\n\n\n\nBeta 2 testers are encouraged to file bug reports on WordPress Trac. During beta testing until the last RC, the WordPress project will also be doubling its monetary reward for any new, unreleased security issues that are uncovered. The vulnerabilities must be found in new code in order to qualify for the doubled reward.
\n\n\n\nCheck out the Beta 2 release post for more information on new features, accessibility improvements, and instructions on how to test. WordPress 6.3 is scheduled for release on August 8, 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:\"Thu, 29 Jun 2023 03:28:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordCamp Asia 2024 Scheduled for March 7-9 in Taipei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wordcamp-asia-2024-scheduled-for-march-7-9-in-taipei\";s: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:1883:\"WordCamp Asia has announced its dates for 2024. The flagship event is now officially scheduled for March 7-9, in Taipei, Taiwan. Organizers have secured the Taipei International Convention Center (TICC) venue to host the event, which is located in the business district not far from Taipei 101, formerly known as the Taipei World Financial Center, a skyscraper that is the city’s most visible landmark. TICC has a capacity of more than 3,000 people.
\n\n\n\n \n\n\n\n“The local community is massive and I’ve been told that WordCamp Taiwan (this October) alone would boast of at least 500 attendees,” organizer John Ang said after visiting Taipei with his team to sign the venue. “While we were on the same trip, we were lucky to be able to celebrate the 20th Anniversary of WordPress with the Taiwanese community.
\n\n\n\n“There’s also active work bringing in government support and other open source communities across the region (e.g. Hong Kong) to WordCamp Asia next year.”
\n\n\n\nWordCamp Asia attendees can expect 3-5 tracks of sessions featuring diverse presentations across a range of topics for beginners and seasoned WordPress professionals alike. The venue also offers ample common areas for networking.
\n\n\n\nMore details on the event and calls for speakers and sponsors should be coming soon. Those who are hopeful to attend can subscribe to updates on the event’s website or follow @WordCampAsia on Twitter.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jun 2023 00:31:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.3 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15161:\"WordPress 6.3 Beta 2 is ready for download and testing. This is the first release of the 6.3 cycle, as there was no Beta 1 due to technical issues with packaging the release. Rather than further delaying a beta release, the release squad has decided to package and ship Beta 2.
\n\n\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, the release squad recommends you evaluate Beta 2 on a test server and site.
\n\n\n\nWordPress 6.3 demonstrates incredible progress toward achieving the goals outlined in the WordPress roadmap and is the final major release of Phase 2. Phase 2 has focused mainly on the Site Editor, enabling site creators to build websites, design compelling layouts, and manage content without toggling between multiple configuration areas or editing code.
\n\n\n\nLearn more about Gutenberg updates debuting since WordPress 6.2 by reviewing prior editions of What’s New in Gutenberg posts for 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16.0, and 16.1.
\n\n\n\nWordPress is the result of contributions by users, developers, and extenders across the globe. As this community seeks new features, the platform will continue to evolve, including the site editing features and beyond. Get an overview of the 6.3 release cycle, and check the Make WordPress Core blog for 6.3-related posts in the coming weeks for further details.
\n\n\n\nThis latest WordPress release includes many updates spanning all platform areas, emphasizing the editing experience and polishing usability. This release contains more than 500 new features and enhancements and 400+ bug fixes.
\n\n\n\nFollowing the incredible performance improvements introduced in 6.2, the release includes more than 170 performance-related updates, including adding defer and async support to the WP Scripts API and fetchpriority support for images. Optimizations were made to block template resolution, image lazy-loading, and the emoji loader, all of which benefit LCP performance. Support for PHP versions 8.0, 8.1, and 8.2 has been improved.
\n\n\n\nThe Site Editor expands to include navigating and editing pages, styles, templates, and content. The unified site editing experience will include a distraction-free mode, enhanced navigation, and an improved loading experience. Additionally, you can use the Site Editor to preview a block theme and adjust your site before activating the new theme. This release includes style revisions so you can toggle between and preview different saved styles. Rounding out the changes, 6.3 ushers in a new Command Palette, enabling users to context switch and perform actions quickly across different sections of the site editing experience.
\n\n\n\nPrototype of the Command Palette in action\n\n\n\nNew blocks for details and footnotes debut in this release, along with updates for better handling of image aspect ratios and improved fallback states. Spacer blocks now include presets, and the cover block gets updates for managing text colors and layout support.
\n\n\n\nReusable blocks have been renamed to synced patterns. This change reflects the unification of reusable blocks and traditional block patterns (unsynced patterns) within the Editor. A new option allows you to assign patterns to templates, adding the ability to have starter patterns to speed up the creation process. Site creators can now easily create, save, and manage custom synced and unsynced patterns, as well as browse a directory of curated patterns. Additionally, the duotone filter and captions can now be edited in the Styles interface.
\n\n\n\nSome key usability highlights include toolbar updates, updated template descriptions, enhanced list view drag-and-drop, improved padding and margin controls, and a new area for managing patterns (including reusable blocks, now called synced patterns.) Link control receives some updates, rounding out high-level usability enhancements in 6.3.
\n\n\n\nWordPress remains steadfast in making the site-building experience accessible to everyone. 6.3 incorporates over 50 accessibility improvements across the platform. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and new controls in the admin image editor allow those using screen readers, keyboard navigation, and other assistive technology to navigate more easily. The login form, installation steps, and list tables (for sorting and selection) have all been updated. Additional accessibility tickets are viewable in the WordPress Trac.
\n\n\n\nThis release includes auto-rollback for failed manual updates of themes and plugins.
\n\n\n\nPlease note that the features in this list may change before the final release.
\n\n\n\nTesting for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.
\n\n\n\nWhile testing the upgrade process is essential, testing new features is too. Review the many new features listed above and focus your testing efforts on those areas in particular.
\n\n\n\nIf you encounter an issue, please report it to the Alpha/Beta area in the support forums. If you are comfortable writing a reproducible bug report, you can file one on WordPress Trac. You can also check your issue against a list of known bugs.
\n\n\n\nNew to testing? This detailed guide is a great place to start if you’ve never tested a beta release.
\n\n\n\nWant to know more about testing releases in general? Follow along with the testing initiatives in Make Core and join the #core-test channel on the Making WordPress Slack.
\n\n\n\nBetween the Beta 2 release and the final release candidate (RC) for each new WordPress version, the monetary reward for reporting new, unreleased security vulnerabilities is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the HackerOne page and in the security white paper.
\n\n\n\nYou can test WordPress 6.3 Beta 2 in three ways:
\n\n\n\nOption 1: Install and activate the WordPress Beta Tester plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).
\n\n\n\nOption 2: Direct download the Beta 2 version (zip).
\n\n\n\nOption 3: Use the following WP-CLI command:
\n\n\n\nwp core update --version=6.3-beta2
The current target for the final release is August 8, 2023, which is about six weeks away. Your help testing this version ensures everything in this release is the best.
\n\n\n\nA chapter closes
Excitement yet much newness
Phase 2 finale
Thank you to the following contributors for collaborating on this post: @DanSoschin, @Meher, @JPantani, @CBringmann, @AudrasJB, @annezazu, @ndiego, @davidbaumwald, @desrosj, @priethor, @flixos90, @wildworks, and @JPantani for authoring the haiku.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jun 2023 23:30: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:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: #81 – James Dominy on Why AI Is to Be Embraced, Not Feared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=146283\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/podcast/81-james-dominy-on-why-ai-is-to-be-embraced-not-feared\";s: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:52362:\"Transcript[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. 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 AI and WordPress can work together.
\n\n\n\nIf you’d like to subscribe to the podcast, you can do that by searching for. WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.
\n\n\n\nIf 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 forward slash contact forward slash jukebox, and use the form there.
\n\n\n\nSo on the podcast today, we have James Dominy. James is a computer scientist with a master’s degree in bioinformatics. He lives in Ireland working at the WP engine Limerick office.
\n\n\n\nThis is the second podcast recorded at WordCamp Europe, 2023 in Athens. James gave a talk at the event about the influence of AI on the WordPress community and how it’s going to disrupt so many of the roles which WordPressers currently occupy.
\n\n\n\nWe talk about the recent rise of ChatGPT, and the fact that it’s made AI available to almost anyone. In less than 12 months, many of us have gone from never touching AI technologies to using them on a daily basis to speed up some aspect of our work.
\n\n\n\nThe discussion moves on to the rate at which AI systems might evolve, and whether or not they’re truly intelligent or just a suite of technologies which masquerade is intelligent. Are they merely good at predicting the next word or phrase in any given sentence? Is there a scenario in which we can expect our machines to stop simply regurgitating texts and images based upon what they’ve consumed; a future in which they can set their own agendas and learn based upon their own goals?
\n\n\n\nThis gets into the subject of whether or not AI is in any meaningful way innately intelligent, or just good at making us think that it is, and whether or not the famous Turing test is a worthwhile measure of the abilities of an AI.
\n\n\n\nJames’ his background in biochemistry comes in handy as we turn our attention to whether or not there’s something unique about the brains that we all possess. Or if intelligence is merely a matter of the amount of compute power that an AI can consume. It’s more or less certain that given time machines will be more capable than they are now. So when if ever does the intelligence Rubicon get crossed?
\n\n\n\nThe current AI systems can be broadly classified as Large Language Models or LLMs for short, and James explains what these are and how they work. How can they create a sentence word by word if they don’t have an understanding of where each sentence is going to end up?
\n\n\n\nJames explains that LLMs are a little more complex than just handling one word at a time, always moving backwards and forwards within their predictions to ensure that they’re creating content which makes sense, even if it’s not always factually accurate.
\n\n\n\nWe then move on from the conceptual understanding of AI to more concrete ways it can be implemented. What ways can WordPress users implement AI right now? And what innovations might we reasonably expect to be available in the future? Will we be able to get AI to make intelligent decisions about our websites SEO or design, and therefore be able to focus our time on other more pressing matters?
\n\n\n\nIt’s a fascinating conversation, whether or not you’ve used AI tools in the past.
\n\n\n\nIf you’re interested in finding out more, you can find all the links in the show notes by heading to WPTavern.com forward slash podcast. Where you’ll find all the other episodes as well.
\n\n\n\nAnd so without further delay, I bring you James Dominy.
\n\n\n\nI am joined on the podcast today by James Dominy. How are you doing James?
\n\n\n\n[00:04:51] James Dominy: I’m well, thanks. Hi Nathan. How are you doing?
\n\n\n\n[00:04:53] Nathan Wrigley: Yeah, good, thanks. We’re at WordCamp Europe. We’re upstairs somewhere. I’m not entirely sure where we are in all honesty. The principle idea of today’s conversation with James is he’s done a presentation at WordCamp Europe all about AI. Now, I literally can’t think of a topic which is getting more interest at the moment. It seems the general press is talking about AI all the time.
\n\n\n\n[00:05:17] James Dominy: Yeah.
\n\n\n\n[00:05:17] Nathan Wrigley: It’s consuming absolutely everything. So it’s the perfect time to have this conversation. What was your talk about today? What did you actually talk about in front of those people?
\n\n\n\n[00:05:24] James Dominy: Right. So my talk was about the influence of AI on the WordPress community. The WordPress community involving, in my mind, roughly three groups. You’ve got your freelancer, single content generator, blogger. You have someone who does the same job but in a business as in an agency or a marketing or a brand context. And then on the other side, you’ve got software developers who are developing plugins or working on the actual WordPress Core.
\n\n\n\nAnd AI is going to be changing the way all of those people work. Mostly I focused on the first and the third groups. I don’t know enough about the business aspects to really talk about the agency and the marketing side of things.
\n\n\n\nI personally, I’m a software developer, so I suppose I really skewed towards that in the end. But, my wife has been a WordPresser for 15, 20 years, which is how I ended up doing this. And a lot of the things that she’s been using ChatGPT quite actively recently.
\n\n\n\nAnd she’s been chatting to me after work going, you know, I was trying to use ChatGPT to do X Y Z. And I thought, well, you know, that’s interesting. I know some bit about machine learning and the way these things work. I’ve read some stuff on the internals and I have opinions.
\n\n\n\n[00:06:33] Nathan Wrigley: Perfect.
\n\n\n\n[00:06:34] James Dominy: So that’s how I got here.
\n\n\n\n[00:06:35] Nathan Wrigley: Yeah. Well, that’s perfect. Thank you. It seems like at the moment the word ChatGPT could be easily interchanged with AI . Everybody is using that as the pseudonym for AI and it’s not really, is it? It really is a much bigger subject. But that is, it feels at the moment, the most useful implementation in the WordPress space. You know, you lock it into the block editor in some way shape and you create some content in that way.
\n\n\n\n[00:07:00] James Dominy: And I mean, I am absolutely guilty of that. I think the number of times I’ve said ChatGPT, I mean AI generative systems, or something during my workshop this morning is well beyond count.
\n\n\n\nit is likely to fall victim of a trademark thing at some point. Like Google desperately tries to claim that Google is a trademark and shouldn’t be used as a generic term for search. I expect the same thing will happen with ChatGPT at some point.
\n\n\n\n[00:07:25] Nathan Wrigley: This is going to sound a little bit, well, maybe snarky is the wrong word, but I hope you don’t take it this way, but it feels to me that the pace of change in AI is so remarkably rapid. I mean, like nothing I can think of. So, is there a way that we can even know what AI could look like in a year’s time, two years’ time, five years’ time? So in other words, if we speculate on what it could be to WordPress, is that a serious enterprise? Is it serious endeavor? Or are we just hoping that we get the right guess? Because I don’t know what it’s going to be like.
\n\n\n\n[00:07:59] James Dominy: I think if we rephrase the question a bit, we might get a better answer. So AIs are human design systems. And there is a thing called the alignment problem where there is an element of design to AIs, and we give it a direction, but it doesn’t always go the direction we want and I think that is the unanswerable part of this question.
\n\n\n\nYes, there are going to be emergent surprises from the capabilities of AIs. But for the most part, AIs are developed with a specific goal in mind. Large language models were developed, okay I’m taking a wild educated guess here perhaps, but they were developed with the idea of producing text that sounded like a human. And I mean, we’ve had the Turing test for nearly a hundred years, more than a hundred years? 21, yeah, more than a hundred years now.
\n\n\n\nSo I mean, that’s been a goal for a hundred years. Everyone says that AI has advanced rapidly and it has, but the core mathematical principles that are involved, those haven’t advanced. I don’t want to take away from the people who’ve done the work here. There has been work that’s been put into it, but I think what’s really given us the quantum leap here is the amount of computational power that we can throw at the problem.
\n\n\n\nAnd as long as that is increasing exponentially, I think we can expect that the models themselves will get exponentially better at roughly the same rate as the amount of hardware we throw at it.
\n\n\n\n[00:09:28] Nathan Wrigley: So we can stare into the future and imagine that it’s going to get exponentially, logarithmically it’s going to, it’s just going to get better and better and better. But we can’t predict the ways that it might output that betterness. Who knows what kind of interface there’ll be, or.
\n\n\n\n[00:09:41] James Dominy: Yeah. I think better’s a very evasive term perhaps, on my part. I think there are specific ways that it is going to get better. For example, we are going to see less confused AIs, because they are able to process more tokens. They have deeper models. Deeper statistical trees for outputs. They’re able to take more context in and apply it to whatever comes out. So in that sense we’re going to see a better output from an AI. Is it going to ever be able to innovate? Ooh, that’s a deep philosophical question, and I mean we can get into that, but I don’t know that we have time.
\n\n\n\n[00:10:20] Nathan Wrigley: I think I would like to get into that.
\n\n\n\n[00:10:22] James Dominy: Okay.
\n\n\n\n[00:10:22] Nathan Wrigley: Because when we begin talking about AI, I think the word which sticks is intelligence. The artificial bit gets quickly forgotten and we imagine that there is some kind of intelligence behind this, because we ask it a fairly straightforward, or even indeed quite complicated question.
\n\n\n\nAnd we get something which appears to pass the Turing test. Just for those people who are listening, the Turing test is a fairly blunt measure of whether you are talking to something which is a human or not human, masquerading as a human. And if something is deemed to have passed the Turing test, it’s indistinguishable from a human.
\n\n\n\nAnd so, I have an intuition that really what we’re getting back, it’s not intelligent in any meaningful sense of the word. It’s kind of like a regurgitation machine. It’s sucking in information and then it’s just giving us a best approximation of what it thinks we want to hear. But it’s not truly intelligent. If you asked it something utterly tangential, that it had no capacity, it had no data storage on, it would be unable to cope with that, right?
\n\n\n\n[00:11:22] James Dominy: I think yes. If you can clearly delineate the idea of, we have no data on this, which is very difficult considering the amounts of information that, you know, give something access to Wikipedia and that AI generative system might well be able to produce an opinion on practically anything these days.
\n\n\n\nBut if it hasn’t read the latest paper on advanced quantum mechanic theory, it’s not going to know it. That text isn’t going to be there. Could it reproduce that paper? That’s a subtely different question, because then it comes down to, well, when a human produces that paper, what are they really doing?
\n\n\n\nThey’re synthesizing their knowledge from a bunch of different things that they’ve learned, and they’re producing text in a language, in a grammar, that they have learned in a very similar way, that statistically speaking this sentence follows this grammatical form. Because I have learned that as a child through hearing it several thousand times from the people around me and my parents. What’s different?
\n\n\n\nA more practical example here, I was having this discussion earlier today, and someone said yes, but they’re not truly intelligent. But if you consider it, even now, we can ask Chat GPT something, and I’m going to be abstract cause I don’t have a concrete example here, I’m sorry. But we can say to ChatGPT, I want you to produce a poem in the style of Shakespeare, a sonnet or something. But I want you to use a plot from Goethe.
\n\n\n\nOkay, fine. Now it can do that. It can give you a response. I’m not sure that it’ll be a good response. I haven’t tried that particular one. But in that context, if you are asking a human to do that, and we automatically make the assumption of other human beings that they understand. And, sorry, I’m making air quotes here. That they understand, in quotes, who Goethe is. That that is a person and a character. That Goethe has a particular style and a proclivity for a certain pattern in his plots.
\n\n\n\nAnd that those are all, to use a computer science term, symbolic representations. Abstract concepts. So is ChatGPT actually understanding those abstract concepts? Does it understand that Goethe is a person? Educated guests here, probably not. But it does understand that Goethe refers to a certain, can draw a line in all the stuff that it has learned and know this is Goethe.
\n\n\n\nIt has a concept of what it thinks Goethe is. Then from there it can say, and he has done work on the following things, and these are plots. And so it kind of understands. There’s another line there about what a plot is, which is a very abstract concept.
\n\n\n\nDoes that mean it’s intelligent? Does that mean it understands? I don’t know. That’s my answer because I did biochemistry at university, and there’s also the question there, and it’s exactly the same question. It’s at what point do the biological machines, the biochemical machines, your actual proteins and things that are obviously on their own, unintelligent, and yet when they act in concerts, they produce a cell, and a living being.
\n\n\n\nWhere does that boundary exist? Is it gray? Is it a hard line? And the same for me is true of the intelligence question here. Intelligence is a, it’s an aglomeration of lots of small, well-defined things that when they start interacting, become more than the sum of their parts. Does it come down to the Turing test? I mean, the fact that people on support, little support popups on the web, have to ask, are you a human every now and then. It immediately says, we have AIs that have passed the Turing test long ago.
\n\n\n\nBut here in this case, like the extended Turing test is the thing actually intelligent? I don’t know. I genuinely don’t know the answer there. In some sense, yes, because it’s doing almost the same thing as we are, just in a different, with different delineations and different abstractions, but the process is probably the same.
\n\n\n\n[00:15:33] Nathan Wrigley: Given that you’ve got a background in, forgive me, did you say biochemistry?
\n\n\n\n[00:15:37] James Dominy: Yeah, biochemistry and computer science, bioinfomatics.
\n\n\n\n[00:15:39] Nathan Wrigley: Yeah, do you have an intuition as to whether the substrate of the brain has some unique capacity that can lock intelligence into it? In other words, is there a point at which a computer cannot leap the hurdle? There’s something special about the brain, the way the brain is created? This piece of wetwear in our head.
\n\n\n\n[00:16:00] James Dominy: Unpopular opinion, I think it comes down to brute force count. We’ve got trillions of cells. Large language models, I don’t know what the numbers are for GPT4, but we’re not at trillions yet. Maybe when we get there, I don’t know where the tipping point is, you know. Maybe when we get to tens of billions, or whatever number it happens to be, is the point where this thing actually becomes intelligent.
\n\n\n\nAnd we would be unable to distinguish them from a human, other than the fact that we’re looking at a screen that, that we know it’s running on the chip in front of us. But if it’s over the internet and it’s on a machine running, or whether we’re talking to a person in the support center. Or we are at the McDonald’s kiosk of 2050 and being asked whether we want fries with that. If we can’t see the person who’s asking the question, if we’re at the drive-through, we can’t see the person. Do we care?
\n\n\n\n[00:16:54] Nathan Wrigley: Interesting. You mentioned a couple of times large language models, often abbreviated just to LLM. My understanding at least, forgive me I’m, I really genuinely am no expert about this. This is the underpinning of how it works. I’m going to explain it in crude terms, and then I’m hoping you’ll step in and pad it out and make it more accurate.
\n\n\n\n[00:17:12] James Dominy: I should caveat anything that I say here with I also am not an expert on these, but I will do what I can.
\n\n\n\n[00:17:17] Nathan Wrigley: So a large language model, my understanding is that things like ChatGPT are built on top of this, and essentially it is vacuuming up the internet. Text, images, whatever data you can throw at it. And it’s consuming that, storing that. And then at the point where you ask it something, so write a sonnet in the style of Goethe, written by Shakespeare. It’s then making a best approximation, and it’s going through a process of, okay, what should the first word be? Right, we’ve decided on that. Now, let’s figure out the second word, and the third word and the fourth word. Until finally it ends in a full stop and it’s done.
\n\n\n\nAnd that’s the process it’s going through. Which seems highly unintelligent. But then again, that’s what I’m doing now. I’m probably selecting in some way what the next word is and what the next word is. But yeah, explain to us how these large language models work.
\n\n\n\n[00:18:03] James Dominy: I think that’s a pretty fair summation. I think the important bit that needs to be filled in there is that what we perceive and use as customers of AI systems in general is a layer of several different models. There is a lot of pre-processing that goes into our prompts and post-processing in terms of what comes out.
\n\n\n\nBut fundamentally the large language model is, yes, it’s strings of text generally. There are different systems that the AI images, image systems, are a different form of maths. Most of them, at least the ones that I know of, are mostly based on something called Stable Diffusion.
\n\n\n\nWe can chat about that separately, but large language models tend to be trained on a large pile of text where they develop statistical inferences for the likelihood of some sequence of words following some other sequence of words. So as you say, like, if I know that a pile of words were written by Goethe, then I can sub select that aspect of my trained data.
\n\n\n\nAnd I’m personifying an AI here already. The AI can circumscribe, isolate a portion of its training set, and say, okay I will use this subset of my training, and use the statistical values for what words follow what other words that Goethe wrote. And then you will get something in the style of Goethe out.
\n\n\n\n[00:19:29] Nathan Wrigley: It’s kind of astonishing that that works at all. That one word follows another in something which comes out as a sentence because, I don’t know if you’ve ever tried that experiment on your phone where you begin the predictive text. On my phone there’s there’s usually three words above the little typewriter, and it tries to say what the next word is based upon the previous word.
\n\n\n\n[00:19:49] James Dominy: It’s not called auto corrupt for nothing.
\n\n\n\n[00:19:50] Nathan Wrigley: Yeah, so you just click them at the end of that process, you have fantastic gibberish. It’s usually quite entertaining, and yet this system is able to, in some way just hijack that whole process and make it so that by the end the whole thing makes sense in isolation.
\n\n\n\nIt is Goethe. It looks like Shakespeare, sounds like Shakespeare, could easily be Shakespeare. How is it predicting into the future such that by the end, the whole thing makes sense? Is there more processing going on than, okay, just the next word. Is it reading backwards?
\n\n\n\n[00:20:22] James Dominy: Yes absolutely. Again, not an expert on LLMs, but there is this thing called a Markov Model. Which is a much more linear chain. It’s used often for bioinformatics, for genome and predicting the most likely next amino acid or nucleic acid in a genomic or a proteomic sequence.
\n\n\n\nAnd so Markov Models are very simple. They have a depth and that is how much history they remember of what they’ve seen. So you point a Markov Model at the beginning of the sequence of letters of nucleic, the ACGT’s. And then you want to say, okay, I’ve managed to sequence this off my organism. I’ve got a hundred bases and I want to know what the most likely one after that is, because that’s where it got cut off.
\n\n\n\nYou give it a hundred, maybe you have a buffer of 10. So it remembers the last ten. It sort of slides this window of visibility over the whole sequence and mathematically starts working out, you know, what comes after an A? Okay, 30% of the time it’s a C. 50% of the time it’s a G. And by the end of it, it can with reasonable accuracy to some value of how much information you’ve given it, predict okay, in this particular portion of 10 that I’ve seen, the next one should be T.
\n\n\n\nAnd they get better as you give them more and more information. As you give them a bigger and bigger window. As you let them consume more and more memory whilst they’re doing their job, their accuracy increases.
\n\n\n\nI imagine the same is true of large language models, because they do. They don’t just predict the next word, they operate on phrases, on whole sentences. At some point, maybe they already do, but I imagine they operate on whole paragraphs. And again, it depends on what you’re trying to produce. Like if you’re trying to produce a legal contract that’s got a fairly prescribed grammar and form to it. And you know, then like statistically you’re going to produce the same paragraph over and over again because you want the same effect out of contracts you do all the time.
\n\n\n\n[00:22:22] Nathan Wrigley: You described this slider. That really got to the nub of it. I genuinely didn’t realize that it wasn’t doing any more than just predicting the next word. And because that’s the way I thought about it, I thought it was literally astonishing that it could throw together a sentence based upon just the next word, if it didn’t know what two words previously it had written.
\n\n\n\nIt’s back to my predictive text, which produces pure gobbledygook. But it still, occasionally, it goes down a blind alley, doesn’t it? Because although that is, presumably 99 times out of a hundred that will lead to a cogent sentence, which is readable. Occasionally it does this thing, which I think has got the name hallucinate, where it just gets slightly derailed and goes off in a different direction. And so produces something which is, I don’t know, inaccurate, just nonsense.
\n\n\n\n[00:23:06] James Dominy: Yes. Well known for being confidently wrong for sure. I’ve experienced something similar, and I find that it is especially the case where you switch contexts. Like when you are asking it to do more than one thing at a time, and you make a change to the first thing that you expect to carry over into the context of the second task, and it just doesn’t. It gets confused.
\n\n\n\nAnd then the two things, this is especially true in coding, where you ask it to produce one piece of code and a function here, and another piece of code and a function on the other side. And you expect them, those two functions to interoperate correctly. Which means that you have to get the convention, the interface between those two things, the same on both sides.
\n\n\n\nBut if you say, actually, I want this to be called Bob, that doesn’t necessarily translate. Again, I suppose this is my intuition. There are a lot of ways that that failure can happen. The most obvious one is that you’re doing too much and it’s run out of tokens.
\n\n\n\nTokens are sort of an abstraction. Sorry I used that word a lot. Computer scientist. Tokens are, they’re not strictly speaking individual words, but they are a rough approximation of a unit of knowledge, context. I don’t know what the right word here. They chose token, right? So, if you use the API for ChatGPT, one of the things that you pass is how many tokens is the call allowed to use?
\n\n\n\nBecause you are charged by tokens. And if you say only 30 tokens, you get worse answers than if you give it an allowance of a hundred tokens. Meaning that you might have given it a problem that exceeds the window that I was describing earlier. That sort of backtrack of context that it’s allowed to use.
\n\n\n\nOr you give it to two contexts and together they just go over and then it’s confused because it doesn’t know which, again, I say this as a semi-educated guess. We as humans don’t have a good definition of what context means in this conversation. How do we expect a computer system to?
\n\n\n\n[00:25:05] Nathan Wrigley: Just as you’ve been talking, in my head, I’ve come up with this analogy of what I now think AI represents to me, and it represents essentially a very, very clever baby. There’s this child crawling around on the ground, I really do mean an infant who you fully forgive for knocking everything over and, tipping things over, damaging things and what have you. And yet this child can speak. So on the one hand, it can talk to you, but it’s just making utterly horrific mistakes because it’s a baby and you forgive it for that. So I don’t know how that sits, but that’s what’s it landed in my head.
\n\n\n\n[00:25:40] James Dominy: I wouldn’t say that AI is in its infancy anymore, but it’s probably in its toddler year, and maybe we need to watch out when it turns two.
\n\n\n\n[00:25:47] Nathan Wrigley: So we’ve, done the sort of high level what is AI and all of that. That’s fascinating. But given that this is a WordPress event and it’s a WordPress podcast, let’s bind some of this stuff to the product itself. So WordPress largely is a content creation platform. You open it up, you make a post, you make a page, and typically into that goes text, sometimes images, sometimes video, possibly some other file formats. But let’s stick with the model of text and images. Why do we want, or how could we put AI into WordPress? What are the things that might be desirable in a WordPress site that AI could assist us with?
\n\n\n\n[00:26:21] James Dominy: I am totally going to be stealing some ideas from the AI content creation things that have happened this morning. I mean, there’s the obvious answer. I need to generate a thousand words for my editor by 4:00 PM today. Hey, ChatGPT, can you generate a thousand words on topic, blah?
\n\n\n\nI think there are a lot of other places. I’d be super surprised if this hasn’t actually happened already. But, hey ChatGPT, write me an article that gets me to the top five Google ranking.
\n\n\n\nThe other obvious place for me as a software developer is using it to develop code. Humans are inventive. We’re going to see a lot of uses for AI that we never thought of. That’s not a bad thing at all. The more ways that we can use AI, I think the better.
\n\n\n\nYes, there are questions about the dangers, and I’m sure that’s a question coming up later on, so I won’t dive into them now, but in the WordPress community, there’s content creation, but there’s also content moderation, where AI can probably help a lot. Analyze this piece of text to me and tell me is it spam? Does it contain harmful or hateful content?
\n\n\n\nAgain, it’s a case of you get what you give. There’s that story about Microsoft, I think it was Microsoft, and the chatbot that turned into a horrible Nazi racist within about two hours, having been trained on Twitter data. We need to be careful about that, certainly. I’m struggling to think of things beyond the obvious.
\n\n\n\n[00:27:47] Nathan Wrigley: Well, I think probably it is going to be the obvious, isn’t it? Largely, people are popping in text and so having something which will allow you within the interface, whether you are in a page builder or whether you’re using the Gutenberg editor, the ability to interrupt that flow and say, okay, I’ve written enough now, ChatGPT, take over. Give me the next 300 words please. Or just read what I’ve written and can you just finish this? I’m almost there.
\n\n\n\n[00:28:11] James Dominy: Yeah, we are doing it already, even if it’s a sort of fairly primitive flow now where we write some stuff in our block editor, copy it up, pop it in ChatGPT or Bard or whatever, and say, hey, this is too formal. Or this is not formal enough. And it’s really great at that. Make this sound more businessy. And it understands the word businessy. The tool integration, it’s obvious in a lot of ways, but I think there are going to be a lot of non-obvious integrations. Like, oh wow, I wish I thought of that, and, you know, made my millions off that product. I mean, Jetpack is doing it already, you know. I am able to actively engage with ChatGPT whilst I’m editing my blog post. Fantastic.
\n\n\n\nAnother thing that I’ve just thought of is oh, I run a WooCommerce site and I want to use, not necessarily ChatGPT, but some other AI system to analyze product sales and use that to promote, to change the listing on my product site, so that I can sell more product. That’s going to happen.
\n\n\n\n[00:29:09] Nathan Wrigley: Yeah, given that it’s incredibly good at consuming data.
\n\n\n\n[00:29:13] James Dominy: Yeah, or even generating it on the fly. Generate 300 different descriptions of this product and randomize them. Put them out there and see which one sells best. We are doing that manually already. It’s AB testing at a larger scale.
\n\n\n\n[00:29:28] Nathan Wrigley: Yeah. You can imagine a situation where the AI runs the split test, but it’s divided over 300 variations. And it decides for itself which is the winner.
\n\n\n\n[00:29:39] James Dominy: On a day-to-day basis.
\n\n\n\n[00:29:40] Nathan Wrigley: On an hourly basis. Implements the winner and then begins the whole process over and over again. I also wonder if in WordPress there is going to be AI to help lay out things. So at the moment we have the block editor. It enables you to create fairly complex layouts. We also have page builders, which allow us to do the same thing. So it alludes to what I was speaking about a moment ago.
\n\n\n\nTalking, so literally talking, as well as typing in. I would like a homepage. I would like that homepage to show off my plumbing business, and here’s my telephone number. I’d like to have a picture of me, or somebody doing some plumbing, some additional content down there. You get the picture?
\n\n\n\n[00:30:17] James Dominy: Yeah, absolutely.
\n\n\n\n[00:30:18] Nathan Wrigley: A few little prompts, and rather than spitting out text or an image, whole layouts come out. And we can pick from 300 different layouts. I’ll go for that one, but now make the buttons red. The AI takes over the design process in a way.
\n\n\n\n[00:30:32] James Dominy: Yeah. I’m going to confess here that I’m absolutely stealing this opinion from the AI panel earlier. I think the danger for WordPress specifically there, is that that level of automation for us with human engagement and, you know, developing something through conversation with an AI, might actually skip WordPress entirely. Why must the AI choose WordPress to do this?
\n\n\n\nMaybe if we as a WordPress community invest in making WordPress AI integrated, then yeah, absolutely. Then hopefully we’re first to market with that in a way. And then it will generate stuff in WordPress. But there’s no, there’s no reason for it to maybe choose a Wix page as a better solution for you as a plumber, who doesn’t update things very often. You just want a static, you know.
\n\n\n\nChances are it’ll just say, here is some HTML it does the job for you, it’s pretty. I made some images for you as well. And, all you need to do is run the sequence of commands to, SSH it up to provider of your choice. Or I have selected this provider because I know how much they all charge and this is the cheapest. Or you’ve asked for the fastest, whatever.
\n\n\n\n[00:31:41] Nathan Wrigley: Oh, interesting, okay. So it’s not just bound inside the WordPress interface. Literally, put this in the cheapest place as of today. And then if it changes in the next 24 hours, just move it over there and change the DNS for me and.
\n\n\n\n[00:31:53] James Dominy: One day. For sure. Yeah.
\n\n\n\n[00:31:54] Nathan Wrigley: Okay. So that very nicely ties into the harms.
\n\n\n\n[00:31:58] James Dominy: There it is.
\n\n\n\n[00:31:58] Nathan Wrigley: What we’ve just laid out is potentially quite harmful to a lot of the jobs that people do inside of WordPress. We’ve just described a workflow in which many of the things that we would charge clients for, which we could potentially get AI to do. Whether that’s a voice interface or a visual interface or a type, we’re typing in.
\n\n\n\nSo that is concerning, if we are giving AI the option to put us out of work. And I know at the moment, this is the hot topic. I’m pretty sure that there’s some fairly large organizations who have begun this process already. They’ve taken some staff who are doing jobs which can be swapped out for AI, and they’ve shed those staff.
\n\n\n\nAnd whilst we’re in the beginning phase of that, it seems like we can swallow so much of people getting laid off. The problem, potentially is, if we keep laying people off over and over and over again and we give everything over to the AI, we suddenly are in a position where, well, there’s no humans in this whole process anymore. Does any of that give you pause for thought?
\n\n\n\n[00:32:53] James Dominy: Yeah, it certainly does. I think we should temper our expectations of the capabilities of AI. So there’s a technical term called a terminal goal. The delineation between specific artificial intelligences and machine learning, in that world, and the concept of the general artificial intelligences, which is what everyone thinks of when they think of the I in artificial intelligence, is an AI that is capable of forming its own terminal goals.
\n\n\n\nIts own, don’t get me wrong, like we have AIs that are capable of forming what are called intermediate nodes. If you tell an AI of a particular type to go and do a particular thing, then it is capable of forming intermediate steps. In order to do the thing you’ve told me, I need to first do this, which requires me to do that. And, you know, it forms a chain of goals, but none of those goals are emergent from the AI. They are towards a goal we have given the AI externally.
\n\n\n\nThat ability to form a goal internally is the concept of a terminal goal. And we don’t have, large language models don’t have terminal goals. Large language models, stable diffusion, all of the different algorithms that are hot topics today, are all couched within the idea of solving a problem given to them as an input.
\n\n\n\nWhich means there’s always going to need to be a human. At least with what we’ve got now. No matter how good these models get, how much brain power we give them. And this maybe is going against what I said earlier of like, I think it’s probably a quantity thing.
\n\n\n\nMaybe there’s a tipping point. Maybe there’s a tipping point where the intermediate goal that it forms is indistinguishable from a terminal goal in a human brain. But for the moment, I think there always needs to be a human there to give the AI the task to solve. Open AI isn’t just running servers randomly just doing stuff. It spends its computational time answering users prompts and questions.
\n\n\n\n[00:34:48] Nathan Wrigley: So if we pursue artificial intelligence research, and the end goal is to create an AGI, then presumably at some point we’ve got something which is indistinguishable from a human because it can set its own goals.
\n\n\n\n[00:35:02] James Dominy: The cyberpunk dystopia, right?
\n\n\n\n[00:35:03] Nathan Wrigley: But we’re not there yet. This is a ways off, my understanding at least anyway. But in the more short term, let’s bind it to the loss of jobs.
\n\n\n\n[00:35:11] James Dominy: In my workshop this morning, I think the primary point that I wanted to get across is, if you are currently in the WordPress community, employed and or making an income out of WordPress. ChatGPT, Bard, generative AI, large language models are a tool that you should be learning to use. They’re not going to replace you.
\n\n\n\nMaybe that’s less true on the content generation side, because large language models are particularly good at that. But there’s a flip side to that because on the software development side, programming languages have very strict grammars, which means the statistical model is particularly good at producing output for programming languages.
\n\n\n\nIt’s not good at handling the large amounts of complexity that can exist in large pieces of code. But equally so, I mean, if you ask it to give you a hundred items of things to do in Athens, whilst I’m totally, totally, working hard at a conference, uh, then you are probably going to get repeats. You might run into the confusion problem, the hallucination issue at some point there, where just a hundred is too much.
\n\n\n\nNobody has ever written an article of a hundred things to do in Athens in a day. I don’t know, I haven’t tried that. I’m guessing that there are going to be limitations. So some jobs are more in threat than others, but I think that if you’re already in the industry, or in the community and working with it, go with it and, absorb the tools into your day-to-day flow.
\n\n\n\nIt’s going to make you better at what you do. Faster at what you do. Hopefully able to make more money. Hopefully able to communicate with more people, translations et cetera. Make your blog multilingual. There are a lot of things that you can use it for that aren’t immediately coming after your job.
\n\n\n\nThe problem for me, and this again is the point that I was trying to get across in the workshop, the problem is the next generation. The people who are getting into WordPress today and tomorrow, and in six months time. Who are coming into a world where AI is already in such usage that it’s solving the simple problems. And the same as true, my editor wants 200 words or whatever on fun things to do in Athens overnight.
\n\n\n\nOkay, great. ChatGPT can do that for the editor. Why does he need a junior content writer anymore? But the problem is, I mean, we’ve already said, sometimes it’s spectacularly wrong. Does that editor always have the time to actually vet the output? Probably not. And so the job of that junior is going to transform into, they need to be a subeditor. They need to be a content moderator almost, rather than a content generator.
\n\n\n\nBut that’s a skill that only comes from having written the content yourself. We learn by making mistakes, and if we are not making those mistakes because AI is generating the stuff, and either not making mistakes or making mistakes that we haven’t made before ourselves, and thus don’t recognize his mistakes. So my fear of the job losses aspect of AI is not that it’s going to wipe out people who are working already. It’s going to make that barrier to entry for the next generation, it’s knocking the bottom rung out of the ladder.
\n\n\n\nAnd unless we change the ways that we teach people as they are entering the community, the WordPress community, the industry, and all the industries which AI is going to affect, the basics, and we focus on it. You know, it’s a catch 22. We have to teach people to do stuff without AI, so they can learn the basics. But at the same time, they also have to learn how to use AI so they can do the basics in the modern world.
\n\n\n\nAnd I mean, we get back to that old debate like, why am I learning trigonometry in school? Because maybe someday it actually helps you do your job. Admittedly, so far, not so much. But I will say this. History, I did history in school. That has surprisingly turned out to be one of the most useful subjects I ever did, just because it taught me how to write. Which I didn’t learn in English class. Go figure.
\n\n\n\n[00:39:17] Nathan Wrigley: It sounds like you are quite sanguine for now. If you are in the space and listening to this podcast now, everything is fine right now.
\n\n\n\n[00:39:26] James Dominy: Yeah.
\n\n\n\n[00:39:27] Nathan Wrigley: Maybe less sanguine for the future. Given that, do you think that AI more broadly needs to be corralled. There need to be guardrails put in place. There needs to be legislation. I don’t know how any of that works, but manufacturers of AI being put under the auspices of, well it would have to be governments, I guess. But some kind of system of checks and balances to make sure that it’s not, I don’t know, deliberately producing fakes. Or that the fakes are getting, the hallucinations are getting minimized. That it’s not doing things that aren’t in humanity’s best interests.
\n\n\n\n[00:39:59] James Dominy: Absolutely. Yes. Although I’m not sure how we could do a good job of it, to be fair. The whole concept of, we want AIs to operate in humanity’s best interests. Who decides? The alignment problem crops up here where, it’s well known that we can train an AI to do something we think that it’s going to do, and it seems to be doing that thing until suddenly it doesn’t.
\n\n\n\nAnd we just get some weird output. And then when we go digging, we realize actually it was trying to solve an entirely different problem to what we thought we were training it on, that just happened to have a huge amount of overlap with the thing that we did. But when we get to those edge cases, it goes off in what we think is a wildly wrong direction. But it is solving the problem that it was trained to solve. We just didn’t know we were training it to solve that problem.
\n\n\n\nAs far as regulation goes. Yes, I think regulation, it’s coming. I really want to say nobody could be stupid enough to put weapons in the hands of an AI. The human race has proved me wrong several thousand times already in history. Yeesh, I personally think that that’s an incredibly stupid idea. But then the problem becomes what’s a weapon?
\n\n\n\nBecause a weapon these days can be something as subtle as enough ability to control trading, high frequency trading. Accidentally crash a stock market. It’s already happened. Accidentally, and again, I’m air quoting the accidentally here, accidentally crash your competitor’s stock, or another nation’s stock market. AI is there, is being used as a validly useful tool to participate in the economy, but the economy can be used as a weapon.
\n\n\n\nPutting AI in control of the water infrastructure in arid countries. Optimization, it can do those jobs a lot better. It can see almost instantaneously when there’s a pressure drop. So there’s a leak in this section of the pipe. Somebody needs to go fix it. And also it can just shut off the water to an entire section of the city because, I don’t know, it feels like it. Because for some reason it is optimizing for a different goal than we actually think we gave it.
\n\n\n\nThe trick is we can say, we can input into ChatGPT, I want you to provide water to the entire city in a fair and equitable way. That doesn’t mean that’s what it’s going to do. We just think that that’s what it’s going to do. We hope.
\n\n\n\n[00:42:26] Nathan Wrigley: I think we kind of come back to where we started. If we had a crystal ball, and we could stare five, two years, three years, 10 years into the future. That feels like it would be a really great thing to have at the moment. There’s obviously going to be benefits. It’s going to make work certainly more productive. It’s going to make us be able to produce more things. But as you’ve just talked over the last 20 minutes or so, there’s also points of concern and things to be ironed out in the near term.
\n\n\n\n[00:42:52] James Dominy: Absolutely, yeah.
\n\n\n\n[00:42:53] Nathan Wrigley: We’re fast running out of time, so I think we’ll wrap it up if that’s all right? A quick one James, if somebody is interested, you’ve planted the seed of interest about AI and they want to get in touch with you and natter about this some more, where would they do that?
\n\n\n\n[00:43:06] James Dominy: The best way is probably email. I am not a social person in the social media sense. I don’t have Twitter. I don’t do any of that. So I’m probably terrible for this when I think about it. My email is, J for Juliet, G for golf, my surname D O M for mother, I, N for November, Y for yankee at gmail.com. Please don’t spam. Please don’t get AI to spam me.
\n\n\n\n[00:43:30] Nathan Wrigley: Yeah, yeah. James Dominy, thank you so much for joining us today.
\n\n\n\n[00:43:34] James Dominy: Thank you for the opportunity. It’s been great fun, and I’ve really enjoyed being able to kind of deep dive into a lot of the stuff I just had to gloss over in the workshop. Thank you.
\nOn the podcast today we have James Dominy.
\n\n\n\nJames is a computer scientist with a masters degree in bioinformatics. He lives in Ireland, working at the WPEngine Limerick office.
\n\n\n\nThis is the second podcast recorded at WordCamp Europe 2023 in Athens. James gave a talk at the event about the influence of AI on the WordPress community, and how it’s going to disrupt so many of the roles which WordPressers currently occupy.
\n\n\n\nWe talk about the recent rise of ChatGPT and the fact that it’s made AI available to almost anyone. In less than twelve months many of us have gone from never touching AI technologies to using them on a daily basis to speed up some aspect of our work.
\n\n\n\nThe discussion moves on to the rate at which AI systems might evolve, and whether or not they’re truly intelligent, or just a suite of technologies which masquerade as intelligent. Are they merely good at predicting the next word or phrase in any given sentence? Is there a scenario in which we can expect our machines to stop simply regurgitating text and images based upon what they’ve consumed; a future in which they can set their own agendas and learn based upon their own goals?
\n\n\n\nThis gets into the subject of whether or not AI is in any meaningful way innately intelligent, or just good at making us think that it is, and whether or not the famous Turing test is a worthwhile measure of the abilities of an AI.
\n\n\n\nJames’ background in biochemistry comes in handy as we turn our attention to whether or not there’s something unique about the brains we all possess, or if intelligence is merely a matter of the amount of compute power that an AI can consume. It’s more or less certain that given time, machines will be more capable than they are now, so when, if ever, does the intelligence Rubicon get crossed?
\n\n\n\nThe current AI systems can be broadly classified as Large Language Models, or LLMs for short, and James explains what these are and how they work. How can they create a sentence word by word if they don’t have an understanding of where each sentence is going to end up? James explains that LLMs are a little more complex than just handling one word at a time, always moving backwards and forwards within their predictions to ensure that they’re creating content which makes sense, even if it’s not always factually accurate.
\n\n\n\nWe then move on from the conceptual understanding of AI to more concrete ways it can be implemented. What ways can WordPress users implement AI right now, and what innovations might we reasonably expect to be available in the future? Will we be able to get AI to make intelligent decisions about our website’s SEO or design, and therefore be able to focus our time on other, more pressing, matters?
\n\n\n\nIt’s a fascinating conversation whether or not you’ve used AI tools in the past.
\n\n\n\nImplementing a CAPTCHA or reCAPTCHA system is a highly effective way to protect your WordPress website or ecommerce business from spam and bots, which is crucial for ensuring online security.
\n\n\n\nAll that sounds great, but the effort involved in solving a CAPTCHA often results in reduced conversions. According to Moz, including a CAPTCHA could result in a loss of 3.2% of conversions. Yikes!
\n\n\n\nThat’s why today, we’ll explain the problem with the traditional CAPTCHA setup, offer a stand-out alternative, and provide steps to add CAPTCHA and reCAPTCHA to your WordPress site, if that’s still the route you feel most comfortable with.
\n\n\n\nAfter following this guide, your website will be safer and more secure for your visitors.
\n\n\n\nLet’s get started!
\n\n\n\n\n\n\n\nWhile CAPTCHA systems have been widely adopted for their ability to prevent spam and bot activity, they do come with a number of drawbacks. Make sure you’re aware of these downsides before you use a WordPress CAPTCHA plugin.
\n\n\n\nTraditional CAPTCHA systems often rely on distorted images of text, making it difficult for users with visual impairments to solve them. This can lead to accessibility issues and discourage visitors from interacting with your site.
\n\n\n\nCAPTCHAs can be frustrating and time-consuming to solve, particularly when the distorted text is difficult to read. This annoyance can cause people to leave your site without completing their intended action, such as submitting a form or making a purchase. Sometimes, visitors may even have to solve multiple CAPTCHAs — a real test of endurance.
\n\n\n\nCAPTCHA systems can sometimes incorrectly identify real human users as bots, preventing them from accessing your site or submitting forms. This can lead to a loss of leads, customers, or subscribers.
\n\n\n\nAs bots become more advanced, they’re increasingly able to bypass traditional CAPTCHA systems, rendering them less effective at preventing spam and malicious activity on your site.
\n\n\n\nImplementing CAPTCHA systems can negatively impact your site’s user experience, particularly when the CAPTCHAs are overly complex or difficult to solve. This can lead to lower visitor satisfaction and, ultimately, decreased engagement and conversions.
\n\n\n\nAs mentioned above, the frustrating experience of solving CAPTCHAs can lead to users abandoning your site before completing their intended actions. This can result in lower conversion rates for your business.
\n\n\n\nImplementing CAPTCHA systems can also contribute to slower page load times, as they often require additional resources and scripts to load. This can negatively impact your site’s performance and search engine rankings.
\n\n\n\nGiven these challenges, it’s important to find a solution that’s both effective at preventing spam and bots, while also providing a positive user experience. That’s where Akismet comes in to save the day.
\n\n\n\nAkismet addresses the shortcomings of traditional CAPTCHA systems by employing advanced algorithms and a continuously-updated database of spam signatures. It can effectively identify and block spam and malicious activity without any user input and without annoying barriers for site visitors.
\n\n\n\nThe result is enhanced accessibility, a superior user experience, and fewer false positives.
\n\n\n\nEven the most sophisticated bots can be identified and blocked by Akismet due to its advanced spam detection technology and constantly-updated database. By staying ahead of emerging threats, Akismet ensures your online presence remains secure and your valuable content and data are safeguarded.
\n\n\n\nGiven the challenges associated with traditional CAPTCHA solutions, Akismet presents several benefits that make it a compelling and superior alternative for WordPress site owners.
\n\n\n\nAkismet doesn’t require users to solve puzzles or enter codes, ensuring a more pleasant and frustration-free browsing experience. It operates seamlessly in the background, allowing visitors to focus on your content and offerings without any distractions or interruptions.
\n\n\n\nAkismet can be used by people with vision impairments because it doesn’t use visual puzzles to block spam and bots. This approach makes sure that your website is user-friendly and welcoming to a diverse audience, creating a positive online environment for everyone.
\n\n\n\nAkismet uses advanced algorithms and a vast database of spam signatures to minimize false positives. This means that genuine users can access and interact with your site without being mistakenly identified as bots. This accurate spam detection helps build a trustworthy online presence and improve user experiences.
\n\n\n\nAkismet is highly effective at identifying and blocking spam and malicious activity, including sophisticated bots that can bypass traditional CAPTCHA systems. Its constantly-updated database and advanced spam detection technology ensure your website remains secure and protected from emerging threats.
\n\n\n\nAkismet runs in the background and won’t slow down your website by using extra data or running unnecessary scripts. This means your website will stay fast and responsive for your visitors, which can help improve your search engine rankings and create a great browsing experience.
\n\n\n\nIf this sounds like a solid prospect, you’ll be delighted to hear that we’re discussing how to install and set up Akismet on WordPress next.
\n\n\n\nIncorporating Akismet into WordPress comment and contact forms is a breeze, and you can accomplish it in just a few steps. However, the procedure might differ slightly depending on the contact form or plugin you’re using. Let’s explore how it’s done!
\n\n\n\nAkismet can be used for free to get rid of spam comments and harmful form submissions on your non-commercial site. Websites run for commercial purposes can choose from several affordable premium options.
\n\n\n\nFirst, install and activate the plugin.
\n\n\n\nTo do this, log in to your WordPress dashboard, go to the Plugins tab, click Add New, and search for it. The plugin is usually included in the top “Featured” list.
\n\n\n\nTo install the plugin, click on Install Now and then Activate. After activation, go to Settings and select Akismet Anti-Spam. Under Settings, locate the API key field.
\n\n\n\nYou can get the key by going to the Akismet website and creating an account.
\n\n\n\nOnce you finish the signup process on the website, log in to your new account then locate My Account and choose Add Subscription.
\n\n\n\nYou can select your desired plan next. The Personal plan is free for individual website use if your site is considered “non-commercial.”
\n\n\n\nAfter registering, you’ll receive an API key in the My Account section. Copy this key and then navigate to the WordPress dashboard’s Settings → Akismet Anti-Spam screen. Next, paste the key into the API Key field.
\n\n\n\nClick on Save Changes to finish.
\n\n\n\nAkismet will automatically filter comment spam and put it in a queue for review on the dashboard. But if you want it to work on your contact form(s), you’ll need to complete another step.
\n\n\n\nBy default, WordPress does not have a contact form feature. Therefore, you’ll need to use plugins to include contact forms on their sites. The method to add these forms will vary based on the plugin being used.
\n\n\n\nSome popular contact form plugins, including Jetpack, already have Akismet support built-in.
\n\n\n\nOther plugins necessitate setting up Akismet add-ons to incorporate spam protection into their forms. Gravity Forms is the most popular example of this.
\n\n\n\nStill other WordPress plugins like Contact Form 7 require a code snippet to add Akismet support.
\n\n\n\nThankfully, it’s easy to configure Akismet on your contact forms, no matter which method you choose.
\n\n\n\nAkismet is very much a set-it-and-forget-it type of tool. Just install, activate, and you’re basically done. But it also allows you to control how to handle contact form spam a bit more precisely.
\n\n\n\nThe plugin is configured, by default, to send flagged comments to a holding queue located in the Comments section of the WordPress dashboard so that you can review them later. You can also set up Akismet to delete spam entirely.
\n\n\n\nIf this sounds appealing, just go to Settings → Akismet Anti-Spam and locate the Settings.
\n\n\n\nScroll down to the section called Strictness.
\n\n\n\nAkismet is good at identifying which messages are spam and which ones are legitimate, which means you can delete the spam messages from your contact form without worry. However, if you want to keep all messages, you can select the option to Always put spam in the Spam folder for review.
\n\n\n\nRemember that Akismet stores spam comments for 15 days before they’re deleted. So, if you go for this option, review your queue regularly.
\n\n\n\nAlthough we suggest using Akismet due to its ease-of-use and success in blocking spam and bots, we realize that certain users may still want to learn how to add CAPTCHA to WordPress. This section will provide clear instructions on how to integrate both CAPTCHA and reCAPTCHA into a WordPress contact form.
\n\n\n\nAlthough most well-known contact form plugins include CAPTCHA functionality, you can also manually incorporate CAPTCHA into any form element on WordPress that’s being misused. This not only includes contact forms, but also comment forms, user registration pages, login pages, and opt-in forms.
\n\n\n\nFor the purposes of this tutorial, we’re using the Friendly CAPTCHA for WordPress plugins, though there are other options available.
\n\n\n\nGo to your WordPress dashboard then to Plugins → Add New and search for the plugin by name.
\n\n\n\nOnce you locate it, click Install → Activate.
\n\n\n\nTo input your Site key and Secret key, locate Friendly Captcha in the dashboard, then click Settings.
\n\n\n\nThen go to the Friendly Captcha website and create an account. Pick a plan, then copy your site key.
\n\n\n\nGo back to your WordPress installation and paste in the Site key in the appropriate field. Then go back to your account on the website and generate an API key by typing in a name for it then clicking Create API Key.
\n\n\n\nFor this tutorial, please select the comment form box to enable forms and keep all other settings at their default values to configure the remaining options based on your preferences.
\n\n\n\nOnce you’re done making changes, click Save Changes, then visit a live blog post to verify the comment form is working as intended.
\n\n\n\nGoogle reCAPTCHA adds an extra layer of protection to your contact forms, using a two-step verification process. This tool can help stop bots and spammers, as they’ll need to pass the reCAPTCHA test. You can use a WordPress CAPTCHA plugin to get the job done. Here’s how you can incorporate it into your WordPress contact form:
\n\n\n\nFirst, install and activate the Simple Google reCAPTCHA plugin. Just search for it by name under Plugins → Add New. Then click Install → Activate.
\n\n\n\nAfter activation, navigate to Settings → Google reCAPTCHA to configure the plugin settings.
\n\n\n\nThe plugin will prompt you to enter Google reCAPTCHA keys. You can obtain these keys for free from the official reCAPTCHA website by clicking the register your domain link at the top of the page.
\n\n\n\nThe register your domain link directs you to the Google reCAPTCHA website, where you can register your site to work with reCAPTCHA.
\n\n\n\nSign in with your Google account, and you’ll see the Register a new site page. Enter the necessary basic information to register your site.
\n\n\n\nIn the Label field, input your website name or any name of your choice to help you identify your site later.
\n\n\n\nNext, choose the reCAPTCHA V2 radio button to reveal two new options.
\n\n\n\nTo add the reCAPTCHA checkbox to your site, select the first option, I’m not a robot checkbox.
\n\n\n\nIn the Domains text box, add the domain name of your website.
\n\n\n\nYou can also add multiple domains or subdomains by clicking the plus + icon, enabling you to use the same API keys across different websites.
\n\n\n\nGoogle will automatically add your email address under Owners. You can also add another email if desired. Then accept the terms of service.
\n\n\n\nSelect the Send alerts to owners checkbox to allow Google to send emails if they detect any misconfigurations or suspicious activity.
\n\n\n\nAfter completing the form, click Submit to register your site.
\n\n\n\nGoogle reCAPTCHA will display a success message, along with the site key and secret key.
\n\n\n\nUse these API Keys in your website’s plugin settings.
\n\n\n\nNavigate to Settings → Google reCAPTCHA from your WordPress dashboard.
\n\n\n\nOn the Settings page, paste the site key and secret key.
\n\n\n\nThe plugin will incorporate reCAPTCHA verification into the WordPress comment form, registration form, reset password form, new password form, and login form.
\n\n\n\nYou can disable reCAPTCHA on the login form by selecting the appropriate checkbox.
\n\n\n\nRemember to click Save Changes to store the API keys and activate reCAPTCHA.
\n\n\n\nYou have now successfully added reCAPTCHA to your WordPress comment form. Check the comment section of your blog posts to ensure it’s working correctly.
\n\n\n\nSo now you know how to add CAPTCHA or reCAPTCHA to your WordPress contact forms. Although these options can reduce spam and bot activity, we suggest using Akismet instead because it is easy to use, more accessible, and effective against advanced bots.
\n\n\n\nRegardless of the solution you choose, however, keeping your WordPress site secure from spam and malicious activity is crucial for maintaining a positive user experience, safeguarding your online presence, and protecting your reputation.
\n\n\n\nStill curious about CAPTCHA, reCAPTCHA, and how to safeguard the contact forms on your website? Let’s take a look at some answers to the most commonly asked questions on the subject.
\n\n\n\nCAPTCHA, which stands for “Completely Automated Public Turing test to tell Computers and Humans Apart”, is a security measure used on websites to prevent automated bots from submitting forms, leaving comments, or performing other actions that should only be done by human users. CAPTCHAs typically require users to solve visual puzzles — such as identifying distorted text or selecting specific images — to prove that they’re not bots.
\n\n\n\nreCAPTCHA is a more advanced version of CAPTCHA developed by Google. It improves upon traditional CAPTCHA systems by incorporating machine learning and advanced risk analysis techniques to better differentiate between human users and bots. reCAPTCHA is designed to be more user-friendly, with some versions requiring people only to click a checkbox.
\n\n\n\nAkismet is a powerful anti-spam solution for WordPress websites, developed by Automattic, the company behind WordPress.com. It uses advanced algorithms and a continuously-updated database of spam signatures to identify and block spam comments and form submissions, without requiring user input or creating accessibility barriers. Akismet operates in the background (kind of like an invisible CAPTCHA, in a sense), providing a seamless and user-friendly browsing experience.
\n\n\n\nWhile each solution has its own advantages, Akismet is generally considered more user-friendly and accessible compared to CAPTCHA and reCAPTCHA. It doesn’t require users to solve puzzles or enter codes, making it easier for those with visual impairments and providing a smoother browsing experience overall. Akismet is also highly effective at blocking spam and bots, even as they evolve and become more sophisticated.
\n\n\n\nYes, Akismet integrates with many popular WordPress contact form plugins, including Contact Form 7. By connecting Akismet to your contact form plugin, you can effectively protect your forms from spam submissions without the need for CAPTCHA or reCAPTCHA.
\n\n\n\nAkismet is trusted by over 100 million websites worldwide, including well-known enterprise brands such as Microsoft, ConvertKit, and Bluehost. Its widespread adoption and use by major companies serve as strong social proof for its effectiveness in preventing spam and ensuring a secure, user-friendly online experience.
\n\n\n\nShould you choose Akismet for your contact and registration forms, you’ll be in good company, joining millions of other websites that have successfully protected their online presence from spam and malicious activity.
\n\n\n\nTo keep your WordPress site free from spam and bots while ensuring a good user experience and accessibility, you should use Akismet. It offers an effective way to combat spam that doesn’t disrupt your site visitors’ browsing experience.
\n\n\n\nIf you add Akismet to your WordPress site, it will use complex calculations and a big collection of spam markers to keep your site safe from unwanted content. In addition, it integrates smoothly with well-known tools for contact forms, making sure that everyone can use your website securely and without hassle.
\n\n\n\nWhile CAPTCHA and reCAPTCHA may still be preferred by some, Akismet stands out as a user-friendly, effective, and accessible alternative for securing your WordPress contact forms against spam and bots. And by choosing Akismet, you’re investing in the success of your online presence and ensuring a pleasant experience for your visitors, which is definitely worth prioritizing.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jun 2023 13: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:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WordPress 6.3 Will Introduce A Command Palette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-6-3-will-introduce-a-command-palette\";s: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:3341:\"Last week Gutenberg contributors were engaged in a spirited debate regarding a proposal to rename the new Command Center to Wayfinder. The feature, designed to be an extensible quick search and command execution tool, will land in WordPress 6.3.
\n\n\n\nThe majority of participants in the discussion were strongly against calling it Wayfinder, as the term doesn’t translate well, nor does it make the feature’s benefits easy to understand. Wayfinder was proposed as a unique name that “has the potential to evoke a sense of curiosity, exploration, and discovery.” There were several attempts to wrap up the discussion with notes on alternatives even when it was apparent that the general consensus was unequivocally not in favor of the term Wayfinder.
\n\n\n\nAutomattic-sponsored Gutenberg contributor Anne McCarthy commented on the issue with the decision, which she said was reached after consulting project leadership and reading through the comments:
\n\n\n\n\n\n\n\n\nLet’s move forward with Command Palette.
\n\n\n\nReasoning: easier to translate, consistent across other tooling outside of WordPress, matches current functionality, eases discoverability/understanding of value, and leans generic which matches the concerns raised here.
\n\n\n\nUltimately, we can always discuss renaming if the feature reaches a point of evolution outside of this initial name. As raised above, that would be more worth risking a unique name for than something that exists in other products and that ultimately we want people to quickly understand/find value in. Plus if we hold off on that name for the future, it can create a nice marketing push for something truly unique when/if the time comes. If folks have additional specific concerns around this naming, please speak up sooner rather than later.
\n
McCarthy also requested other contributors ensure the re-naming is updated throughout the interface for the upcoming release.
\n\n\n\nThis was an important decision that needed to be made ahead of WordPress 6.3 Beta 1, which was supposed to be released today but was delayed to Wednesday, June 28, due to an unrelated issue. The Command Palette will likely be introduced in blog posts, the 6.3 About page, and countless third-party resources so the proposal urgently needed a conclusion.
\n\n\n\nIt’s also to the team’s credit that they didn’t force a fancy marketing name and instead landed on the side of the majority of contributors who were in favor of using clear language. The API for the Command Palette is now public and ready for developers to create their own custom commands. Using a term that is easy to understand and translate will engender more global community buy-in, as 52% of WordPress users run the software in a language other than English.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jun 2023 01:46:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: WordCamp Europe 2024 Calls for Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/wordcamp-europe-2024-calls-for-organizers\";s: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:3609:\"WordCamp Europe 2023 in Athens attracted more than 2,500 attendees from 94 countries, made possible by 112 organizers and 250 volunteers. The event is now looking forward to 2024, which will be hosted by the Italian WordPress community in Torino, Italy, June 13-15. This modern city is located at the foot of the Alps in northwestern Italy and has more than 2,000 years of history to explore.
\n\n\n\n \n\n\n\nWCEU 2024 is calling for organizers who will serve on one of a dozen teams that have been operating for the past few years, including attendee services, budget, design, sales and sponsors, communications, and more.
\n\n\n\nThose selected to organize will begin planning WCEU in September 2023 and will work with a distributed team on a weekly basis until June 2024.
\n\n\n\nDuring the 2023 event’s speaker announcements, the WCEU organizing team was criticized for the second year in a row regarding its commitment to diversity. The previous year organizers were called out for the lack of diversity on the organizing team and this year the complaint was a lack of diversity in the speaker selection.
\n\n\n\nWCEU 2023 organizers published a transparent account of the various selection processes used for organizers, speakers, media partners, and others involved in the event. The article states that organizers are shortlisted based on their skills, with an effort “to keep gender parity high whilst also selecting people from all available European WordPress communities.” It also states that applicants’ experience and enthusiasm are chief among selection factors but organizers also reach out to encourage underrepresented groups to apply:
\n\n\n\n\n\n\n\n\nDuring the selection process we don’t have anything that resembles a “positive discrimination” policy, whereby we choose people based on their race, color, background, gender, sexual identity, or any other attribute; we solely chose people based on their stated experience and enthusiasm to be part of the team…
\n\n\n\nAcknowledging that diversity within the Organizing team is important, we reach out to community groups and members before and during the application process, encouraging people to apply where we have historically seen underrepresentation.
\n
The article concludes with a statement of willingness to modify this selection process if the organization is not able to achieve a diverse lineup:
\n\n\n\n\n\n\n\n\nWordCamp Europe is an iterative event; each year learns from the last and 2024 will be no different. We cannot take for granted that achieving diversity one year guarantees it the next. As a flagship WordCamp event we may need to positively discriminate to achieve gender parity, or fair representation of communities.
\n
The call for 2024 organizers does not identify any changes that have been made to the selection process. Prospective organizers will need to fill out the application form highlighting their skills, experience, and desired role.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jun 2023 21:40:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Reusable Blocks Renamed to Patterns with Synced and Non-Synced Options\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/reusable-blocks-renamed-to-patterns-with-synced-and-non-synced-options\";s: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:7029:\"There has always been some confusion and overlap between reusable blocks and patterns. The difference was that reusable blocks can be created and edited in the block editor and then reused in other places – inserted into posts or pages. Block patterns, once inserted, can be edited and are not synced. They give users the ability to apply the same layout to different posts and pages.
\n\n\n\nReusable blocks have now been renamed to patterns, with the option to be synced, which offers the same functionality as the former reusable blocks where all instances can be updated at once. Non-synced patterns are just regular patterns – those that can be edited independently of other other instances that have been inserted. These updates are coming in Gutenberg 16.1 and will be included in the upcoming WordPress 6.3 release.
\n\n\n\nWordPress contributor Aki Hamano posted a diagram to Twitter regarding the renaming, which was confirmed as an accurate representation of the changes.
\n\n\n\n \n\n\n\n“Clients already find the pattern and reusable block concept very difficult to grasp,” WordPress developer Mark Howells-Mead commented on the pull request for the renaming. “This change will make things much harder for regular users to comprehend.”
\n\n\n\nGutenberg contributor Paal Joachim Romdahl commented that it would be helpful to have more time to test this in a few versions of the Gutenberg plugin, as WordPress 6.3 beta 1 is expected this week. Learning materials and documentation will need to be updated with very little notice.
\n\n\n\nGutenberg contributor Daniel Richards encouraged contributors to see the change as part of “the great unification,” an effort towards consolidating the many different block types into a single concept and streamlining the content and site editors.
\n\n\n\n“In the future it might also be possible for template parts to be considered ‘synced patterns’, and at that point things become much more streamlined and there are far fewer concepts for users to grasp,” Gutenberg contributor Daniel Richards said.
\n\n\n\n“So the hope is that this is a first step on the path to making things easier for users, rather than more difficult. But I do realize that for existing users it’s quite a shift.”
\n\n\n\nAs part of this effort, WordPress 6.3 will also introduce pattern creation in the block editor using the same interface that it previously used for reusable blocks. Pattern creation necessitates having a place for users to view and manage their patterns. WordPress 6.3 will also include a first pass at a Pattern Library inside the Site Editor, which will include both patterns and template parts. Gutenberg designers shared a preview of what this would look like a couple weeks ago:
\n\n\n\nIn May, contributors began a discussion about the concept of partially synced patterns, which Daniel Richards summarized:
\n\n\n\n\n\n\n\n\nToday, when you insert a pattern, the blocks from that pattern are completely decoupled and standalone. There’s no way to tell that those blocks originated from a pattern, especially since they can be edited to no longer resemble the source pattern.
\n\n\n\nPartially synced mode is different. When a pattern that’s partially synced is inserted, it retains a reference to the source pattern. The blocks within the pattern are locked so that they cannot be removed or reordered and new blocks cannot be inserted (this is called
\n\n\n\ncontentOnly
locking). Only specific parts of the pattern considered ‘content’ can be edited (denoted by adding__experimentalRole: \'content\'
to a block’s definition).When the source pattern is updated, all instances of blocks that reference the source pattern are updated too (much like a reusable block), but the
\ncontent
values the user entered are retained. The best way to think of this is that the user can update the design of a pattern, but doesn’t lose content that exists in templates and posts.
This concept will not make it into the upcoming version of WordPress, as contributors are still discussing one of many complex implementations, but it offers a glimpse of what might be more granular control coming to patterns in the future. Partially synced patterns would bring distinct benefits to many CMS and content design use cases where clients may be editing content.
\n\n\n\n“I am a site developer for an agency, and am actively making sites for clients using Gutenberg every day,” Eric Michel said. “Probably our biggest pain point right now is that the editor does not handle types of content that are mostly standardized with small content customizations per post – things like contact directories, majors at a university, products in a catalog.
\n\n\n\n“For us, the absolute dream scenario is what you are proposing, except with the inclusion of the ability to alter the primary template and have all of the pages that use that template automatically change as well.”
\n\n\n\nThe discussion on making partially synced patterns possible continues in search of an implementation that will ensure users don’t modify the patterns in ways that destroy the ability to display the retained content. WordPress 6.3 will ship with synced and non-synced pattern options, and partially synced patterns may land further down the road in a future release.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jun 2023 02:11:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Gutenberg Times: Reusable Blocks are Patterns too, Style Book, Block Handbook Navigator and Command Center—Weekend Edition 258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=24511\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://gutenbergtimes.com/reusable-blocks-are-patterns-too-style-book-block-handbook-navigator-and-command-center-weekend-edition-258/\";s: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:15495:\"Howdy,
\n\n\n\nIt’s been a more quiet week. Many people have been working hard to get the latest features into the next Gutenberg release, so they can also be merged with WordPress 6.3. If you want to start testing, the Gutenberg 16.1 RC is available here. The changelog is massive. Next week, Tammie Lister will be going over this with me when we record the next Gutenberg Changelog.
\n\n\n\nOn Friday, I’ll hope on a train to Leipzig and give a presentation to the attendees of the back-to-the-roots, no frills WordCamp. Added thrill for me: it’s my first time presenting in German about technology. Oy.
\n\n\n\nNext week is also WordPress 6.3 Beta 1 release. Get ready for testing and filing bug reports! The best way to learn what will be in 6.3 is by using the beta version and heed the Testing Call #24: Momery Makeover. Testing a new version pre-release, is an open-source contribution with the highest impact. If you are keen to learn how to do it, please let me know and I do a short tutorial zoom with you.
\n\n\n\nThis weekend edition seems rather short, too
\n\n\n\nYours, 💕
Birgit
Join us for the next Gutenberg Live Q & A July 6th, 2023, at 17:00 UTC
\n\n\n\nLeveraging Gutenberg’s architecture to take plugin development to new levels.
\n\n\n\nLearn how Gutenberg components and scripts can be used outside the block editor to revamp a plugin’s code base in this Case Study of GiveWP 3.0 with Jason Adams, Director of Development, Jon Waldstein, Lead Developer of GiveWP and co-host Lena Morita, JavaScript Developer on the Components team.
\n\n\n\n🎙️ New episode: Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3 with special guest, Tammie Lister and host Birgit Pauli-Haack
\nIn his latest Design Share: Jun 5–Jun 16, Joen Assmussen shares the work of the WordPress Design team on the
\n\n\n\nJamie Marsland shared in his latest video, WordPress Block Theme Secret Hacks You Didn’t Know Existed, five secret features of Block Themes, you might not know about. Marsland also offers a Block Theme course: Mastering Site Editing and WordPress Block Themes, so you can get a head start.
\n\n\n\nWes Theron also shares his secrets, too in the tutorial Using the block editor: Tips and shortcuts for efficiency on Learn WordPress. He has eight tips and shortcuts for you to work faster and more efficiently in the block editor.
\n\n\n\nIn this video on WordPress TV, Kathryn Presner and Sarah Snow showed their students how to Create a four-page WordPress website: Explore Plugins + Contact Forms. Watch this workshop to learn about plugins–how to find them, how to vet them, what can go wrong–in WordPress in 2023.
\n\n\n\nAnother new feature is coming to WordPress 6.3, the Command Center. Be aware that’s only the working title and contributors discuss renaming it. Sarah Gooding reports on the discussion WordPress Contributors Discuss Renaming Command Center Tool.
\n\n\n\nCreating patterns using the block editor has been one of the most requested features since Patterns have been available and since the release of the Pattern directory on WordPress.org in Summer of 2021. It’s now coming to the editor in WordPress 6.3 version. It uses the same workflow as creating reusable blocks. To remind you: create a collection of blocks, group them, and use the 3-dot menu “Create reusable Block” except it now says “Create custom pattern”.
\n\n\n\nTurns out Patterns and Reusable blocks are cut almost from the same cloth. The only difference is that the change to a reusable block synchs over all the instances the block has been used, hence the new name “synched pattern”. There is now a toggle switch to “Keep all pattern instances in sync” or not. This is the first iteration: the name change and the creation workflow.
\n\n\n\nTo re-use the pattern, you find them in different places, though. Synched patterns are listed in the list of Blocks in the Inserter and available via slash “/” command. Unsynched patterns are in a new Pattern category = Custom Patterns in the Patterns Tab in the big blue button inserter.
\n\n\n\nThere are many users, and I might be one of them, who find patterns, should also be at least partially sync-able. That feature is planned to come to the block editor after WordPress 6.3 is released. It will take a few more thoughts on how to separate the various pieces. You might want to synch the design but not the words, or styles but not the images. The headings but not the links. And immediately you see that this can be quite complicated. So, it might take some more time. You can read up on the genesis of this new feature in the PR Reusable blocks: Rename to ‘Patterns’ and add option to also add a non-synced Pattern. (51144)
\n\n\n\nGanesh Dahal, also writer at CSS-Tricks, published his first article on the WordPress Developer Blog about The Style Book: a one-stop shop for styling block themes. The Style Book is the new one-stop Global Style feature of the Site Editor that allows you to add all global or per-block design elements with a live preview window. This also lets users create a new set of variations that they can modify with a single click.
\n\n\n\nWrestling with a huge theme.json might deter people from creating block themes. Petter Walbø Johnsgård developed the npm package @theme-json/create that helps you with that. It allows you to create a logical directory structures to separate out various parts of the theme.json. It makes it easier to maintain and quickly navigate to the necessary area you wish to modify. This way you can standardize variables and reference them in our theme.json, and makes it them much more maintainable when designers decide to make changes. (Thank you to Marius Jensen for the tip).
\n\n\n\n\n “Keeping up with Gutenberg – Index 2022”
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. The index 2020 is here
In his post for the Torque Magazine, How to Add Widget Areas to WordPress (Block & Classic Themes), Nick Schäfferhoff took a look at different ways to add widgets to your WordPress theme. You learn how to use widgetized areas and create new ones in classic themes, as well as how to make widgets show up in your block themes.
\n\n\n\nIt might be the post you have been waiting for. In his post on How to Navigate the Block Editor Handbook, Michael Burridge leads the way with Compass and Maps so to speak. “The Block Editor Handbook is intimidating even for seasoned developers. If you are new to block development, you’re likely to feel completely overwhelmed. This guide will help you find your way around the Block Editor Handbook. It suggests a learning path that will help you become an expert in no time.” he wrote in the excerpt
\n\n\n\nBrian Coords published a tutorial about Custom Lists in WordPress with Register Block Style. He explains how to work with Block styles without a build process. It’s a great way to learn to customize the blocks without any JavaScript and very little php.
\n\n\n\nEarlier this year, Justin Tadlock wrote about Creating custom block styles in WordPress themes, that could be another great tutorial for you.
\n\n\n\nNeed a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.
Have you been using it? Hit reply and let me know.
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\nFor questions to be answered on the Gutenberg Changelog, send them to changelog@gutenbergtimes.com
\n\n\n\nFeatured Image: Skyline of Athens, view of the Acropolis from the roof of the Museum for contemporary art by Birgit Pauli-Haack
\n\n\n\nDon’t want to miss the next Weekend Edition?
\n\n\n\n\n\n\n\nReally Simple SSL, a popular plugin used on more than five million sites for installing SSL certificates, handling website migrations, mixed content, redirects, and security headers, has added a new feature in its most recent major update.
\n\n\n\nVersion 7.0.0 introduces vulnerability detection as part of a partnership with WP Vulnerability, an open source, free API created by Javier Casares with contributions from other open source, freely available databases. Once enabled, it notifies users if a vulnerability is found and suggests actions.
\n\n\n\n“Really Simple SSL mirrors the free database with its own instance to secure stability and deliverability, but of course provides the origin database with an API to enrich, or improve its current data,” Really Simple Plugins developer Aert Hulsebos said.
\n\n\n\nThe new vulnerability detection feature is not enabled by default, so users will need to enable it in the settings. A modal will pop up where users can configure their notifications and run the first scan.
\n\n\n\nWhen emailed about a vulnerability users can manually respond with an action or set the plugin to automatically force an update (when available) after 24 hours of no response. There are other automated actions the plugin can take based on how users configure the Measures section of the settings.
\n\n\n\nFor the past several years Really Simple SSL has been providing SSL certificate configuration and installation via Let’s Encrypt as a first pass at securing WordPress sites. To finance this for the free users, the plugin also has a Pro version that handles Security Headers, such as Content Security Policies, which are highly complex for most and not easily configured.
\n\n\n\n“We figured that with our reach we could impact security on the web as a whole, by adding features in order of impact on security,” Hulsebos said. “So vulnerabilities, after hardening features specific to WordPress, was next.
\n\n\n\n“The nature of our partnership with Javier and WP Vulnerability is sponsoring the efforts of WP Vulnerability and appointing a security consultant ourselves to this open-source effort to improve, and moderate the open-source database daily. WP Vulnerability does not compensate us, nor does it have a stake in Really Simple SSL. Vulnerability detection is available for everyone and always will be.”
\n\n\n\nBecause Really Simple SSL started as a lightweight SSL plugin, Hulsebos said they have taken a modular approach to minimize impact on users who only want or need certain features. Following the launch of the new vulnerability detection feature, the plugin’s authors plan to add login security with 2FA to better secure authentication on WordPress 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:\"Fri, 23 Jun 2023 21:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress Pattern Directory Updated to Show Curated Patterns by Default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wordpress-pattern-directory-updated-to-show-curated-patterns-by-default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3905:\"If you haven’t visited the WordPress Pattern Directory lately, it may look very different from when it launched two years ago. At first there was an emphasis on getting the community to contribute to the resource but the directory has now passed more than 1,500 patterns.
\n\n\n\nContributors are making changes to provide a more curated experience ahead of the inclusion of a new Pattern Directory Explorer that is still in progress. A recent update to the Pattern Directory alters the homepage and category pages to show curated patterns by default, a change that has been a bit confusing for some when returning to the directory.
\n\n\n\n \n\n\n\nThe curated patterns are those by WordPress.org – the core bundled patterns. Community-contributed patterns are available as a filter in the dropdown of the directory’s menu.
\n\n\n\nThere are only 46 core patterns, so some category pages tend to look a little sparse and far less colorful than when community patterns are selected. At the moment, having curated patterns display by default does not offer the best experience for users coming to browse, as Pootlepress founder Jamie Marsland pointed out on Twitter. Automattic-sponsored contributor Rich Tabor responded that there is still more work to be done on providing a better curated experience in the Pattern Directory.
\n\n\n\n \n\n\n\n“This change also prepares to support the Pattern Explorer in the editor,” Automattic-sponsored contributor Kelly Choyce-Dwan said in the announcement. “It’s still in progress, but it will be possible to search through community-submitted patterns directly from the editor.”
\n\n\n\nChoyce-Dwan referenced an effort that is currently underway to bring a new flyout to the patterns tab of the inserter inside WordPress, making the modal a place where users can more easily explore and access patterns from the directory.
\n\n\n\nThere are also related discussions on how themes could create pattern bundles, enabling the possibility of users filtering by theme. In this discussion, Automattic-sponsored contributor Anne McCarthy suggested these pattern bundles could be automatically submitted to the directory upon the theme’s approval, which would make it effortless for theme authors to contribute them.
\n\n\n\nUpdates to the Pattern Directory’s filtering are part of the redesign work on WordPress.org and more discussions are happening on the Pattern Directory GitHub repository.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jun 2023 17:44:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress.com Makes Monetization Features Available for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-com-makes-monetization-features-available-for-free\";s: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:3111:\"WordPress.com has been known to experiment with its pricing from time to time, and the platform announced another major change today. Users on the Free plan are now able to use monetization features without upgrading.
\n\n\n\nIn the past, WordPress.com users who wanted to earn money on their websites by collecting donations, creating a newsletter, or selling items or subscriptions, had to be on one of the paid plans. These monetization features are now available to all users on all tiers.
\n\n\n\nThe fee structure varies, based on the user’s plan. Transaction fees are the highest for Free users at 10%, but it gives creators the opportunity to see if they can make money without it costing anything upfront. Commerce plan users ($70/month or $45/month billed annually) don’t pay any transaction fees. Stripe also collects 2.9% + US$0.30 for each payment made to a Stripe account in the US.
\n\n\n\n\n\n\n\nWordPress.com Plan | Payment Fees |
WordPress.com Commerce | 0% |
WordPress.com Business | 2% |
WordPress.com Premium | 4% |
WordPress.com Personal | 8% |
WordPress.com Free | 10% |
Self-hosted WordPress users already have many free plugin options to monetize theirs sites but with that comes the requirement of knowing how to maintain and update their own sites. WordPress.com’s offering is targeted at creators who just want to get started making money online. The company is inching closer to being a one-stop shop for websites, especially as it makes a play for former Google Domains customers who are looking for somewhere to host domains after theirs were sold to Squarespace.
\n\n\n\nIt’s important to note that creating a full-featured online store is still restricted to Business and Commerce plans. Using Pay with PayPal to accept credit and debit card payments via PayPal is also only available via an upgraded plan.
\n\n\n\nWordPress.com’s pricing page has not yet been updated to reflect monetization features as being free – i.e. the Personal plan still lists paid subscribers and premium content gating as an upgrade. It’s possible the team hasn’t edited that page yet or this may be another pricing experiment.
\n\n\n\nExpanding the availability of monetization features is likely to be received as a positive change, since users are not losing any features that were previously free. Instead, they have the opportunity to see if they can monetize and then adjust their plans based on their comfort level with the transaction fees extracted.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2023 22:58:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Gravatar Adds New Payment Features for Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/gravatar-adds-new-payment-features-for-profiles\";s: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:3203:\"Up until yesterday, the Gravatar (Globally Recognized Avatar) blog lay dormant for nine years, the last post chronicling how the team set out to create a Gravatar app that somehow “morphed into a Selfies app.” Communication went silent after that, although the Twitter account posted occasionally.
\n\n\n\nThe service has pivoted to become “a personal digital business card” where users can link to various apps and websites that help to establish their identities online.
\n\n\n\nGravatar announced this week that it has launched new payment features for profiles. Users have the option to add links for PayPal, Venmo, and Patreon. The Gravatar team is looking at adding Cash App and more providers in the future.
\n\n\n\nOn mobile, profiles appear with new “Send Money” and “Share Profile” buttons. Each profile has its own unique QR code that can be copied and shared.
\n\n\n\n\n\n\n\nThe payment accounts show up as links that visitors can click through. Users can also display links to cryptocurrency wallet addresses, including Bitcoin (BTC), Litecoin (LTC), Dogecoin (DOGE), Ethereum (ETH), XRP, and Cardano (ADA).
\n\n\n\nProfiles can be customized with a background image, photo gallery, social links, and links to verified services.
\n\n\n\n\n\n\n\n
Gravatar is used by Slack, Atlassian (owner of Jira and Trello), GitHub, Stack Overflow, and Disqus, serving millions of requests per day. Another new major user is OpenAI, which displays users’ Gravatar images when chatting with ChatGPT. The service is also integrated with every WordPress install, and an Automattic representative confirmed there are no plans to change this.
Automattic reported that the company does not receive a cut of any payments passed through Gravatar links, nor does it have financial partnerships with any of the payment providers. The company also has no visibility into the transactions that happen through Gravatar payment links.
\n\n\n\nDuring the past nine years, the small Gravatar team has been improving how profile pages look, adding services that can be verified, working to improve the hashing and security of data, and maintaining the infrastructure required to store and serve so many images and profiles.
\n\n\n\n“We aren’t currently working on a Gravatar app, but it is something we are considering,” an Automattic representative told the Tavern.
\n\n\n\nAfter the Selfies app was retired, some of the code went into Jetpack and is now part of the app. Jetpack users can manage their Gravatar profile information and avatar photo inside the app.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2023 18:58:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Woo AgencyChat Live with Jimmy Rosén and Shadi Manna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://dothewoo.io/woo-agencychat-live-with-jimmy-rosen-and-shadi-manna/\";s: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:869:\"Woo AgencyChat Live with Jimmy Rosén and Shadi Manna June 22, 2023 Transcript Shadi: Here we are, the agency chat interview with Bob. Thanks for inviting us. My name is Shadi Manna from Progressus.io and... Jimmy: And I\'m Jimmy Rosen from Angry Creative. Shadi: Where should we get started, Jimmy? Jimmy: I don\'t know. How …
\nWoo AgencyChat Live with Jimmy Rosén and Shadi Manna Read More »
\n>> The post Woo AgencyChat Live with Jimmy Rosén and Shadi Manna appeared first on Do the Woo - a WooCommerce Builder 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:\"Thu, 22 Jun 2023 06:55:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: Launching a WordPress Product in Public: Session 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=149660\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-18/\";s: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:62269:\" \n\n\n\n\n\n\n\n\n\n\n\nCorey Maass and Cory Miller continue the development of their new WordPress plugin, Crop.Express. In this episode, they discuss the importance of finding personal fulfillment, embracing the journey, and enjoying the process of pursuing hobbies and personal projects. They encourage everyone to reevaluate their definition of success and find meaning in the act of creation while also cherishing the connections and collaborations that come along the way.
\n\n\n\nTop Takeaways:
\n\n\n\nThe Post Status Draft podcast is geared toward WordPress professionals, with interviews, news, and deep analysis.
Browse our archives, and don’t forget to subscribe via iTunes, Google Podcasts, YouTube, Stitcher, Simplecast, or RSS.
C&C 18
\n\n\n\n[00:00:00] Corey Maass: And don’t forget to record this time. Yeah, no.
\n\n\n\n[00:00:23] Cory Miller: Excellent. All right everybody. Welcome back to Corey and Cordy launching a pro WordPress product live session 18. And we’ve had, we were just kind of in prep for this real quick, just talking about a little of the things that’s been going on in our lives. It’s always fun to talk real life with a great person like Corey.
\n\n\n\nSo, um, this time we’re just gonna kind of talk about catching up. We’ve been out kind of the last two, maybe three weeks I wanna say. Yep. And, um, I have been on, uh, uh, last week I was at CLOUDFEST in Austin for post status. Then we extended and went on a Epic Clark w Griswold type. Um, Road trip. Got to see Carlsbad Caverns.
\n\n\n\nUm, and, and they were closed. Yes. No, dead ants on the roof of the minivan. When we did render vans, I had to go Griswold South. Um, but I know you’ve had things going on too, so, um, that’s a little snippet for me just trying to kinda get things a little bit better sane for me work-wise. And, um, I think that’s in preparation for the.
\n\n\n\nReal conversation here, but um, you wanna Yeah. Updates on what you’ve been
\n\n\n\n[00:01:36] Corey Maass: up to. Yeah. And on my end, so it’s, I’ve, so I’ve got, you know, one, one main client and, uh, I have a monthly. They, they ask me to stay within a window of, of how much I work and what, uh, what I actually like about that is I tend to work a little less the beginning of the month.
\n\n\n\nUm, and then, uh, which lets me work on side projects or lets me work on the house or whatever. Uh, Um, and then towards the end of the month, you know, the days get longer to make sure I hit my quota, um, and maximize my budget. But, um, so at the beginning of the month I wound up helping my dad drive from South Carolina up to Maine, um, which is a really fun road trip with dad.
\n\n\n\nBut, you know, and of course the, the client website goes down when I’m the farthest from my computer. Uh, you know, sitting at a restaurant in, uh, Fredericksburg, Virginia, if you ever have the opportunity, it’s a beautiful little place to stop. Um, but anyway, and then you can probably hear from my voice. I think last week I begged off because I was sick as a dog.
\n\n\n\nUm, And it’s funny, it actually, you’re like, oh, it’s been I think two, three weeks and I’m like, it feels like it’s been months. Cuz I spent at least, uh, a few days last week. Literally just in bed in a NyQuil haze, you know? So it felt like weeks went by and, um, you know, and then you come out of that and you’ve gotta scramble to make up work and, um, get caught up on life.
\n\n\n\nAnd, um, and then for me time, um, Always means house projects. So we’ve built another, uh, 11 times eight. So 88 feet of fencing. No. And then we turn a corner, so about 120 feet of fencing, stockade, fencing, cuz we’re getting a new foster dog. Um, and uh, so setting up a room for him and anyway, yeah, it just gets crazy.
\n\n\n\nAnd, uh, and so I think you and I touched. Space briefly last week and, and said, okay, so, you know, that’s fine. We missed a week or two. Let’s, let’s start, um, moving forward. I was like, all right, you know, I’m still working on a review of, uh, the product. I’ll get you a new version for post status. I don’t think you heard from me until nine minutes ago.
\n\n\n\nUh, that never happened. So, yeah. You know, but it’s like, and I hate to. It, it’s easy to fall into like, well, it’s not out yet, so it, you know, there are no expectations other than our own. Yeah. Which is true. Um, you know, but it’s also like, I mean, this is, this is part of why we do this, right? Like, yeah. We’re, we’re at least part of our, our aspirations is, is freedom, uh, to make our own choices, to manage our own hours, to work on what we wanna work on.
\n\n\n\nUm, which also means, I mean, family comes first and health comes first, and Yeah. You know, and, and paying clients come first when you’re at this stage. So, you know, these are just things we have to juggle and, and keep trying to make progress. I mean, it says everything to me that. You and I at least are like, okay, let’s keep talking once a week.
\n\n\n\nWhere are we at? You know? And, and cuz I have other people who I’ve worked with who many, many other people who, who ghost or who just wanna stop. There’s, there’s inherently so much shame in all of it that the moment they miss a day or a deadline or don’t hit the mark in some fashion, don’t want to talk about it.
\n\n\n\nYou know, I have friends who we’ve been talking about, Collaborating for years talking about like music or art or whatever. And, and now we, we, we’ve gone months where we’ll talk every week or every month, you know, how are you, how are the kids, da, da da. And we literally won’t, we won’t talk about the subject now because there’s, you know, because we didn’t, one of us didn’t move forward with it.
\n\n\n\nThere’s shame associated with it, so, you know. Definitely none of it’s that important, you know?
\n\n\n\n[00:05:56] Cory Miller: Yeah, exactly. Like we started with really good intentions and openness. Um, what it occurs to me is just kinda your references back to music and bands and stuff is like, I’ve not, I, I played an instrument when I was in like middle school, but I’ve not been in a band, but it’s occurs to me.
\n\n\n\nIt’s like, it seems like that you’re, mm-hmm. Stru, you know, struggling to kinda get something going. And then there’s seasons of life that happened. Um, this, this stage of my life and my career, I really see more of the seasonal aspects of life. Yeah. Better than I ever have. And you go. You know, just things you don’t, you can’t anticipate, or if you tried to, you’d have another set of problems.
\n\n\n\nAnd, um, it’s just like you said, like we’ve got other priorities, but, uh, it’s important for us to keep talking. I, I think too, when I think about entrepreneurship, I think there’s like part real hard work just doing things, trying to do it consistently, getting things out there, getting the next thing, and then there’s this bigger part.
\n\n\n\nWhich is, maybe somebody would’ve called it luck, you know? But it is like magic. You know? You stay around doing something. Maybe bands operate like this, I don’t know, but like you, you got enough interest, you know something’s there, you just haven’t figured it out yet. And then a magical moment, and I say magic cuz it’s like oftentimes in my career, specifically my professional career as an entrepreneur couldn’t have planned those things, man.
\n\n\n\nThey just happened, you know? Um, however, I might have tried to take credit for them. They just happened and it’s like the reading I’ve been and work I’ve been doing too personally is like creativity. You don’t control creativity. Those really magical moments we’re talking about, they kind of blossom out.
\n\n\n\nAnd there was somebody I was just like, well, Anna, who runs feeder bars, Lindsay and her have been friends for a decade, you know? Anna tried so many things over the years, so many things, and then Vita Bars was the spark, the magic that made it happen. Mm-hmm. Now, now she’s full-time with it and she’s got employees and all that kind of stuff.
\n\n\n\nSo like all that time it’s kinda like learning the piano. People go, oh, you’re at the piano. You’re doing this beautiful thing at the wedding, or whatever it is. They don’t think about all those years spent. Right. You know, in the practice of it, and it’s kinda like that moment too. It’s like, I’m dribbing for a second, but do enough things to get to a moment that, that you probably didn’t plan.
\n\n\n\nI think most of us, at least the entrepreneurs I know would say. Yep. That’s about it. Absolutely. Yeah. However, we like to think we control it and plan it. We don’t.
\n\n\n\n[00:08:59] Corey Maass: And there’s, there’s time. Sometimes you, you, you ha you just have to let time go by. It’s like, in music, it’s one of the hardest things I’ve, I’ve had to learn.
\n\n\n\nIt’s like for years I made music and put out music, made music, and put out music. And then I actually started writing music that people were like, oh, this is a summertime song. It’s the end of the summer. We’re not gonna put it out now. That’d be dumb. So we’re gonna sit on it and you, and it’s like in actual pop music, you can find out that there, there were pop songs, but huge, huge hits.
\n\n\n\nAnd in our minds, you know, you’re picturing, you know, Taylor Swift yesterday was in the, in the recording studio and then today you’re hearing the song cuz that’s cuz music can be live. Um, and in this day and age, sometimes that’s true and it’s a truer than it used to be. It used to be that, you know, a band would go into a studio and produce an album and it would take months and yada yada, you know.
\n\n\n\nBut a lot of the times thing, tunes or tracks or albums are actually held back. To try to be released strategically. It’s like big movies that sit on shelves for, you know, years potentially, because they’re like, this is a Christmas day blockbuster, we’re not gonna release, you know, or a summertime when all the kids are outta school type of movie.
\n\n\n\nYou know, we’re not gonna release it on the second day of school on a Tuesday. That’s dumb, you know? Um, but we don’t, we don’t really think about that, but, There’s sometimes there’s strategic reasons and sometimes like this where it’s like, I’m a lot better about it than I used to be, especially since, um, years ago now.
\n\n\n\nSo for a while I tried to make music an actual career or second career, um, and it really broke my heart. And so I stepped away from it for a while, and then when I was getting back into it, this is where having an amazing spouse is worth everything. Lindsay and I sat down, my Lindsay spelled with an A, sat down and, and she’s like, okay, so you, you know, you wanna get back into music.
\n\n\n\nGreat. Like, how do we, how does it not break your heart again? And one of the things that, that. Came outta that conversation was me being able to articulate like, okay, I’m not taking it as seriously this time, it’s a hobby. Mm-hmm. And, and so suddenly a lot of things changed. One, you know, I couldn’t just go out and, and buy new instruments or, you know, throw money at it the way I used to.
\n\n\n\nSure. But it also meant that like I could work on, like, I have found that I make a lot of. Music in the fall and then tend to not make any music, but it, but a lot of that music that I finish, I can like leak out again, a track a month or I can wait until summertime and put it out or whatever. And so it’s like I’ve got these big waves rather than it just being, you know, picturing this straight line of productivity.
\n\n\n\nUm, and I think it, that kind of goes for this, this stuff too, like, This stuff. Uh, entrepreneurship side hustles. They’re, they’re side hustles. And for a long time I, I was like, I want this to be a day job. Still would love it. I’d still love my own product to be my primary focus. Then it’s a job that’s very different, right from, um, side, side hustles, um, ideas, putting out little apps, little ideas, um, little products.
\n\n\n\nI mean, um, so. And so it’s, it’s picking things up, putting things down, um, and, and these days being okay with, again, letting some time go by or occasionally changing priorities even for a, a little while. Um, cuz there was a time when. I remember one time in particular that I was like, I was in between paying client gigs and came up with an idea [00:13:00] for an app and was like, okay, I’ve gotta crank this out and then it’s also gotta make money.
\n\n\n\nAnd it was like the dumbest little idea. I won’t even share it, I’m embarrassed. Um, but it was like, it was an app that nobody wanted, you know? It solved a problem that nobody had. It was just an idea. But I remember like, Going, this is the first time where I, I, it has to make money. And I was like, it’s never gonna make money.
\n\n\n\nLike, and I’m, so, I’m putting myself in danger here. That’s dumb. You know? Um, and that’s not to say that there aren’t entrepreneurial journeys. With VC capital or, you know, we’ve gotta double down and, and make this our full-time gig and all that stuff. But it’s like, at least for me, I find often that I’m, if I’m making decisions from a position of desperation, of, of need.
\n\n\n\nThat I’m not gonna make the best decision, you know, cuz my priorities, I can’t have any, I can’t have proper perspective on it. So, stepping back for a few weeks, honestly, what I look forward to is going back into my code, realizing that I did everything wrong and cleaning it up and then it’s a better product.
\n\n\n\nAnd, and you know, are we the worst off for having missed a few weeks? Maybe. Who can say nothing’s obvious? Um, you know, but again, you know, just trying to keep moving forward with it.
\n\n\n\n[00:14:19] Cory Miller: I think it’s like when we’re thinking about bands and hit music or products and entrepreneurs think about, you know, with or, and Anna and yours.
\n\n\n\nMy experience in this is like, If there’s enough of a fire to keep it going. Mm-hmm. You know, just enough. It doesn’t have to be a bonfire. There’ll be times of that for sure, but, but then mostly it’s probably just. Sometimes a little candle, sometimes just a little mini campfire. But if there’s enough in fuel in there that there’s something here.
\n\n\n\nI think time is on your, like you said, as time goes by, time is on your side because yeah, it’s only a matter of time where th where things kinda move and shift and the, the market, the world where you’re like that. Some of the classic stories, the person I’m thinking of, I think it’s a product company and how it came out.
\n\n\n\nIt’s just a recent example, but the classic ones were in Founders at Work where you almost stumbled into, backed into what became the hit thing. But you couldn’t have kind of planned that. Right. Um, where you were just keeping on a path enough, knew something was here, didn’t thought you had a beat on it a couple of times, and then just really it was just.
\n\n\n\nThe fire was stoked long enough where something did really hit and it became this, it, it became its own thing, I guess. Yeah. Lot of the, and I’m not, go ahead. A lot of the entrepreneurial stories I hear, they aren’t like the VC route. We saw a big market and we went after and we got a big money. Uh, that’s a, that’s an outlier I think, um, for the, Millions of us, the rest of us, I think it’s mostly backing into something, staying around long enough to find the opportunity that really fits.
\n\n\n\n[00:16:09] Corey Maass: Yeah. Chipping away at it, having, having fun with it, working around real life needs, family, money, mortgages, healthcare, you know, that kind of stuff. And it’s like, and that’s kind of the difference. Like I, I have friends who I. Are, have always wanted to do something. And I’m like, so outside of their job and, and so I’m like, so do something, you know, talking art, music, entrepreneurship, whatever.
\n\n\n\nAnd it’s like you just, you, you, you have it in you or you don’t is one aspect and then the timing is right. Where it’s like you have that drive and you look around and you’re like, okay, right now I’ve got a couple hours a day where I’ve got. Whatever commitment you need, you know, to work at it. And so, um, and I think you and I also, I mean this is, this is the warm and fuzzy moment, but it’s like you and I also I think, have looked for an opportunity to work together for a long time.
\n\n\n\nSo it’s like we will continue to be friends and, you know, hopeful partners in something kind of always, you know. Yep. Um, I do have to say that. We have to keep the fire burning at least long enough to, so that I get to rock the swag at WordCamp us. That’s true. These are the, these are the real important things.
\n\n\n\n[00:17:40] Cory Miller: Um, yeah, a absolutely. I know. Um, no, and I think that’s the other part on, down to this is, you know, at the base I enjoy our conversations. It it, it’s this hot, crazy hobby we might have of. Seeing what’s out there, seen, seeing something following the path down it. And, uh, I still believe in the product. Yeah.
\n\n\n\nUm, but it’s funny, it’s like I believe in the product, but I also believe in the path that might lead to something else. Yeah. Because, I mean, well, we’re on our second iteration of a product. Like, not even same product, there’s similarities. Mm-hmm. But like, we went down this path to here and I think it just adds to the ongoing conversation that we’re having is something’s gonna happen.
\n\n\n\nYeah. And then there’s a flat, simple, practical byproduct. All of this is that we’re having a conversation live and sharing our philosophies, sharing our thoughts, sharing our actions, um, all these things that has another byproduct that could lead us in another direction altogether, which is good. Yeah.
\n\n\n\nYeah. You just say from a professional opportunity standpoint,
\n\n\n\n[00:18:53] Corey Maass: right, exactly. I mean, it’s the part, being part of the same network overlapping concentric circles. Um, And, uh, and kinda seeing what comes out of it. Cuz the other, I think the other thing I’m, I’m thinking in from the perspective of somebody who’s listening, who’s like, right, you, you know, you are both established.
\n\n\n\nYou have, you know, other income streams or you’ve got your networks, you’ve, you know, and, and you’re also putting a product out there. Like, I still see people on entrepreneurial forums that are like, you know, somebody’s gonna steal my idea. And, and we have gone the other direction and, and obviously we’re not the first, but, um, of, you know, just brazenly putting it out there and taking our sweet time.
\n\n\n\nLet’s be honest. Like if we were other people, if we had venture capital, if we, you know, Didn’t have, you know, responsibilities and mortgages and things like we’d eat ramen and we’d have cranked this thing out years, uh, months ago. And, um, and there’s absolutely the chance that somebody listens and goes, oh, that’s a great idea.
\n\n\n\nAnd, and comes in and, and, Steals it and releases it before we do. Um, you know, but it’s still, like you just said, it’s all part of the journey. We’re going to put our own twist on it. We’re going to put our own experience on it and, uh, and continue to iterate on the project, the product too. So when the product does come out, like it’s very much ours.
\n\n\n\nAnd it might overlap with other people’s, but frankly it already will. Like, that’s the nature of. Pretty much any product. There’s no, there’s, there’s really, you know, almost nothing that hasn’t been invented. Um, and I also, another, uh, thread I saw recently again on, um, I think it was Reddit, one of the entrepreneurial ride along, or, or one of those subreddits, um, That people were concerned about not having an idea.
\n\n\n\nAnd everybody else was like, just you, you don’t, you know, okay, don’t, don’t steal an idea and reproduce it. Like that’s boring. But you know, if you can build the better mousetrap, if you can build the better to-do list, if you can build the better time tracking app, uh, you know, whatever, do it. Like, that’s how most.
\n\n\n\nCompetition starts as, as these pretty subtle little differences. Um, and then you listen to your users, you listen to your own gut, and you end up di I feel like you end up diverging more and more and more. Um, you know, and or you’ve got, you’ve got a network that, that you can tap into that existing client or existing products can’t or whatever.
\n\n\n\nSo, um, You know, it’s all, I guess I, these days I view it, I view it as kind of as a game, which is more flippant than it probably sounds, but it’s like you’re wheeling and dealing, but there’s times when you win and there’s times when you lose. God. I’m being very metaphorical here, but, um, you know, but it’s the, the.
\n\n\n\nI view it as an ebb and flow, which is, uh, again, I think for me the, the way that I had to phrase it a while ago was like, this is a hobby. And, uh, and so it’s, it’s meant to be fun. Um, and that isn’t to say that everything we do has to be fun cuz, and, and, or that I don’t take it seriously, but, um, but it gives you, I think, a little more perspective.
\n\n\n\nYou don’t have, I don’t, I don’t have board members that I have to, or, you know, or stockholders that I have to appease. Um, And I don’t have, uh, you know, I don’t have to burn the, the, the candle at both ends, um, to make ends meet if there’s a bug. And I’ve got users that are depending on me, that happens with my apps or my plugins once in a while, but it’s honestly like once in a while.
\n\n\n\nThat’s fun. I don’t wanna do it all the time, but it’s like, oh, I’ve gotta do a little hackathon and, and you know, figure this out until 2:00 AM cuz a bunch of people are depending on me. That’s fun too, you know? So,
\n\n\n\n[00:22:45] Cory Miller: Yeah. It occurs to me it’s really a low pressure and stress for us, which is what we both need.
\n\n\n\nRight. Um, having a little bit more, I mean, I guess that’s the definition of a hobby, right? You know, enjoyment without the stress and pressure. Yeah. When it switches from hobby. Oftentimes it counts with stress and pressure. Yeah.
\n\n\n\n[00:23:08] Corey Maass: Well, and and it’s interesting cuz like I, I worked at startups, you know, it’s like I’ve done, I’ve done a lot of work in WordPress, um, and there’s been a lot of overlap.
\n\n\n\nBut I also, for a long time specifically was working for and with and at startups, um, of different natures. Um, and some of it was WordPress work and some of it was not. But there, there, and I was in New York City for a long, long time, um, so-called Silicon Alley. Um, during the WeWork stuff, I think I’ve mentioned that before.
\n\n\n\nYou can actually see me in the WeWork movie and, um, and all that. And I was surrounded by people who were hustling all the hustlers and, and all that stuff. And it’s like, Most people were chipping away. I mean, almost like, like almost anything. It’s a, everything’s a bell curve, right? So most of the people on the bell curve were just chipping away, you know, and they weren’t burning themselves out, but they weren’t also only working a day a week or something.
\n\n\n\nAnd you had people who were working very, very hard. And you did have people who were there just for the lifestyle and honestly spent all day just playing ping pong. Um, and were there for the beer kegs, you know? Um, But working at different startups, like I’ve worked at startups where it was all hustle, hustle, hustle, and we’ve gotta put in long hours.
\n\n\n\nAnd, um, and I, I found that I got out of those pretty quickly in part because I would, would burn out. Um, and I think it would be different if I had been in charge. Um, but like the one main startup where I was CTO was. Um, I think there’s a cultural difference here. Um, but it was in Nashville. It wasn’t in New York.
\n\n\n\nSo there’s, um, there two things were different. We were not in the hustle bustle of New York City. Nashville’s a little more easygoing. Um, but also we were generally all, you know, in our thirties and older, we weren’t all a type. Hustler entrepreneurs. Um, and then, uh, stereotypically, uh, down south you’ve got family values are, uh, or at least the family itself is prioritized higher.
\n\n\n\nAnd so we, there, we absolutely put in some long days, but for the most part it was. A priority of the founder and subsequently everybody else on the team that, you know, you wouldn’t, if it could be done tomorrow, if it was five or six o’clock, then fine. Do it tomorrow. You know, keep chipping away, make good progress.
\n\n\n\nBut, um, you know, but you didn’t, we didn’t have to burn ourselves out. Uh, we weren’t gonna really get anywhere by burning ourselves out. And, and we did just fine till we ran outta money, which happens with startups. Um, you know, but it, but it doesn’t, it doesn’t always have to be that crazy atmosphere. Yeah.
\n\n\n\nI, I
\n\n\n\n[00:26:02] Cory Miller: can’t help but think there’s a shift going on globally too, with work.
\n\n\n\n[00:26:07] Corey Maass: Um, what, sorry, what, what was it like at, like, ithe or, you know, some of the, the bigger places you’ve worked?
\n\n\n\n[00:26:13] Cory Miller: The biggest place I have been be beyond like liquid web would be, um, I was at a seminary and I think there was 150, 200 people employed by the seminary.
\n\n\n\nMaybe that it’s too much. No, I actually, there’s a hundred, 150, um, that, that was just a very academic setting, so it was money, always money. So, Um, I loved it cause it was a learning stuff, but as far as like in the past, um, you know, I worked at newspapers, so it was always deadline. I think it was more startup, you know?
\n\n\n\nYeah. Very much startup. Except every day we were launching a new product.
\n\n\n\n[00:26:58] Corey Maass: That’s, that’s insane.
\n\n\n\n[00:27:00] Cory Miller: Which I think is why I probably liked entrepreneurship is just the deadlines and product is, it was so fulfilling to come. At the end of the day. But as far as values and stuff goes, I think I learned more in my leadership from what the not to do what I didn’t like, the obsession with whatever the goal was at the expense of people and just realistically, like what are we expecting people to do?
\n\n\n\nYou know, I could, my truck. Get it all, get it up to 150 miles per hour and get into the red line, then it’s eventually gonna break. And I don’t think you can do that. We try to do that with people. Um, but I took a lot of those lessons leadership wise. I had, um, probably some things I go, I’m not gonna do that ever.
\n\n\n\nMy last job before I started iThemes, um, I worked for a really amazing pastor. The one that kind of refreshed my optimism that. There could be one who at the time, the way I understood the Bible was be just a shepherd. You know? Um, he was really awesome. I really, I, I took his archive as a leader into, into I themes or eventually when we grew on our team.
\n\n\n\nBut you’re right, the first, first couple years, um, it was just fun and new. It was creating stuff. With hopes and dreams and thoughts and ideas and, uh, it was messy. Um, it was messy, but we got to do some cool stuff. We did like create an office that eventually grew to about 5,000 square feet and got to, like, my dad actually drove up.
\n\n\n\nFrom about two hours from where he lives from us and came and helped me, helped us demolish some of the walls that were up at this place. Cause we wanted more of that bigger open thing and we went to IKEA and get all the tables. And I think about all that initial time, very romantically, very affectionately, because it was just, we didn’t all know.
\n\n\n\nWe didn’t know what we were doing. I sure as hell didn’t know what I was doing, but it was fun creating something that. What would our expression look like? And so I would say for the first three years it was just kinda hanging on and having fun with, yeah, doing some real stuff. Um, there was electricity in the air and uh, with a whole set of problems that developed out of that.
\n\n\n\nAnd then I think when we hit about a million in revenue, I couldn’t manage the team by myself. Um, we were up to at least 10 people by that time and. I think things got more serious and probably professional, um, in the sense of, okay, you know, we, we had health insurance probably I think our first year. As soon as we hired the first couple employees we needed to get health insurance type of thing.
\n\n\n\nAnd uh, but I think that year something was different is like, we’ve got something here. Yeah. Lining in the bottle. Let’s figure out how to protect it, grow it. Maintain it. And um, and so we needed some of the structure in there. Um, my value as leader though, was always, like, I did a talk early on. I was like, I wanted to build a tree house.
\n\n\n\nI wanted to have a tree house, and I wanted to invite all these cool people to play with me in the tree house. That’s what it was the first couple years. And, and some really good stuff came out of that. Um, you know, we didn’t fall out of the tree house and break her arm. Um, mostly, and then it was, it was shifting of like, holy crap, like look at this thing, we gotta figure out that.
\n\n\n\nAnd then, but when it really serious was toward the end when it was like, oh, there was more children of our employees than there were employees, and that was responsibility barrier. And then it’s like, house gets a little serious, you know? Yeah.
\n\n\n\n[00:31:07] Corey Maass: That’s interesting. Um,
\n\n\n\n[00:31:11] Cory Miller: so yeah, I’m. I look back at that time very fondly and nostalgically.
\n\n\n\nUm, cuz I remember it was toward the end of the year. No, it was after the first of the year. And I got invited to be in, uh, entrepreneurs organization and said, well, you need a million in sales. And I remember going to our accountant like in January and going, okay, where do we hit? And we were like, $70 over a million or something.
\n\n\n\nAnd I thought we did it, but here’s how weird it was. More treehouse thing is like, That money didn’t flow directly to me. That was, I wasn’t swimming in the lap of luxury or anything. It was like that childhood c childish feeling of I get the high score on Gallagher. Oh wow. We did it. We did it. You know, and, uh, [00:32:00] but what’s, what’s crazy related to the whole entrepreneur journey is I think that was probably, I.
\n\n\n\nThose circumstances and timing and backing into that was just ideal, obviously. But I go, it wasn’t all luck, right? It was both. It was all luck, all hard work. You know? It was both. Um, cuz I’ve since then tried to recreate the magic experiment, you know? Yeah. It was cool. My partner came in, I think it was our first year, we had our first office, and I would buy these, sorry, I’m these plastic tables from Sam’s Club.
\n\n\n\nMm-hmm. Basically picnic tables, you know. Yeah. And I was like, these are our desks. I held onto that for the longest time until we got our next office. And Matt was like my co he was like, Time to time to probably upgrade from the white desk. And I was like, no, I don’t want to. I did eventually. Um, but I think that was part of that magic right time, right place, right?
\n\n\n\nPeople were partners, right. WordPress. Um, but it, I that those conditions were really conducive to creativity and magic and pulling. People were pull. Pulled in to that, like Christine was one, um, I think it was our second or third team member, man, changed the change, solidified the entire direction of the company and.
\n\n\n\nUm, huge, uh, different people like Dusti Bolton, Matt Danner, and Kristen Rutten, and different people that poured into our orbit. I go, wow, this is cool. So like when you talk about band, I go, that’s what my band was. Mm-hmm. Because it’s just like, we just made really good music for a long time. Yep. Uh, but how do I recreate that?
\n\n\n\nThat’s been the obsession for the last five years. Uh, until I just go, that was done. That was there. Yeah. That was album. I laid, we laid, excuse me. And it’s on to new music, right?
\n\n\n\n[00:34:03] Corey Maass: Yeah. Or yeah, arriving at a different thing, different voices. You can’t just recreate the same thing. Music’s always the perfect metaphor in, in entrepreneurship, ownership and programming.
\n\n\n\nAnd I think there’s a reason why so many of us are into music or are musicians or whatever. Um, but yeah, and I think that’s, That’s what a lot of, like, I, I was really into all the entrepreneur stories for a long time and I’m glad I listened to a bunch of the podcasts and, you know, and whatnot. But you can’t recreate somebody else’s story can be inspired
\n\n\n\n[00:34:44] Cory Miller: by for sure.
\n\n\n\n[00:34:46] Corey Maass: Oh hundred percent. A hundred percent. And, and, and some of it is good advice or, you know, in certain situations you’re like, oh, you know, I remember this thing. It’s like, like reading a playbook, but you still have to know what plays to apply or whatever.
\n\n\n\n[00:35:01] Cory Miller: I, so when I le met Lindsay and in like 2010, which was that year, we hit a million, um, we started this thing that, um, was called Startup Sofa.
\n\n\n\n[00:35:13] Corey Maass: I’m sorry, I’m laughing because you know, you’re, She’s clearly in it for the money. Um, you know, yes. That year, you know, you were walking around being like, uh, my company just turned a million. You know what? Beautiful women want, want, want me now? She, she,
\n\n\n\n[00:35:30] Cory Miller: she remembers. She goes, no, you know, we were dating when.
\n\n\n\nYou hit your first six figure month. And I was like, Uhhuh, I realized everything got better with you. It did. Um, that’s the other way
\n\n\n\n[00:35:44] Corey Maass: she sees it. The she sees it the other way around. Yeah.
\n\n\n\n[00:35:47] Cory Miller: And it. And honestly, candidly, it did, everything did get better when you just had some like, like while we’re doing this together, not apart, right?
\n\n\n\nIt’s right. It’s just better together. I’ve said that with post status. All the other things, it’s like, God, as much as I want to think I’m a solo act, I’m really not. Well, I’m much better as a collaborator. Um, oh, so we started, I started this thing called Startup Sofa, um, and tried to share all these things I had learned.
\n\n\n\nI was laughing, telling her that, and I said, I was two years into this thing and thought I was, I could share, I do believe there’s a point where if you’re like one step, two step ahead of someone, sure it’s very helpful. It’s very good stuff. Like this is where I’ve got, uh, but I started laughing. I go, cuz now I try to share less.
\n\n\n\nI really actively try to not give advice as best I can until I go, okay, now it’s time for advice. I just share experiences cuz I go right. Everybody I hear doing that and you’re like, how long have you been doing this? All right. Have you been doing it exactly the way they have? Do you know their dna N do you know their company?
\n\n\n\nDo you know the mix? Do you know the environment? The answer is no. Very few bands lose their cover singer and have can just plug in another person and know, I think Queen is one of them, but you’re like, it’s very hard to, the magic is that band, those people that time to
\n\n\n\n[00:37:12] Corey Maass: do that. Yeah. Yeah. And I mean, you can’t, and time is is the other, is the other thing.
\n\n\n\nIt’s like you can’t, you know, I’m, I’m stuck in that a little bit with music. It’s like I am, I am getting better and better at making a genre that basically died 10 years ago. I do it cuz I love it. And again, I’m, I’m, there are moments where I’m like, uh, these other genres are more popular. I would get more airplay if I switch genres again cuz I switched genres.
\n\n\n\nLike I rode a lot, the wave of, a lot of genres for a lot of years and I was sincere about it. I wasn’t, cuz I, I’ve never made music thinking that it was really going to get popular or what have you. Um, But now I make the music that I love the most and nothing else has come along that I love more. Um, but, so if you’re the perfect band, but you’re making seventies rock, uh, you might have a hard time if it sounds too much.
\n\n\n\nJust like seventies rock, you know? Okay. That’s
\n\n\n\n[00:38:15] Cory Miller: so good because then I go, there’s this other part to the whole magic is that you want magic to happen. Probably some baseline passion, desire, interest for you. Seventies rock music, right? And I go, well, as time goes by, everything works in cycles. We know it might be dead 10 years ago, but it could be alive 10 years from now.
\n\n\n\nAnd you’re like, oh, it’s those people that I admire very much, Corey, that have their interests and desires and passions and don’t. Stop. Mm-hmm. There’s some little fire of that in what we’re talking about while we keep showing up on [00:39:00] Wednesdays. But I really admire it because I go, those are the people that, that something is gonna happen.
\n\n\n\nIt’s probably gonna be better than what they imagined. Not what they imagined, but better. And, uh, I go to like seventies music. You said it just so organically. It’s something I, I like probably not gonna stop and then I go, well, if you stay around for another 20 years, Doing that, something’s gonna happen of that.
\n\n\n\nRight,
\n\n\n\n[00:39:25] Corey Maass: right. I mean, that’s been proven over and over again and it doesn’t happen for everybody. And I’m, I have, you know, there’s, there’s two thi, two things, only two, there are at least two. One, one is persistence, um, doing what you love. And, but again, this is where, and for me it had to be. Calling it a hobby, you have to make your peace with it.
\n\n\n\nI think that’s the bigger, uh, the wider way to describe it is like there are people who are session musicians, you know, there are people who are, um, who will try to ride each wave to make the next, you know, hit song based on what trends are now. Um, there are people who would just grind. Um, Derek Sives talks a lot about this.
\n\n\n\nYeah. Um, love his work. And, um, you know, and, and, uh, and he’s a good example. And other people, uh, who are like, okay, well I’m going to, I’m gonna do other things to, you know, to pay the bills, but, uh, my passion lies over here. And, uh, because it’s my passion, it will, I will always keep chipping away at it kind of thing.
\n\n\n\nUm, but I think, so that’s, that’s sort of one line. And then there’s another line, which is time and perspective and, um, Because you talk about good things will happen to them eventually. Right? And so it’s like I, for me, part of that I think can be the lowering of expectations, uh, which sounds so old and cynical and beaten down, but it’s like I get more out of.
\n\n\n\nSmaller things musically, like again, I’m, I’m, I’m getting older and older. The likelihood that even if I got a song that blew up, am I gonna tour on that at age 46? I also, I generally make music that that’s popular in England and so am I going to tour in England at age 46 and I can barely stay awake past 10:00 PM Am I, am I really gonna go DJ gigs at three in the morning?
\n\n\n\nNo. You know, uh, and so managing, managing expectations and it’s like I’ve, but I, and being content with, uh, a little bit of airplay here and there, or the people who, uh, I’ve now been friends with for. You know, decades coming to me and saying like, this is the best song you’ve ever written. I’m like, that’s enough.
\n\n\n\nLike, I don’t, you know, yes, I would still love, you know, uh, endless BBC airplay or something, but the li the likelihood is less. And so it’s the, uh, staying consistent for me. Staying consistent, plugging away, doing what I wanna do, but then also being more and more content with, again, smaller wins. Um, cuz it’s like there’s, yeah.
\n\n\n\nYou know, it’s hard not to like, um, I am reacting to what you just said of like going, there’s a lot of entrepreneur advice that, that the entrepreneurs that I was following, like for years I wanted to go to, um, Rob Walling and, and Mike, they do startups for the rest of us. Um, and they do a conference, MicroCon.
\n\n\n\nYeah. For years I wanted to go to MicroComp and, and then it, and, and I went to businesses, software, and some of these that were, I. Like only a few of the talks were relevant to the very, very bootstrapping I was doing. Um, and now even MicroComp, I mean, and years ago they split into two tracks. I don’t know where they are anymore, but the last time I looked, and this is no criticism of them, it’s just like I never.
\n\n\n\nI never was able to go up, up, up with all the other people that were going up, up, up. And so then they were all, you know, you, you were, you mentioned being a couple of rungs ahead of me. They were ladders ahead of me. And so it stopped being, um, pertinent. Um, and I also took my foot off the gas and, and aimed a little smaller.
\n\n\n\nAnd again, qualifying more the more side hustles and, and you know, uh, and stuff like that. And so it’s like, I struggle, I go back and forth, right? Pride at the end of my life, I, I would love to have owned a gajillion dollar company, or more importantly to me, honestly, would be to have a gajillion user product.
\n\n\n\nUm, cuz it’s just more fun, frankly, and, and presume that money would come out of it and stuff like that. But it’s like, what are my, what are my actual goals? Like, why at 46 do I code extracurr? I, I, it’s a hobby. I love it. Okay, but what, what are the goals? You know, are there still goals? Am I still trying to earn millions of dollars?
\n\n\n\nLike what is, it’s like I always, I always talk about, um, I don’t know, I, I don’t actually know anybody who makes canoes, but I always talk about, Uh, the, or I love the idea of a person who, cuz I think I, it’s the most frivolous thing I can think of. Um, and that’s that, and I don’t mean that negatively, but as a hobby, like in your garage, taking up most of your a, a car bay.
\n\n\n\nSo one of your cars probably has to be parked in the, in the driveway so that you can make a canoe. I guarantee you don’t need a canoe. And, and the world doesn’t need another canoe. There are canoes that you could go buy, probably get one for free because everybody buys a canoe and then never ends up using it.
\n\n\n\nThat’s, at least that was me, my family growing up. Um, but anyway, it’s like that to me is the epitome of a hobby. It’s pure love. Absolutely nothing in the world needs or requires or even probably encourages you to build a canoe, but you want to, so you’re gonna do it. Um, and that’s, and then I look at, at what I’m doing and it’s like, okay, well the, if, you know, the end goal of a canoe is that you can put it in the water and paddle it around, right?
\n\n\n\nIt’s like, so the end goal for me, for building a product is users as people, users it. And I’m like, look, I, I brought value or joy or productivity or, you know, something that it’s validating. Um, You know, but, but in the grand scheme of things, like there was a time when I was like, you know, the goal is to make a gajillion dollars.
\n\n\n\nUm, now it’s like I’ve, I’ve gotten, I’ve gotten smaller and smaller and smaller. Now it’s to make a good product that people use. Mm-hmm. And it’s like, is that because I have failed so many times that my expectations have gone down, down, down, or. Is that still I’ve, I’ve, for myself, I have distilled it down to, that’s the first real spark, and then you kind of grow a, ideally grow a fire from there, right?
\n\n\n\nIf you’ve got people using something, then you’ve got something, presumably, and then that’s where you, you know, uh, You are, you are the fuel, and I’m the f I’m the spark or whatever, you know, that’s where you and I collaborate because fire takes three things. Um, and so you, you can’t, you probably can’t do it yourself or you don’t want to.
\n\n\n\nUm, and, or, you know, the idea of cool people working together to build something bigger and bigger and bigger. And so part of the joy is like, I was texting my, talking about the, the startup in Nashville. I was texting with the ceo. Yes. This weekend, you know, and I haven’t, and that was at least 10 years ago.
\n\n\n\nSo it’s like friendships that last, or fond memories or, or war stories or, you know, I don’t know. It’s hard to, I’m, I’m totally rambling, but it’s hard to quantify now, harder to quantify now for me, like. Why on earth I do this, but I do it and it brings me joy and maybe that’s all I need.
\n\n\n\n[00:47:30] Cory Miller: Yeah. We’ve talked a lot about hobbies and historically I’ve been like, I don’t have hobbies.
\n\n\n\nI have work, I don’t have a home life. Um, and work was always my hobby. I mean, I would say even before I, I could, I had so much fun. It was like a hobby, I guess. Mm-hmm. Um, and most of the business was fun and I didn’t. Have time and want to have time for other hobbies. Like it had to be productive. When you said hobby, it’s like when you’re talking about the canoe, I go, there’s a reason the person has makes space in the garage and the significant other probably goes, we don’t have any garage cause the canoe.
\n\n\n\nBut I go, that energy, that passion needs to take up space in your life somehow. And I go, so I haven’t had those. I do have two motorcycle, um, two motorcycles and the girls that don’t work. Um, but like what takes up space? I guess I was thinking what takes up space and this is it, this is part of this. So like we talked about it and your, your thoughts and hobbies have helped me so much more as go, I still think about it as.
\n\n\n\nFor some reason, I, it’s hard for me to do something just for the value of doing it. The joy of doing it. Yeah. Um, I do have joy in doing things that build. I just want the practical something to the end. But I go, you know, this has, this, this time should take, uh, space in my life because I enjoy it. Right for that only value.
\n\n\n\nThat’s something that did not exist probably a year ago, five years ago. 10 years ago. In my, in my mind, in my heart, because I was like, well, it’s just extra. It does take up just like the canoe in the garage takes up space, that other things could be there, but I go. No, enjoy talking to you. Enjoy having these conversations.
\n\n\n\nEnjoy tinkering with these products. This is our little mm-hmm. Garage hobby. You know, my version because I don’t physical things, you know, you build fences and stuff. Um, I, I don’t really do a lot of that. Don’t feel like I have always the ability and patience to do it, but I was like, hobby that builds, I, that’s my version of hobby is something, even when I could say I.
\n\n\n\nMy reading hobby, my hiking hobby, for me, it still builds. I’d need that part. It’s just, it connects somewhere back. Um, like I can say we’re gonna my daughter and sent her home. Of course summer, we’ll go to the swimming pool. The value of that is rest and recuperation and enjoying time with them. That checks by something that builds.
\n\n\n\nSure. Thing, but I don’t know. As you were talking, I was like, no, it’s this time should take up this space. It has taken up, what, the last six months I think we’re our 18th session.
\n\n\n\n[00:50:40] Corey Maass: Yeah. I, yeah. I love, I love that you say it that way, like I think the hard part is, again, settling it in your own mind and then explaining it to other people.
\n\n\n\nYeah. And, and I know that we’ve struggled a little bit, um, where to my wife, it looks like I’m working all the time and I’m like, yeah. And sometimes I am. And sometimes it’s work, but it’s not earning me any money. And sometimes it’s fun and it’s not earning me any money. And it’s, you know, and it’s like there are four, the four quadrants of earns money or doesn’t, and it’s fun or it isn’t, but, um, and it’s client work or it’s not.
\n\n\n\nAnd, and I know that like my folks struggle with this too. My dad, my folks are retired, but my dad still writes papers, um, using research that he did during his career as a forester. Um, And it just brings him joy. And my mom’s like, get off the damn computer, where, you know, go play golf. We’re retired.
\n\n\n\nThat’s not the retirement she wants. It’s the retirement he wants, you know? Um, and so it’s the hard, sometimes it’s hard to explain or show to other people, like, this is okay, this is what I wanna do. It’s like, as long as you’re getting enough exercise in vitamin D, you know, uh, but it’s, you know, cuz it’s, And it’s funny cuz people will look at gaming, you know, it’s like, oh, well you’re, you’re 10, 12 hours a day in front of the TV going zap, zap, zap or whatever.
\n\n\n\nYou know? We’ll go, okay, that’s fi that’s fine. That’s a hobby. It’s like, It may or may not be the healthiest me sitting here typing, building something, and I’m not judging one against the other, obviously, but it’s the, like, it’s hard to, it’s, it, it’s not as easy to demonstrate that it’s the same sort of thing of like, no, this is fun.
\n\n\n\nYou know?
\n\n\n\n[00:52:35] Cory Miller: Oh yeah. I, you know, self-care is all in the rage and I’m glad it is, but I go, it’s such an abstract concept for me. But because I’m, I try to be pretty practical with things, but I go, you know, that time and space is valuable to me. And you put the other part, is it seen as valued by others? And that’s another conversation.
\n\n\n\nBut I go, what I’m trying to do is like, I don’t have those things. Maybe I don’t consciously have those things a take up space that I go, this is me, this is for me. Right. It’s for others but me and this whole concept of taking, so I says, what the heck does that talk about? It means for me personally, being in a line, not worrying about everybody else, necessarily worrying about me too.
\n\n\n\nI’m okay to be in this space. Um, there’s a great person on Instagram talking about, or Instagram talking about Enneagram, and I’m an Enneagram nine, which is peacemaker Art Tap. And the one thing they said, take up space. And I said, I think I’m starting to get that now from canoe in the garage to standing in line.
\n\n\n\nAnd you know what? I’m in this part and I’m gonna take this particular space, you know, for myself. Yeah. And I think that goes back to hobbies is now of course communication with sniff and others and all that stuff. But I go, it’s one added element I think our conversations have been so enriching for me is just go, it’s okay.
\n\n\n\nThis time our async time takes up space and what I increasingly see is limited time. Yeah. And energy. But I go, I wanted to take up space. I wanted to take up that space. And you know, that’s the amber that I think keeps me coming to this. Uh, and then, you know, you never know. You just never know. Yep. Like we’re not losing our house families, all this stuff, like you said earlier.
\n\n\n\nYep. So good reflection on a Wednesday.
\n\n\n\n[00:54:48] Corey Maass: So, uh, I think both of us have limited availability for a while, but as we’ve said so I’m the only thing that is tugging at my sleeve. Given, given the reflection that we’ve just done, like I’m, I would be okay if time went by. Um, but the, the little bit that’s, that’s nagging at me is that we’re, we are really close.
\n\n\n\nLike I have something working. Um, and so I think that that’s gonna keep, that’s gonna drive me soon to, again, start putting in a few hours here and there, um, to try to get something. Out the door, um, for you to use. For me to use and mm-hmm. Um, and you know, as quick as we can get it on the website. And, and so it’s on, it’s for sale.
\n\n\n\nLike, and there it is. People can try it. And, and you know, um, we were
\n\n\n\n[00:55:55] Cory Miller: talking about our, don’t think feature damages post says that are gonna, we got this new theme in staging. We’re gonna be launching before work camps. I’ll say July 1st, and realizing thumbnails on the feature, damage on the archive pages, uh, how we’re gonna do the feature damages in the post gonna need to change as an awareness thing from the post edit client side.
\n\n\n\nI go, this is gonna be good, you know, we’ll keep iterating on this. Um, with when, when you’re able to get the new update. Is, um, I think there’d be a lot of good feedback there, um, to how does that look on that home? How does that look on the inside page? That I think is that cornerstone to value for, yeah.
\n\n\n\nSo I like to say, I think it’s good timing when you get the new update, put it on staging, start trying it out. We’ll have another round of feedback.
\n\n\n\n[00:56:52] Corey Maass: Yeah, exactly. Exactly. So yeah, baby steps or big steps sometimes, you know. Yeah. But. Keep moving forward. Sounds good.
\n\n\n\n[00:57:04] Cory Miller: All right. Thanks my friend.
\n\n\n\n[00:57:05] Corey Maass: Yeah, great talking as ever.
\n\n\n\nYou too.
\n\n\n\n[00:57:08] Cory Miller: Talk to you next week.
\n\n\n\nBye.
\nThis article was published at Post Status — the community for WordPress 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, 21 Jun 2023 21:01:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Gravatar: New on Gravatar: Collect Payments on the Go!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://blog.gravatar.com/2023/06/21/new-on-gravatar-collect-payments-on-the-go/\";s: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:1813:\"Have you updated your free Gravatar profile page recently?
\n\n\n\nWe are excited to announce the launch of new payment features on Gravatar profiles!
\n\n\n\nNow, you can add verified payment links for PayPal, Venmo, and Patreon and share your cryptocurrency wallet addresses (Bitcoin, Dogecoin, Ethereum, and more). When someone looks at your profile on their phone, they’ll see a new button at the top to Send Money.
\n\n\n\nA new Share Profile button also displays your unique QR code and a simple way to copy your link, allowing you to share your profile with others quickly.
\n\n\n\nMillions of people view Gravatar profiles every month. Keep your profile up-to-date and manage your online identity by adding verified links to the services you use, such as Instagram, Tumblr, GitHub, Mastodon, and more. Adding multiple payment options to your profile builds trust that those paying you know they have the correct account.
\n\n\n\nGravatar is your personal digital business card. And now a one-stop place for those that need to send you payments.
\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 18:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"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:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 11 Jul 2023 12:05:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 11 Jul 2023 12:00:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20230707232333\";}','no'), (313,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1689120358','no'), (314,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1689077158','no'), (315,'_transient_timeout_dash_v2_bd94b8f41e74bae2f4dc72e9bd8379af','1689120358','no'), (316,'_transient_dash_v2_bd94b8f41e74bae2f4dc72e9bd8379af',' ','no'), (317,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1689088457','no'), (318,'_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:6136;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4820;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2789;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2678;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2056;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1922;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1912;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1652;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1568;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1560;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1548;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1505;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1493;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1372;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1275;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1176;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1156;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1151;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1068;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1027;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1003;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:968;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:906;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:904;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:883;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:880;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:877;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:874;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:870;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:838;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:816;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:794;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:781;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:779;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:775;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:764;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:744;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:731;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:727;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:691;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:685;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:684;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:677;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:668;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:634;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:627;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:618;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:614;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:610;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:607;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:600;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:595;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:592;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:592;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:578;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:573;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:570;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:569;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:568;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:559;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:558;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:544;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:541;}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:534;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:533;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:532;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:530;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:520;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:511;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:510;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:509;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:507;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:489;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:479;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:476;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:469;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:450;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:437;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:432;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:426;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:425;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:422;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:422;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:420;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:419;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:414;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:409;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:400;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:394;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}}','no'), (324,'_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/fr_FR/wordpress-6.2.2.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-6.2.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.2.2\";s:7:\"version\";s:5:\"6.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1689077943;s:15:\"version_checked\";s:5:\"6.2.2\";s:12:\"translations\";a:0:{}}','no'), (325,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1689077944;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:27:\"redis-cache/redis-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/redis-cache\";s:4:\"slug\";s:11:\"redis-cache\";s:6:\"plugin\";s:27:\"redis-cache/redis-cache.php\";s:11:\"new_version\";s:5:\"2.4.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redis-cache/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redis-cache.2.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/redis-cache/assets/icon-256x256.gif?rev=2568513\";s:2:\"1x\";s:64:\"https://ps.w.org/redis-cache/assets/icon-128x128.gif?rev=2568513\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/redis-cache/assets/banner-1544x500.png?rev=2315420\";s:2:\"1x\";s:66:\"https://ps.w.org/redis-cache/assets/banner-772x250.png?rev=2315420\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:47:\"wp-import-export-lite/wp-import-export-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/wp-import-export-lite\";s:4:\"slug\";s:21:\"wp-import-export-lite\";s:6:\"plugin\";s:47:\"wp-import-export-lite/wp-import-export-lite.php\";s:11:\"new_version\";s:6:\"3.9.24\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wp-import-export-lite/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-import-export-lite.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wp-import-export-lite/assets/icon-256x256.png?rev=2129449\";s:2:\"1x\";s:74:\"https://ps.w.org/wp-import-export-lite/assets/icon-128x128.png?rev=2129449\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wp-import-export-lite/assets/banner-1544x500.png?rev=2129449\";s:2:\"1x\";s:76:\"https://ps.w.org/wp-import-export-lite/assets/banner-772x250.png?rev=2129449\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}}s:7:\"checked\";a:2:{s:27:\"redis-cache/redis-cache.php\";s:5:\"2.4.3\";s:47:\"wp-import-export-lite/wp-import-export-lite.php\";s:6:\"3.9.24\";}}','no'), (326,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1689077944;s:7:\"checked\";a:2:{s:19:\"partition-jlg-theme\";s:6:\"10.6.0\";s:17:\"twentytwentythree\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.1.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'), (333,'_site_transient_timeout_theme_roots','1689089139','no'), (334,'_site_transient_theme_roots','a:2:{s:19:\"partition-jlg-theme\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_files` -- DROP TABLE IF EXISTS `wp_pmxi_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_files` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `import_id` bigint(20) unsigned NOT NULL, `name` text DEFAULT NULL, `path` text DEFAULT NULL, `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_files` -- LOCK TABLES `wp_pmxi_files` WRITE; /*!40000 ALTER TABLE `wp_pmxi_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_hash` -- DROP TABLE IF EXISTS `wp_pmxi_hash`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_hash` ( `hash` binary(16) NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `import_id` smallint(5) unsigned NOT NULL, `post_type` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_hash` -- LOCK TABLES `wp_pmxi_hash` WRITE; /*!40000 ALTER TABLE `wp_pmxi_hash` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_hash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_history` -- DROP TABLE IF EXISTS `wp_pmxi_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_history` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `import_id` bigint(20) unsigned NOT NULL, `type` enum('manual','processing','trigger','continue','cli','') NOT NULL DEFAULT '', `time_run` text DEFAULT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `summary` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_history` -- LOCK TABLES `wp_pmxi_history` WRITE; /*!40000 ALTER TABLE `wp_pmxi_history` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_images` -- DROP TABLE IF EXISTS `wp_pmxi_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_images` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attachment_id` bigint(20) unsigned NOT NULL, `image_url` varchar(900) NOT NULL DEFAULT '', `image_filename` varchar(900) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_images` -- LOCK TABLES `wp_pmxi_images` WRITE; /*!40000 ALTER TABLE `wp_pmxi_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_imports` -- DROP TABLE IF EXISTS `wp_pmxi_imports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_imports` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `parent_import_id` bigint(20) NOT NULL DEFAULT 0, `name` text DEFAULT NULL, `friendly_name` varchar(255) NOT NULL DEFAULT '', `type` varchar(32) NOT NULL DEFAULT '', `feed_type` enum('xml','csv','zip','gz','') NOT NULL DEFAULT '', `path` text DEFAULT NULL, `xpath` text DEFAULT NULL, `options` longtext DEFAULT NULL, `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `root_element` varchar(255) DEFAULT '', `processing` tinyint(1) NOT NULL DEFAULT 0, `executing` tinyint(1) NOT NULL DEFAULT 0, `triggered` tinyint(1) NOT NULL DEFAULT 0, `queue_chunk_number` bigint(20) NOT NULL DEFAULT 0, `first_import` timestamp NOT NULL DEFAULT current_timestamp(), `count` bigint(20) NOT NULL DEFAULT 0, `imported` bigint(20) NOT NULL DEFAULT 0, `created` bigint(20) NOT NULL DEFAULT 0, `updated` bigint(20) NOT NULL DEFAULT 0, `skipped` bigint(20) NOT NULL DEFAULT 0, `deleted` bigint(20) NOT NULL DEFAULT 0, `canceled` tinyint(1) NOT NULL DEFAULT 0, `canceled_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `failed` tinyint(1) NOT NULL DEFAULT 0, `failed_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `settings_update_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_activity` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `iteration` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_imports` -- LOCK TABLES `wp_pmxi_imports` WRITE; /*!40000 ALTER TABLE `wp_pmxi_imports` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_imports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_posts` -- DROP TABLE IF EXISTS `wp_pmxi_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_posts` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL, `import_id` bigint(20) unsigned NOT NULL, `unique_key` text DEFAULT NULL, `product_key` text DEFAULT NULL, `iteration` bigint(20) NOT NULL DEFAULT 0, `specified` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_posts` -- LOCK TABLES `wp_pmxi_posts` WRITE; /*!40000 ALTER TABLE `wp_pmxi_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pmxi_templates` -- DROP TABLE IF EXISTS `wp_pmxi_templates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pmxi_templates` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `options` longtext DEFAULT NULL, `scheduled` varchar(64) NOT NULL DEFAULT '', `name` varchar(200) NOT NULL DEFAULT '', `title` text DEFAULT NULL, `content` longtext DEFAULT NULL, `is_keep_linebreaks` tinyint(1) NOT NULL DEFAULT 0, `is_leave_html` tinyint(1) NOT NULL DEFAULT 0, `fix_characters` tinyint(1) NOT NULL DEFAULT 0, `meta` longtext DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pmxi_templates` -- LOCK TABLES `wp_pmxi_templates` WRITE; /*!40000 ALTER TABLE `wp_pmxi_templates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pmxi_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) 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=54138 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'), (6806,1413,'_edit_lock','1689077875:1'), (6807,1413,'_edit_last','1'), (37839,5648,'user_registration_form_setting_login_options','email_confirmation'), (37840,5648,'user_registration_form_setting_enable_strong_password','yes'), (37841,5648,'user_registration_form_setting_default_user_role','contributor'), (37842,5648,'user_registration_form_setting_minimum_password_strength','3'), (37843,2,'_edit_lock','1688465707:1'), (37844,5649,'_edit_lock','1688477047:1'), (37845,5652,'user_registration_imported_form_template_slug','user-registration-sports-camp-registration-form'), (37846,5652,'user_registration_paypal_conditional_integration','s:206:\"s:197:\"a:1:{i:0;a:2:{s:24:\"enable_conditional_logic\";s:5:\"false\";s:22:\"conditional_logic_data\";a:3:{s:17:\"conditional_field\";s:0:\"\";s:20:\"conditional_operator\";s:2:\"is\";s:17:\"conditional_value\";s:0:\"\";}}}\";\";'), (37847,5652,'user_registration_stripe_conditional_integration','s:206:\"s:197:\"a:1:{i:0;a:2:{s:24:\"enable_conditional_logic\";s:5:\"false\";s:22:\"conditional_logic_data\";a:3:{s:17:\"conditional_field\";s:0:\"\";s:20:\"conditional_operator\";s:2:\"is\";s:17:\"conditional_value\";s:0:\"\";}}}\";\";'), (37848,5652,'user_registration_form_setting_login_options','default'), (37849,5652,'user_registration_form_setting_enable_email_approval',''), (37850,5652,'user_registration_form_setting_default_user_role','subscriber'), (37851,5652,'user_registration_form_setting_enable_strong_password','1'), (37852,5652,'user_registration_form_setting_minimum_password_strength','3'), (37853,5652,'user_registration_form_setting_redirect_options',''), (37854,5652,'user_registration_form_setting_form_submit_class',''), (37855,5652,'user_registration_form_setting_form_submit_label','Submit'), (37856,5652,'user_registration_form_setting_success_message_position','1'), (37857,5652,'user_registration_form_setting_enable_recaptcha_support',''), (37858,5652,'user_registration_form_template','Default'), (37859,5652,'user_registration_form_custom_class',''), (37860,5652,'user_registration_form_setting_enable_assign_user_role_conditionally',''), (37861,5652,'user_registration_pdf_submission_to_admin',''), (37862,5652,'user_registration_pdf_submission_to_user',''), (37863,5652,'user_registration_social_connect_btn','s:57:\"s:49:\"s:41:\"a:2:{i:0;s:7:\"Twitter\";i:1;s:6:\"Google\";}\";\";\";'), (37864,5652,'user_registration_keyboard_friendly_form',''), (37865,5652,'user_registration_form_setting_enable_reset_button',''), (37866,5652,'user_registration_form_setting_form_reset_label','Reset'), (37867,5652,'user_registration_form_setting_form_reset_class',''), (37868,5652,'user_registration_enable_field_icon',''), (37869,5652,'user_registration_pro_auto_password_activate',''), (37870,5652,'user_registration_pro_auto_generated_password_length','10'), (37871,5652,'user_registration_pro_spam_protection_by_honeypot_enable',''), (37872,5652,'user_registration_enable_external_fields_mapping',''), (37873,5652,'user_registration_enable_multipart',''), (37874,5652,'user_registration_multipart_indicator','progress'), (37875,5652,'user_registration_multipart_indicator_color','#475bb2'), (37876,5652,'user_registration_multipart_nav_align','split'), (37877,5652,'user_registration_enable_paypal_standard',''), (37878,5652,'user_registration_paypal_email_address','dev-email@flywheel.local'), (37879,5652,'user_registration_paypal_mode','production'), (37880,5652,'user_registration_paypal_type','products'), (37881,5652,'user_registration_paypal_cancel_url','https://wpeverest.me'), (37882,5652,'user_registration_paypal_return_url','https://wpeverest.me/wp-login.php'), (37883,5652,'user_registration_enable_paypal_standard_subscription',''), (37884,5652,'user_registration_paypal_plan_name',''), (37885,5652,'user_registration_paypal_interval_count',''), (37886,5652,'user_registration_paypal_recurring_period','DAY'), (37887,5652,'user_registration_enable_stripe',''), (37888,5652,'user_registration_enable_stripe_recurring',''), (37889,5652,'user_registration_stripe_plan_name',''), (37890,5652,'user_registration_stripe_interval_count',''), (37891,5652,'user_registration_stripe_recurring_period','year'), (37892,5652,'user_registration_enable_sync_fields_with_stripe',''), (37893,5652,'user_registration_stripe_sync_full_name',''), (37894,5652,'user_registration_stripe_sync_description',''), (37895,5652,'user_registration_stripe_sync_phone',''), (37896,5652,'user_registration_enable_sync_address_with_stripe',''), (37897,5652,'user_registration_stripe_sync_city',''), (37898,5652,'user_registration_stripe_sync_country',''), (37899,5652,'user_registration_stripe_sync_line1',''), (37900,5652,'user_registration_stripe_sync_line2',''), (37901,5652,'user_registration_stripe_sync_postal_code',''), (37902,5652,'user_registration_stripe_sync_state',''), (37903,5652,'user_registration_enable_sync_shipping_address_with_stripe',''), (37904,5652,'user_registration_stripe_sync_shipping_full_name',''), (37905,5652,'user_registration_stripe_sync_shipping_phone',''), (37906,5652,'user_registration_stripe_sync_shipping_city',''), (37907,5652,'user_registration_stripe_sync_shipping_country',''), (37908,5652,'user_registration_stripe_sync_shipping_line1',''), (37909,5652,'user_registration_stripe_sync_shipping_line2',''), (37910,5652,'user_registration_stripe_sync_shipping_postal_code',''), (37911,5652,'user_registration_stripe_sync_shipping_state',''), (37912,5652,'user_registration_mailchimp_integration','s:13:\"s:6:\"a:0:{}\";\";'), (37913,5652,'user_registration_multipart_parts','[{\"id\":\"1\",\"name\":\"Part Title\",\"next\":\"Next\",\"prev\":\"Previous\",\"rows\":\"[0]\",\"preview\":0,\"preview_message\":\"This is a preview of the formCeci est une page d’exemple. C’est différent d’un article de blog parce qu’elle restera au même endroit et apparaîtra dans la navigation de votre site (dans la plupart des thèmes). La plupart des gens commencent par une page « À propos » qui les présente aux personnes visitant le site. Cela pourrait ressembler à quelque chose comme cela :
\n\n\n\n\n\n\n\nBonjour ! Je suis un mécanicien qui aspire à devenir acteur, et voici mon site. J’habite à Bordeaux, j’ai un super chien baptisé Russell, et j’aime la vodka (ainsi qu’être surpris par la pluie soudaine lors de longues balades sur la plage au coucher du soleil).
…ou quelque chose comme cela :
\n\n\n\n\n\n\n\nLa société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis lors. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules supers pour la communauté bouzemontoise.
En tant que nouvel utilisateur ou utilisatrice de WordPress, vous devriez vous rendre sur votre tableau de bord pour supprimer cette page et créer de nouvelles pages pour votre contenu. Amusez-vous bien !
\n','Page d’exemple','','publish','closed','open','','page-d-exemple','','','2023-05-15 04:26:03','2023-05-15 02:26:03','',0,'https://localhost/?page_id=2',0,'page','',0), (3,1,'2023-05-15 04:26:03','2023-05-15 02:26:03','Texte suggéré : L’adresse de notre site est : https://localhost.
Texte suggéré : Quand vous laissez un commentaire sur notre site, les données inscrites dans le formulaire de commentaire, ainsi que votre adresse IP et l’agent utilisateur de votre navigateur sont collectés pour nous aider à la détection des commentaires indésirables.
Une chaîne anonymisée créée à partir de votre adresse e-mail (également appelée hash) peut être envoyée au service Gravatar pour vérifier si vous utilisez ce dernier. Les clauses de confidentialité du service Gravatar sont disponibles ici : https://automattic.com/privacy/. Après validation de votre commentaire, votre photo de profil sera visible publiquement à coté de votre commentaire.
Texte suggéré : Si vous téléversez des images sur le site, nous vous conseillons d’éviter de téléverser des images contenant des données EXIF de coordonnées GPS. Les personnes visitant votre site peuvent télécharger et extraire des données de localisation depuis ces images.
Texte suggéré : Si vous déposez un commentaire sur notre site, il vous sera proposé d’enregistrer votre nom, adresse e-mail et site dans des cookies. C’est uniquement pour votre confort afin de ne pas avoir à saisir ces informations si vous déposez un autre commentaire plus tard. Ces cookies expirent au bout d’un an.
Si vous vous rendez sur la page de connexion, un cookie temporaire sera créé afin de déterminer si votre navigateur accepte les cookies. Il ne contient pas de données personnelles et sera supprimé automatiquement à la fermeture de votre navigateur.
Lorsque vous vous connecterez, nous mettrons en place un certain nombre de cookies pour enregistrer vos informations de connexion et vos préférences d’écran. La durée de vie d’un cookie de connexion est de deux jours, celle d’un cookie d’option d’écran est d’un an. Si vous cochez « Se souvenir de moi », votre cookie de connexion sera conservé pendant deux semaines. Si vous vous déconnectez de votre compte, le cookie de connexion sera effacé.
En modifiant ou en publiant une publication, un cookie supplémentaire sera enregistré dans votre navigateur. Ce cookie ne comprend aucune donnée personnelle. Il indique simplement l’ID de la publication que vous venez de modifier. Il expire au bout d’un jour.
Texte suggéré : Les articles de ce site peuvent inclure des contenus intégrés (par exemple des vidéos, images, articles…). Le contenu intégré depuis d’autres sites se comporte de la même manière que si le visiteur se rendait sur cet autre site.
Ces sites web pourraient collecter des données sur vous, utiliser des cookies, embarquer des outils de suivis tiers, suivre vos interactions avec ces contenus embarqués si vous disposez d’un compte connecté sur leur site web.
Texte suggéré : Si vous demandez une réinitialisation de votre mot de passe, votre adresse IP sera incluse dans l’e-mail de réinitialisation.
Texte suggéré : Si vous laissez un commentaire, le commentaire et ses métadonnées sont conservés indéfiniment. Cela permet de reconnaître et approuver automatiquement les commentaires suivants au lieu de les laisser dans la file de modération.
Pour les comptes qui s’inscrivent sur notre site (le cas échéant), nous stockons également les données personnelles indiquées dans leur profil. Tous les comptes peuvent voir, modifier ou supprimer leurs informations personnelles à tout moment (à l’exception de leur identifiant). Les gestionnaires du site peuvent aussi voir et modifier ces informations.
Texte suggéré : Si vous avez un compte ou si vous avez laissé des commentaires sur le site, vous pouvez demander à recevoir un fichier contenant toutes les données personnelles que nous possédons à votre sujet, incluant celles que vous nous avez fournies. Vous pouvez également demander la suppression des données personnelles vous concernant. Cela ne prend pas en compte les données stockées à des fins administratives, légales ou pour des raisons de sécurité.
Texte suggéré : Les commentaires des visiteurs peuvent être vérifiés à l’aide d’un service automatisé de détection des commentaires indésirables.
','Politique de confidentialité','','draft','closed','open','','politique-de-confidentialite','','','2023-05-15 04:26:03','2023-05-15 02:26:03','',0,'https://localhost/?page_id=3',0,'page','',0), (4,1,'2023-05-15 04:26:10','0000-00-00 00:00:00','','Brouillon auto','','auto-draft','open','open','','','','','2023-05-15 04:26:10','0000-00-00 00:00:00','',0,'https://localhost/?p=4',0,'post','',0), (5,1,'2023-05-25 15:15:29','2023-05-25 13:15:29','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-partition-jlg-theme','','','2023-05-25 15:15:29','2023-05-25 13:15:29','',0,'https://localhost/?p=5',0,'wp_global_styles','',0), (1413,1,'2023-07-11 14:20:27','2023-07-11 12:20:27','','Brouillon créé le 9 June 2023 à 9h04','','trash','closed','closed','','__trashed','','','2023-07-11 14:20:27','2023-07-11 12:20:27','',0,'https://localhost/?p=1413',0,'post','',0), (1414,1,'2023-06-09 11:04:58','2023-06-09 09:04:58','','Brouillon créé le 9 June 2023 à 9h04','','inherit','closed','closed','','1413-revision-v1','','','2023-06-09 11:04:58','2023-06-09 09:04:58','',1413,'https://localhost/?p=1414',0,'revision','',0), (5648,1,'2023-07-04 11:33:47','2023-07-04 09:33:47','[[[{\"field_key\":\"user_login\",\"general_setting\":{\"label\":\"Username\",\"field_name\":\"user_login\",\"placeholder\":\"\",\"required\":\"yes\"},\"advance_setting\":{}},{\"field_key\":\"user_pass\",\"general_setting\":{\"label\":\"User Password\",\"field_name\":\"user_pass\",\"placeholder\":\"\",\"required\":\"yes\"},\"advance_setting\":{}}],[{\"field_key\":\"user_email\",\"general_setting\":{\"label\":\"User Email\",\"field_name\":\"user_email\",\"placeholder\":\"\",\"required\":\"yes\"},\"advance_setting\":{}},{\"field_key\":\"user_confirm_password\",\"general_setting\":{\"label\":\"Confirm Password\",\"field_name\":\"user_confirm_password\",\"placeholder\":\"\",\"required\":\"yes\"},\"advance_setting\":{}}]]]','Default form','','publish','closed','closed','','default-form','','','2023-07-04 11:33:47','2023-07-04 09:33:47','',0,'https://localhost/?post_type=user_registration&p=5648',0,'user_registration','',0), (5649,1,'2023-07-04 11:36:05','2023-07-04 09:36:05','[user_registration_form id=\"5652\"]','Registration','','publish','closed','closed','','registration','','','2023-07-04 12:46:41','2023-07-04 10:46:41','',0,'https://localhost/?page_id=5649',0,'page','',0), (5650,1,'2023-07-04 11:36:05','2023-07-04 09:36:05','[user_registration_my_account]','My Account','','publish','closed','closed','','my-account','','','2023-07-04 11:36:05','2023-07-04 09:36:05','',0,'https://localhost/?page_id=5650',0,'page','',0), (5651,1,'2023-07-04 12:15:22','2023-07-04 10:15:22','\nCeci est une page d’exemple. C’est différent d’un article de blog parce qu’elle restera au même endroit et apparaîtra dans la navigation de votre site (dans la plupart des thèmes). La plupart des gens commencent par une page « À propos » qui les présente aux personnes visitant le site. Cela pourrait ressembler à quelque chose comme cela :
\n\n\n\n\n\n\n\n\nBonjour ! Je suis un mécanicien qui aspire à devenir acteur, et voici mon site. J’habite à Bordeaux, j’ai un super chien baptisé Russell, et j’aime la vodka (ainsi qu’être surpris par la pluie soudaine lors de longues balades sur la plage au coucher du soleil).
\n
…ou quelque chose comme cela :
\n\n\n\n\n\n\n\n\nLa société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis lors. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules supers pour la communauté bouzemontoise.
\n
En tant que nouvel utilisateur ou utilisatrice de WordPress, vous devriez vous rendre sur votre tableau de bord pour supprimer cette page et créer de nouvelles pages pour votre contenu. Amusez-vous bien !
\n','Page d’exemple','','inherit','closed','closed','','2-autosave-v1','','','2023-07-04 12:15:22','2023-07-04 10:15:22','',2,'https://localhost/?p=5651',0,'revision','',0), (5652,1,'2023-07-04 12:46:18','2023-07-04 10:46:18','[[[{\"field_key\":\"first_name\",\"general_setting\":{\"label\":\"First Name\",\"description\":\"\",\"field_name\":\"first_name\",\"placeholder\":\"Prénom\",\"required\":\"1\",\"hide_label\":\"1\"},\"advance_setting\":{\"custom_class\":\"\"},\"icon\":\"ur-icon ur-icon-input-first-name\"},{\"field_key\":\"last_name\",\"general_setting\":{\"label\":\"Last Name\",\"description\":\"\",\"field_name\":\"last_name\",\"placeholder\":\"Nom\",\"required\":\"1\",\"hide_label\":\"1\"},\"advance_setting\":{\"custom_class\":\"\"},\"icon\":\"ur-icon ur-icon-input-last-name\"},{\"field_key\":\"user_email\",\"general_setting\":{\"label\":\"User Email\",\"description\":\"\",\"field_name\":\"user_email\",\"placeholder\":\"Email\",\"required\":\"1\",\"hide_label\":\"1\"},\"advance_setting\":{\"custom_class\":\"\"},\"icon\":\"ur-icon ur-icon-email\"},{\"field_key\":\"user_pass\",\"general_setting\":{\"label\":\"User Password\",\"description\":\"\",\"field_name\":\"user_pass\",\"placeholder\":\"Mot de passe\",\"required\":\"1\",\"hide_label\":\"1\"},\"advance_setting\":{\"custom_class\":\"\"},\"icon\":\"ur-icon ur-icon-password\"}]]]','Inscription','','publish','closed','closed','','sports-camp-registration','','','2023-07-04 12:46:18','2023-07-04 10:46:18','',0,'https://localhost/?post_type=user_registration&p=5652',0,'user_registration','',0), (5653,1,'2023-07-04 12:46:37','2023-07-04 10:46:37','[user_registration_form id=\"5652\"]','Registration','','inherit','closed','closed','','5649-revision-v1','','','2023-07-04 12:46:37','2023-07-04 10:46:37','',5649,'https://localhost/?p=5653',0,'revision','',0), (5654,1,'2023-07-04 14:13:21','2023-07-04 12:13:21','','Default Registration','','publish','closed','closed','','default-registration','','','2023-07-04 14:13:21','2023-07-04 12:13:21','',0,'https://localhost/?um_form=default-registration',0,'um_form','',0), (5655,1,'2023-07-04 14:13:21','2023-07-04 12:13:21','','Default Login','','publish','closed','closed','','default-login','','','2023-07-04 14:13:21','2023-07-04 12:13:21','',0,'https://localhost/?um_form=default-login',0,'um_form','',0), (5656,1,'2023-07-04 14:13:21','2023-07-04 12:13:21','','Default Profile','','publish','closed','closed','','default-profile','','','2023-07-04 14:13:21','2023-07-04 12:13:21','',0,'https://localhost/?um_form=default-profile',0,'um_form','',0), (5657,1,'2023-07-04 14:13:21','2023-07-04 12:13:21','','Members','','publish','closed','closed','','members','','','2023-07-04 14:13:21','2023-07-04 12:13:21','',0,'https://localhost/?um_directory=members',0,'um_directory','',0), (5658,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','[ultimatemember form_id=\"5656\"]','Compte','','publish','closed','closed','','user','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5658',0,'page','',0), (5659,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','[ultimatemember form_id=\"5655\"]','Connexion','','publish','closed','closed','','login','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5659',0,'page','',0), (5660,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','[ultimatemember form_id=\"5654\"]','S’inscrire','','publish','closed','closed','','register','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5660',0,'page','',0), (5661,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','[ultimatemember form_id=\"5657\"]','Membres','','publish','closed','closed','','members','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5661',0,'page','',0), (5662,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','','Déconnexion','','publish','closed','closed','','logout','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5662',0,'page','',0), (5663,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','[ultimatemember_account]','Compte','','publish','closed','closed','','account','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5663',0,'page','',0), (5664,1,'2023-07-04 14:16:15','2023-07-04 12:16:15','[ultimatemember_password]','Réinitialisation du mot de passe','','publish','closed','closed','','password-reset','','','2023-07-04 14:16:15','2023-07-04 12:16:15','',0,'https://localhost/?page_id=5664',0,'page','',0), (5665,1,'2023-07-04 14:20:06','0000-00-00 00:00:00','','Accueil','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5665',1,'nav_menu_item','',0), (5666,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5666',1,'nav_menu_item','',0), (5667,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5667',1,'nav_menu_item','',0), (5668,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5668',1,'nav_menu_item','',0), (5669,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5669',1,'nav_menu_item','',0), (5670,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5670',1,'nav_menu_item','',0), (5671,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5671',1,'nav_menu_item','',0), (5672,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5672',1,'nav_menu_item','',0), (5673,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5673',1,'nav_menu_item','',0), (5674,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5674',1,'nav_menu_item','',0), (5675,1,'2023-07-04 14:20:06','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-07-04 14:20:06','0000-00-00 00:00:00','',0,'https://localhost/?p=5675',1,'nav_menu_item','',0), (5796,1,'2023-07-07 11:57:10','2023-07-07 09:57:10','','0’00','','trash','open','open','','000__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5796',0,'post','',0), (5797,1,'2023-07-07 11:57:10','2023-07-07 09:57:10','','0’02','','trash','open','open','','002__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5797',0,'post','',0), (5798,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’10','','trash','open','open','','010__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5798',0,'post','',0), (5799,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0\'13','','trash','open','open','','013__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5799',0,'post','',0), (5800,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’18','','trash','open','open','','018__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5800',0,'post','',0), (5801,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’23','','trash','open','open','','023__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5801',0,'post','',0), (5802,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’26','','trash','open','open','','026__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5802',0,'post','',0), (5803,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’30','','trash','open','open','','030__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5803',0,'post','',0), (5804,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’35','','trash','open','open','','035__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5804',0,'post','',0), (5805,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','0’41','','trash','open','open','','041__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5805',0,'post','',0), (5806,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','01’04','','trash','open','open','','0104__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5806',0,'post','',0), (5807,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','01’17','','trash','open','open','','0117__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5807',0,'post','',0), (5808,1,'2023-07-07 11:57:11','2023-07-07 09:57:11','','01’23','','trash','open','open','','0123__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5808',0,'post','',0), (5809,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’29','','trash','open','open','','0129__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5809',0,'post','',0), (5810,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’40','','trash','open','open','','0140__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5810',0,'post','',0), (5811,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’43','','trash','open','open','','0143__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5811',0,'post','',0), (5812,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’48','','trash','open','open','','0148__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5812',0,'post','',0), (5813,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’53','','trash','open','open','','0153__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5813',0,'post','',0), (5814,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’55','','trash','open','open','','0155__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5814',0,'post','',0), (5815,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','01’58','','trash','open','open','','0158__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5815',0,'post','',0), (5816,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','02’00','','trash','open','open','','0200__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5816',0,'post','',0), (5817,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','02’06','','trash','open','open','','0206__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5817',0,'post','',0), (5818,1,'2023-07-07 11:57:12','2023-07-07 09:57:12','','02’08','','trash','open','open','','0208__trashed','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',0,'https://localhost/?p=5818',0,'post','',0), (5819,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’11','','trash','open','open','','0211__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5819',0,'post','',0), (5820,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’31','','trash','open','open','','0231__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5820',0,'post','',0), (5821,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’34','','trash','open','open','','0234__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5821',0,'post','',0), (5822,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’38','','trash','open','open','','0238__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5822',0,'post','',0), (5823,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’42','','trash','open','open','','0242__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5823',0,'post','',0), (5824,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’46','','trash','open','open','','0246__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5824',0,'post','',0), (5825,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’47','','trash','open','open','','0247__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5825',0,'post','',0), (5826,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’48','','trash','open','open','','0248__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5826',0,'post','',0), (5827,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’51','','trash','open','open','','0251__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5827',0,'post','',0), (5828,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','02’55','','trash','open','open','','0255__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5828',0,'post','',0), (5829,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','03’00','','trash','open','open','','0300__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5829',0,'post','',0), (5830,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','03’04','','trash','open','open','','0304__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5830',0,'post','',0), (5831,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','03’08','','trash','open','open','','0308__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5831',0,'post','',0), (5832,1,'2023-07-07 11:57:13','2023-07-07 09:57:13','','03’12','','trash','open','open','','0312__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5832',0,'post','',0), (5833,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','03’17','','trash','open','open','','0317__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5833',0,'post','',0), (5834,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','03’24','','trash','open','open','','0324__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5834',0,'post','',0), (5835,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','03’37','','trash','open','open','','0337__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5835',0,'post','',0), (5836,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','03’42','','trash','open','open','','0342__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5836',0,'post','',0), (5837,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','04’04','','trash','open','open','','0404__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5837',0,'post','',0), (5838,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','04’27','','trash','open','open','','0427__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5838',0,'post','',0), (5839,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','04’29','','trash','open','open','','0429__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5839',0,'post','',0), (5840,1,'2023-07-07 11:57:14','2023-07-07 09:57:14','','04’36','','trash','open','open','','0436__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5840',0,'post','',0), (5841,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','04’48','','trash','open','open','','0448__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5841',0,'post','',0), (5842,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’05','','trash','open','open','','0505__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5842',0,'post','',0), (5843,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’10','','trash','open','open','','0510__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5843',0,'post','',0), (5844,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’38','','trash','open','open','','0538__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5844',0,'post','',0), (5845,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’45','','trash','open','open','','0545__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5845',0,'post','',0), (5846,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’50','','trash','open','open','','0550__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5846',0,'post','',0), (5847,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’55','','trash','open','open','','0555__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5847',0,'post','',0), (5848,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','05’59','','trash','open','open','','0559__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5848',0,'post','',0), (5849,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','06’00','','trash','open','open','','0600__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5849',0,'post','',0), (5850,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','06’03','','trash','open','open','','0603__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5850',0,'post','',0), (5851,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','06’07','','trash','open','open','','0607__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5851',0,'post','',0), (5852,1,'2023-07-07 11:57:15','2023-07-07 09:57:15','','06’17','','trash','open','open','','0617__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5852',0,'post','',0), (5853,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','06’28','','trash','open','open','','0628__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5853',0,'post','',0), (5854,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','06’31','','trash','open','open','','0631__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5854',0,'post','',0), (5855,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','06’33','','trash','open','open','','0633__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5855',0,'post','',0), (5856,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','06’37','','trash','open','open','','0637__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5856',0,'post','',0), (5857,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','06’44','','trash','open','open','','0644__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5857',0,'post','',0), (5858,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','07’05','','trash','open','open','','0705__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5858',0,'post','',0), (5859,1,'2023-07-07 11:57:16','2023-07-07 09:57:16','','07’08','','trash','open','open','','0708__trashed','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',0,'https://localhost/?p=5859',0,'post','',0), (5860,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','07’13','','trash','open','open','','0713__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5860',0,'post','',0), (5861,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','07’17','','trash','open','open','','0717__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5861',0,'post','',0), (5862,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','07’43','','trash','open','open','','0743__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5862',0,'post','',0), (5863,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','07’44','','trash','open','open','','0744__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5863',0,'post','',0), (5864,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','07’51','','trash','open','open','','0751__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5864',0,'post','',0), (5865,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’09','','trash','open','open','','0809__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5865',0,'post','',0), (5866,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’12','','trash','open','open','','0812__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5866',0,'post','',0), (5867,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’13','','trash','open','open','','0813__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5867',0,'post','',0), (5868,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’14','','trash','open','open','','0814__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5868',0,'post','',0), (5869,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’16','','trash','open','open','','0816__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5869',0,'post','',0), (5870,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’19','','trash','open','open','','0819__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5870',0,'post','',0), (5871,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’24','','trash','open','open','','0824__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5871',0,'post','',0), (5872,1,'2023-07-07 11:57:17','2023-07-07 09:57:17','','08’31','','trash','open','open','','0831__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5872',0,'post','',0), (5873,1,'2023-07-07 11:57:18','2023-07-07 09:57:18','','08’36','','trash','open','open','','0836__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5873',0,'post','',0), (5874,1,'2023-07-07 11:57:18','2023-07-07 09:57:18','','08’43','','trash','open','open','','0843__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5874',0,'post','',0), (5875,1,'2023-07-07 11:57:18','2023-07-07 09:57:18','','09’06','','trash','open','open','','0906__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5875',0,'post','',0), (5876,1,'2023-07-07 11:57:18','2023-07-07 09:57:18','','09’13','','trash','open','open','','0913__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5876',0,'post','',0), (5877,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’15','','trash','open','open','','0915__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5877',0,'post','',0), (5878,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’23','','trash','open','open','','0923__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5878',0,'post','',0), (5879,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’27','','trash','open','open','','0927__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5879',0,'post','',0), (5880,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’44','','trash','open','open','','0944__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5880',0,'post','',0), (5881,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’47','','trash','open','open','','0947__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5881',0,'post','',0), (5882,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’49','','trash','open','open','','0949__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5882',0,'post','',0), (5883,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’56','','trash','open','open','','0956__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5883',0,'post','',0), (5884,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','09’58','','trash','open','open','','0958__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5884',0,'post','',0), (5885,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','10’12','','trash','open','open','','1012__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5885',0,'post','',0), (5886,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','10’19','','trash','open','open','','1019__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5886',0,'post','',0), (5887,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','10’25','','trash','open','open','','1025__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5887',0,'post','',0), (5888,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','10’27','','trash','open','open','','1027__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5888',0,'post','',0), (5889,1,'2023-07-07 11:57:19','2023-07-07 09:57:19','','10’37','','trash','open','open','','1037__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5889',0,'post','',0), (5890,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','10’39','','trash','open','open','','1039__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5890',0,'post','',0), (5891,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','10’41','','trash','open','open','','1041__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5891',0,'post','',0), (5892,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','10’55','','trash','open','open','','1055__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5892',0,'post','',0), (5893,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','11’00','','trash','open','open','','1100__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5893',0,'post','',0), (5894,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','11’21','','trash','open','open','','1121__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5894',0,'post','',0), (5895,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','11’26','','trash','open','open','','1126__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5895',0,'post','',0), (5896,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','11’30','','trash','open','open','','1130__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5896',0,'post','',0), (5897,1,'2023-07-07 11:57:20','2023-07-07 09:57:20','','11’32','','trash','open','open','','1132__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5897',0,'post','',0), (5898,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’35','','trash','open','open','','1135__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5898',0,'post','',0), (5899,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’40','','trash','open','open','','1140__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5899',0,'post','',0), (5900,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’42','','trash','open','open','','1142__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5900',0,'post','',0), (5901,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’45','','trash','open','open','','1145__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5901',0,'post','',0), (5902,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’48','','trash','open','open','','1148__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5902',0,'post','',0), (5903,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’53','','trash','open','open','','1153__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5903',0,'post','',0), (5904,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','11’55','','trash','open','open','','1155__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5904',0,'post','',0), (5905,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','12’06','','trash','open','open','','1206__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5905',0,'post','',0), (5906,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','12’45','','trash','open','open','','1245__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5906',0,'post','',0), (5907,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','12’47','','trash','open','open','','1247__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5907',0,'post','',0), (5908,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','13’03','','trash','open','open','','1303__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5908',0,'post','',0), (5909,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','13’13','','trash','open','open','','1313__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5909',0,'post','',0), (5910,1,'2023-07-07 11:57:21','2023-07-07 09:57:21','','13’17','','trash','open','open','','1317__trashed','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',0,'https://localhost/?p=5910',0,'post','',0), (5911,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’29','','trash','open','open','','1329__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5911',0,'post','',0), (5912,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’31','','trash','open','open','','1331__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5912',0,'post','',0), (5913,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’34','','trash','open','open','','1334__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5913',0,'post','',0), (5914,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’36','','trash','open','open','','1336__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5914',0,'post','',0), (5915,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’43','','trash','open','open','','1343__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5915',0,'post','',0), (5916,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’46','','trash','open','open','','1346__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5916',0,'post','',0), (5917,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’51','','trash','open','open','','1351__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5917',0,'post','',0), (5918,1,'2023-07-07 11:57:22','2023-07-07 09:57:22','','13’57','','trash','open','open','','1357__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5918',0,'post','',0), (5919,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’05','','trash','open','open','','1405__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5919',0,'post','',0), (5920,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’08','','trash','open','open','','1408__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5920',0,'post','',0), (5921,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’25','','trash','open','open','','1425__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5921',0,'post','',0), (5922,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’28','','trash','open','open','','1428__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5922',0,'post','',0), (5923,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’32','','trash','open','open','','1432__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5923',0,'post','',0), (5924,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’35','','trash','open','open','','1435__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5924',0,'post','',0), (5925,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’42','','trash','open','open','','1442__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5925',0,'post','',0), (5926,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’45','','trash','open','open','','1445__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5926',0,'post','',0), (5927,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','14’51','','trash','open','open','','1451__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5927',0,'post','',0), (5928,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','15’17','','trash','open','open','','1517__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5928',0,'post','',0), (5929,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','15’19','','trash','open','open','','1519__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5929',0,'post','',0), (5930,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','15’22','','trash','open','open','','1522__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5930',0,'post','',0), (5931,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','15’26','','trash','open','open','','1526__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5931',0,'post','',0), (5932,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','15’33','','trash','open','open','','1533__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5932',0,'post','',0), (5933,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','16’02','','trash','open','open','','1602__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5933',0,'post','',0), (5934,1,'2023-07-07 11:57:23','2023-07-07 09:57:23','','16’09','','trash','open','open','','1609__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5934',0,'post','',0), (5935,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','16’12','','trash','open','open','','1612__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5935',0,'post','',0), (5936,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','16’18','','trash','open','open','','1618__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5936',0,'post','',0), (5937,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','16’18','','trash','open','open','','1618-2__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5937',0,'post','',0), (5938,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','16’50','','trash','open','open','','1650__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5938',0,'post','',0), (5939,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','16’54','','trash','open','open','','1654__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5939',0,'post','',0), (5940,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','16’56','','trash','open','open','','1656__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5940',0,'post','',0), (5941,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','17’05','','trash','open','open','','1705__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5941',0,'post','',0), (5942,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','17’08','','trash','open','open','','1708__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5942',0,'post','',0), (5943,1,'2023-07-07 11:57:24','2023-07-07 09:57:24','','17’16','','trash','open','open','','1716__trashed','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',0,'https://localhost/?p=5943',0,'post','',0), (5944,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','17’27','','trash','open','open','','1727__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5944',0,'post','',0), (5945,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','17’33','','trash','open','open','','1733__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5945',0,'post','',0), (5946,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','17’56','','trash','open','open','','1756__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5946',0,'post','',0), (5947,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','17’56','','trash','open','open','','1756-2__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5947',0,'post','',0), (5948,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’02','','trash','open','open','','1802__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5948',0,'post','',0), (5949,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’15','','trash','open','open','','1815__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5949',0,'post','',0), (5950,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’19','','trash','open','open','','1819__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5950',0,'post','',0), (5951,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’28','','trash','open','open','','1828__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5951',0,'post','',0), (5952,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’35','','trash','open','open','','1835__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5952',0,'post','',0), (5953,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’37','','trash','open','open','','1837__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5953',0,'post','',0), (5954,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','18’47','','trash','open','open','','1847__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5954',0,'post','',0), (5955,1,'2023-07-07 11:57:25','2023-07-07 09:57:25','','19’07','','trash','open','open','','1907__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5955',0,'post','',0), (5956,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’11','','trash','open','open','','1911__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5956',0,'post','',0), (5957,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’21','','trash','open','open','','1921__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5957',0,'post','',0), (5958,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’24','','trash','open','open','','1924__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5958',0,'post','',0), (5959,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’26','','trash','open','open','','1926__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5959',0,'post','',0), (5960,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’33','','trash','open','open','','1933__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5960',0,'post','',0), (5961,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’36','','trash','open','open','','1936__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5961',0,'post','',0), (5962,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’43','','trash','open','open','','1943__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5962',0,'post','',0), (5963,1,'2023-07-07 11:57:26','2023-07-07 09:57:26','','19’49','','trash','open','open','','1949__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5963',0,'post','',0), (5964,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','19’57','','trash','open','open','','1957__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5964',0,'post','',0), (5965,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’07','','trash','open','open','','2007__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5965',0,'post','',0), (5966,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’09','','trash','open','open','','2009__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5966',0,'post','',0), (5967,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’13','','trash','open','open','','2013__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5967',0,'post','',0), (5968,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’21','','trash','open','open','','2021__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5968',0,'post','',0), (5969,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’26','','trash','open','open','','2026__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5969',0,'post','',0), (5970,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’28','','trash','open','open','','2028__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5970',0,'post','',0), (5971,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’41','','trash','open','open','','2041__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5971',0,'post','',0), (5972,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’42','','trash','open','open','','2042__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5972',0,'post','',0), (5973,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’45','','trash','open','open','','2045__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5973',0,'post','',0), (5974,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','20’59','','trash','open','open','','2059__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5974',0,'post','',0), (5975,1,'2023-07-07 11:57:27','2023-07-07 09:57:27','','21’03','','trash','open','open','','2103__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5975',0,'post','',0), (5976,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','21’05','','trash','open','open','','2105__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5976',0,'post','',0), (5977,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','21’07','','trash','open','open','','2107__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5977',0,'post','',0), (5978,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','21’09','','trash','open','open','','2109__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5978',0,'post','',0), (5979,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','21’14','','trash','open','open','','2114__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5979',0,'post','',0), (5980,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','21’19','','trash','open','open','','2119__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5980',0,'post','',0), (5981,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','22’27','','trash','open','open','','2227__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5981',0,'post','',0), (5982,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','22’30','','trash','open','open','','2230__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5982',0,'post','',0), (5983,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','22’38','','trash','open','open','','2238__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5983',0,'post','',0), (5984,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','22’42','','trash','open','open','','2242__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5984',0,'post','',0), (5985,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','22’51','','trash','open','open','','2251__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5985',0,'post','',0), (5986,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','23’23','','trash','open','open','','2323__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5986',0,'post','',0), (5987,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','23’28','','trash','open','open','','2328__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5987',0,'post','',0), (5988,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','23’34','','trash','open','open','','2334__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5988',0,'post','',0), (5989,1,'2023-07-07 11:57:28','2023-07-07 09:57:28','','23’44','','trash','open','open','','2344__trashed','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',0,'https://localhost/?p=5989',0,'post','',0), (5990,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','23’50','','trash','open','open','','2350__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5990',0,'post','',0), (5991,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','23’56','','trash','open','open','','2356__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5991',0,'post','',0), (5992,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','24’00','','trash','open','open','','2400__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5992',0,'post','',0), (5993,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','24’05','','trash','open','open','','2405__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5993',0,'post','',0), (5994,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','24’46','','trash','open','open','','2446__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5994',0,'post','',0), (5995,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','25’02','','trash','open','open','','2502__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5995',0,'post','',0), (5996,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','25’08','','trash','open','open','','2508__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5996',0,'post','',0), (5997,1,'2023-07-07 11:57:29','2023-07-07 09:57:29','','25’53','','trash','open','open','','2553__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5997',0,'post','',0), (5998,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’00','','trash','open','open','','2600__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5998',0,'post','',0), (5999,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’30','','trash','open','open','','2630__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=5999',0,'post','',0), (6000,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’46','','trash','open','open','','2646__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6000',0,'post','',0), (6001,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’48','','trash','open','open','','2648__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6001',0,'post','',0), (6002,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’50','','trash','open','open','','2650__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6002',0,'post','',0), (6003,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’53','','trash','open','open','','2653__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6003',0,'post','',0), (6004,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’55','','trash','open','open','','2655__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6004',0,'post','',0), (6005,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','26’56','','trash','open','open','','2656__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6005',0,'post','',0), (6006,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','27’00','','trash','open','open','','2700__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6006',0,'post','',0), (6007,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','27’05','','trash','open','open','','2705__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6007',0,'post','',0), (6008,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','27’07','','trash','open','open','','2707__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6008',0,'post','',0), (6009,1,'2023-07-07 11:57:30','2023-07-07 09:57:30','','27’17','','trash','open','open','','2717__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6009',0,'post','',0), (6010,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’19','','trash','open','open','','2719__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6010',0,'post','',0), (6011,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’23','','trash','open','open','','2723__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6011',0,'post','',0), (6012,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’25','','trash','open','open','','2725__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6012',0,'post','',0), (6013,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’36','','trash','open','open','','2736__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6013',0,'post','',0), (6014,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’45','','trash','open','open','','2745__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6014',0,'post','',0), (6015,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’50','','trash','open','open','','2750__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6015',0,'post','',0), (6016,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','27’54','','trash','open','open','','2754__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6016',0,'post','',0), (6017,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','28’11','','trash','open','open','','2811__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6017',0,'post','',0), (6018,1,'2023-07-07 11:57:31','2023-07-07 09:57:31','','28’14','','trash','open','open','','2814__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6018',0,'post','',0), (6019,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','28’35','','trash','open','open','','2835__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6019',0,'post','',0), (6020,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’03','','trash','open','open','','2903__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6020',0,'post','',0), (6021,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’07','','trash','open','open','','2907__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6021',0,'post','',0), (6022,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’10','','trash','open','open','','2910__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6022',0,'post','',0), (6023,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’16','','trash','open','open','','2916__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6023',0,'post','',0), (6024,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’22','','trash','open','open','','2922__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6024',0,'post','',0), (6025,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’24','','trash','open','open','','2924__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6025',0,'post','',0), (6026,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’31','','trash','open','open','','2931__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6026',0,'post','',0), (6027,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’36','','trash','open','open','','2936__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6027',0,'post','',0), (6028,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’39','','trash','open','open','','2939__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6028',0,'post','',0), (6029,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’42','','trash','open','open','','2942__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6029',0,'post','',0), (6030,1,'2023-07-07 11:57:32','2023-07-07 09:57:32','','29’45','','trash','open','open','','2945__trashed','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',0,'https://localhost/?p=6030',0,'post','',0), (6031,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','29’50','','trash','open','open','','2950__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6031',0,'post','',0), (6032,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','29’53','','trash','open','open','','2953__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6032',0,'post','',0), (6033,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','29’57','','trash','open','open','','2957__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6033',0,'post','',0), (6034,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','30’00','','trash','open','open','','3000__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6034',0,'post','',0), (6035,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','30’03','','trash','open','open','','3003__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6035',0,'post','',0), (6036,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','30’04','','trash','open','open','','3004__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6036',0,'post','',0), (6037,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','30’06','','trash','open','open','','3006__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6037',0,'post','',0), (6038,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','30’07','','trash','open','open','','3007__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6038',0,'post','',0), (6039,1,'2023-07-07 11:57:33','2023-07-07 09:57:33','','30’10','','trash','open','open','','3010__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6039',0,'post','',0), (6040,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’15','','trash','open','open','','3015__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6040',0,'post','',0), (6041,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’19','','trash','open','open','','3019__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6041',0,'post','',0), (6042,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’30','','trash','open','open','','3030__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6042',0,'post','',0), (6043,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’33','','trash','open','open','','3033__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6043',0,'post','',0), (6044,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’36','','trash','open','open','','3036__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6044',0,'post','',0), (6045,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’39','','trash','open','open','','3039__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6045',0,'post','',0), (6046,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’41','','trash','open','open','','3041__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6046',0,'post','',0), (6047,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’45','','trash','open','open','','3045__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6047',0,'post','',0), (6048,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','30’47','','trash','open','open','','3047__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6048',0,'post','',0), (6049,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','31’01','','trash','open','open','','3101__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6049',0,'post','',0), (6050,1,'2023-07-07 11:57:34','2023-07-07 09:57:34','','31’09','','trash','open','open','','3109__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6050',0,'post','',0), (6051,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','31’18','','trash','open','open','','3118__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6051',0,'post','',0), (6052,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','31’21','','trash','open','open','','3121__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6052',0,'post','',0), (6053,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','31’26','','trash','open','open','','3126__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6053',0,'post','',0), (6054,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','31’28','','trash','open','open','','3128__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6054',0,'post','',0), (6055,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','31’43','','trash','open','open','','3143__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6055',0,'post','',0), (6056,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','32’09','','trash','open','open','','3209__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6056',0,'post','',0), (6057,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','32’23','','trash','open','open','','3223__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6057',0,'post','',0), (6058,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','32’51','','trash','open','open','','3251__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6058',0,'post','',0), (6059,1,'2023-07-07 11:57:35','2023-07-07 09:57:35','','33’02','','trash','open','open','','3302__trashed','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',0,'https://localhost/?p=6059',0,'post','',0), (6060,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','33’05','','trash','open','open','','3305__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6060',0,'post','',0), (6061,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','33’08','','trash','open','open','','3308__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6061',0,'post','',0), (6062,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’08','','trash','open','open','','3408__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6062',0,'post','',0), (6063,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’20','','trash','open','open','','3420__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6063',0,'post','',0), (6064,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’30','','trash','open','open','','3430__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6064',0,'post','',0), (6065,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’36','','trash','open','open','','3436__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6065',0,'post','',0), (6066,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’38','','trash','open','open','','3438__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6066',0,'post','',0), (6067,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’41','','trash','open','open','','3441__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6067',0,'post','',0), (6068,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’44','','trash','open','open','','3444__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6068',0,'post','',0), (6069,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’48','','trash','open','open','','3448__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6069',0,'post','',0), (6070,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','34’49','','trash','open','open','','3449__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6070',0,'post','',0), (6071,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','35’12','','trash','open','open','','3512__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6071',0,'post','',0), (6072,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','35’14','','trash','open','open','','3514__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6072',0,'post','',0), (6073,1,'2023-07-07 11:57:36','2023-07-07 09:57:36','','35’26','','trash','open','open','','3526__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6073',0,'post','',0), (6074,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’31','','trash','open','open','','3531__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6074',0,'post','',0), (6075,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’37','','trash','open','open','','3537__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6075',0,'post','',0), (6076,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’40','','trash','open','open','','3540__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6076',0,'post','',0), (6077,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’50','','trash','open','open','','3550__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6077',0,'post','',0), (6078,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’54','','trash','open','open','','3554__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6078',0,'post','',0), (6079,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’56','','trash','open','open','','3556__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6079',0,'post','',0), (6080,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','35’59','','trash','open','open','','3559__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6080',0,'post','',0), (6081,1,'2023-07-07 11:57:37','2023-07-07 09:57:37','','36’00','','trash','open','open','','3600__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6081',0,'post','',0), (6082,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’02','','trash','open','open','','3602__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6082',0,'post','',0), (6083,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’13','','trash','open','open','','3613__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6083',0,'post','',0), (6084,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’18','','trash','open','open','','3618__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6084',0,'post','',0), (6085,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’22','','trash','open','open','','3622__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6085',0,'post','',0), (6086,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’27','','trash','open','open','','3627__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6086',0,'post','',0), (6087,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’32','','trash','open','open','','3632__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6087',0,'post','',0), (6088,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','35’34','','trash','open','open','','3534__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6088',0,'post','',0), (6089,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’41','','trash','open','open','','3641__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6089',0,'post','',0), (6090,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’44','','trash','open','open','','3644__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6090',0,'post','',0), (6091,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’49','','trash','open','open','','3649__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6091',0,'post','',0), (6092,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’52','','trash','open','open','','3652__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6092',0,'post','',0), (6093,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’55','','trash','open','open','','3655__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6093',0,'post','',0), (6094,1,'2023-07-07 11:57:38','2023-07-07 09:57:38','','36’58','','trash','open','open','','3658__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6094',0,'post','',0), (6095,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’03','','trash','open','open','','3703__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6095',0,'post','',0), (6096,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’09','','trash','open','open','','3709__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6096',0,'post','',0), (6097,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’25','','trash','open','open','','3725__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6097',0,'post','',0), (6098,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’27','','trash','open','open','','3727__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6098',0,'post','',0), (6099,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’29','','trash','open','open','','3729__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6099',0,'post','',0), (6100,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’37','','trash','open','open','','3737__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6100',0,'post','',0), (6101,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’42','','trash','open','open','','3742__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6101',0,'post','',0), (6102,1,'2023-07-07 11:57:39','2023-07-07 09:57:39','','37’44','','trash','open','open','','3744__trashed','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',0,'https://localhost/?p=6102',0,'post','',0), (6103,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','37’46','','trash','open','open','','3746__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6103',0,'post','',0), (6104,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','37’47','','trash','open','open','','3747__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6104',0,'post','',0), (6105,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','37’50','','trash','open','open','','3750__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6105',0,'post','',0), (6106,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','37’51','','trash','open','open','','3751__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6106',0,'post','',0), (6107,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','37’59','','trash','open','open','','3759__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6107',0,'post','',0), (6108,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','38’10','','trash','open','open','','3810__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6108',0,'post','',0), (6109,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','38’15','','trash','open','open','','3815__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6109',0,'post','',0), (6110,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','38’27','','trash','open','open','','3827__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6110',0,'post','',0), (6111,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','38’31','','trash','open','open','','3831__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6111',0,'post','',0), (6112,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','38’58','','trash','open','open','','3858__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6112',0,'post','',0), (6113,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','39’00','','trash','open','open','','3900__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6113',0,'post','',0), (6114,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','39’07','','trash','open','open','','3907__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6114',0,'post','',0), (6115,1,'2023-07-07 11:57:40','2023-07-07 09:57:40','','39’09','','trash','open','open','','3909__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6115',0,'post','',0), (6116,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','39’30','','trash','open','open','','3930__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6116',0,'post','',0), (6117,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','39’39','','trash','open','open','','3939__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6117',0,'post','',0), (6118,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','39’46','','trash','open','open','','3946__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6118',0,'post','',0), (6119,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','39’48','','trash','open','open','','3948__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6119',0,'post','',0), (6120,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','40’07','','trash','open','open','','4007__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6120',0,'post','',0), (6121,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','40’10','','trash','open','open','','4010__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6121',0,'post','',0), (6122,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','40’32','','trash','open','open','','4032__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6122',0,'post','',0), (6123,1,'2023-07-07 11:57:41','2023-07-07 09:57:41','','40’36','','trash','open','open','','4036__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6123',0,'post','',0), (6124,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','40’39','','trash','open','open','','4039__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6124',0,'post','',0), (6125,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','40’44','','trash','open','open','','4044__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6125',0,'post','',0), (6126,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','40’51','','trash','open','open','','4051__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6126',0,'post','',0), (6127,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','40’57','','trash','open','open','','4057__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6127',0,'post','',0), (6128,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’00','','trash','open','open','','4100__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6128',0,'post','',0), (6129,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’04','','trash','open','open','','4104__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6129',0,'post','',0), (6130,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’08','','trash','open','open','','4108__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6130',0,'post','',0), (6131,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’16','','trash','open','open','','4116__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6131',0,'post','',0), (6132,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’30','','trash','open','open','','4130__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6132',0,'post','',0), (6133,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’32','','trash','open','open','','4132__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6133',0,'post','',0), (6134,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’37','','trash','open','open','','4137__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6134',0,'post','',0), (6135,1,'2023-07-07 11:57:42','2023-07-07 09:57:42','','41’41','','trash','open','open','','4141__trashed','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',0,'https://localhost/?p=6135',0,'post','',0), (6136,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','41’43','','trash','open','open','','4143__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6136',0,'post','',0), (6137,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','41’47','','trash','open','open','','4147__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6137',0,'post','',0), (6138,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','41’54','','trash','open','open','','4154__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6138',0,'post','',0), (6139,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’00','','trash','open','open','','4200__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6139',0,'post','',0), (6140,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’03','','trash','open','open','','4203__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6140',0,'post','',0), (6141,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’06','','trash','open','open','','4206__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6141',0,'post','',0), (6142,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’10','','trash','open','open','','4210__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6142',0,'post','',0), (6143,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’22','','trash','open','open','','4222__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6143',0,'post','',0), (6144,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’23','','trash','open','open','','4223__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6144',0,'post','',0), (6145,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’32','','trash','open','open','','4232__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6145',0,'post','',0), (6146,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’39','','trash','open','open','','4239__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6146',0,'post','',0), (6147,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’44','','trash','open','open','','4244__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6147',0,'post','',0), (6148,1,'2023-07-07 11:57:43','2023-07-07 09:57:43','','42’52','','trash','open','open','','4252__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6148',0,'post','',0), (6149,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','42’57','','trash','open','open','','4257__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6149',0,'post','',0), (6150,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','42’59','','trash','open','open','','4259__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6150',0,'post','',0), (6151,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’00','','trash','open','open','','4300__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6151',0,'post','',0), (6152,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’04','','trash','open','open','','4304__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6152',0,'post','',0), (6153,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’13','','trash','open','open','','4313__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6153',0,'post','',0), (6154,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’20','','trash','open','open','','4320__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6154',0,'post','',0), (6155,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’35','','trash','open','open','','4335__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6155',0,'post','',0), (6156,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’46','','trash','open','open','','4346__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6156',0,'post','',0), (6157,1,'2023-07-07 11:57:44','2023-07-07 09:57:44','','43’50','','trash','open','open','','4350__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6157',0,'post','',0), (6158,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’04','','trash','open','open','','4404__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6158',0,'post','',0), (6159,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’12','','trash','open','open','','4412__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6159',0,'post','',0), (6160,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’13','','trash','open','open','','4413__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6160',0,'post','',0), (6161,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’16','','trash','open','open','','4416__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6161',0,'post','',0), (6162,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’21','','trash','open','open','','4421__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6162',0,'post','',0), (6163,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’24','','trash','open','open','','4424__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6163',0,'post','',0), (6164,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’28','','trash','open','open','','4428__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6164',0,'post','',0), (6165,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’34','','trash','open','open','','4434__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6165',0,'post','',0), (6166,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’37','','trash','open','open','','4437__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6166',0,'post','',0), (6167,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’41','','trash','open','open','','4441__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6167',0,'post','',0), (6168,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’44','','trash','open','open','','4444__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6168',0,'post','',0), (6169,1,'2023-07-07 11:57:45','2023-07-07 09:57:45','','44’50','','trash','open','open','','4450__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6169',0,'post','',0), (6170,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','44’55','','trash','open','open','','4455__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6170',0,'post','',0), (6171,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','44’56','','trash','open','open','','4456__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6171',0,'post','',0), (6172,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','44’58','','trash','open','open','','4458__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6172',0,'post','',0), (6173,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','45’06','','trash','open','open','','4506__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6173',0,'post','',0), (6174,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','45’15','','trash','open','open','','4515__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6174',0,'post','',0), (6175,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','45’16','','trash','open','open','','4516__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6175',0,'post','',0), (6176,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','45’19','','trash','open','open','','4519__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6176',0,'post','',0), (6177,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','45’21','','trash','open','open','','4521__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6177',0,'post','',0), (6178,1,'2023-07-07 11:57:46','2023-07-07 09:57:46','','45’28','','trash','open','open','','4528__trashed','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',0,'https://localhost/?p=6178',0,'post','',0), (6179,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','45’30','','trash','open','open','','4530__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6179',0,'post','',0), (6180,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','45’37','','trash','open','open','','4537__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6180',0,'post','',0), (6181,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','45’46','','trash','open','open','','4546__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6181',0,'post','',0), (6182,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','45’51','','trash','open','open','','4551__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6182',0,'post','',0), (6183,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’00','','trash','open','open','','4600__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6183',0,'post','',0), (6184,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’02','','trash','open','open','','4602__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6184',0,'post','',0), (6185,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’03','','trash','open','open','','4603__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6185',0,'post','',0), (6186,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’06','','trash','open','open','','4606__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6186',0,'post','',0), (6187,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’24','','trash','open','open','','4624__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6187',0,'post','',0), (6188,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’27','','trash','open','open','','4627__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6188',0,'post','',0), (6189,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’42','','trash','open','open','','4642__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6189',0,'post','',0), (6190,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’52','','trash','open','open','','4652__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6190',0,'post','',0), (6191,1,'2023-07-07 11:57:47','2023-07-07 09:57:47','','46’59','','trash','open','open','','4659__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6191',0,'post','',0), (6192,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','47’01','','trash','open','open','','4701__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6192',0,'post','',0), (6193,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','47’46','','trash','open','open','','4746__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6193',0,'post','',0), (6194,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','47’50','','trash','open','open','','4750__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6194',0,'post','',0), (6195,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','47’58','','trash','open','open','','4758__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6195',0,'post','',0), (6196,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','48’00','','trash','open','open','','4800__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6196',0,'post','',0), (6197,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','48’02','','trash','open','open','','4802__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6197',0,'post','',0), (6198,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','48’16','','trash','open','open','','4816__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6198',0,'post','',0), (6199,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','48’58','','trash','open','open','','4858__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6199',0,'post','',0), (6200,1,'2023-07-07 11:57:48','2023-07-07 09:57:48','','49’00','','trash','open','open','','4900__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6200',0,'post','',0), (6201,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','49’03','','trash','open','open','','4903__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6201',0,'post','',0), (6202,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','49’15','','trash','open','open','','4915__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6202',0,'post','',0), (6203,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','49’18','','trash','open','open','','4918__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6203',0,'post','',0), (6204,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','49’24','','trash','open','open','','4924__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6204',0,'post','',0), (6205,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','50’03','','trash','open','open','','5003__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6205',0,'post','',0), (6206,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','50’58','','trash','open','open','','5058__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6206',0,'post','',0), (6207,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’00','','trash','open','open','','5100__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6207',0,'post','',0), (6208,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’09','','trash','open','open','','5109__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6208',0,'post','',0), (6209,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’12','','trash','open','open','','5112__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6209',0,'post','',0), (6210,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’16','','trash','open','open','','5116__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6210',0,'post','',0), (6211,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’20','','trash','open','open','','5120__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6211',0,'post','',0), (6212,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’29','','trash','open','open','','5129__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6212',0,'post','',0), (6213,1,'2023-07-07 11:57:49','2023-07-07 09:57:49','','51’32','','trash','open','open','','5132__trashed','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',0,'https://localhost/?p=6213',0,'post','',0), (6214,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','51’35','','trash','open','open','','5135__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6214',0,'post','',0), (6215,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','51’51','','trash','open','open','','5151__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6215',0,'post','',0), (6216,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','51’57','','trash','open','open','','5157__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6216',0,'post','',0), (6217,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','51’59','','trash','open','open','','5159__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6217',0,'post','',0), (6218,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','52’01','','trash','open','open','','5201__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6218',0,'post','',0), (6219,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','52’06','','trash','open','open','','5206__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6219',0,'post','',0), (6220,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','52’08','','trash','open','open','','5208__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6220',0,'post','',0), (6221,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','52’10','','trash','open','open','','5210__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6221',0,'post','',0), (6222,1,'2023-07-07 11:57:50','2023-07-07 09:57:50','','52’21','','trash','open','open','','5221__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6222',0,'post','',0), (6223,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’23','','trash','open','open','','5223__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6223',0,'post','',0), (6224,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’26','','trash','open','open','','5226__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6224',0,'post','',0), (6225,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’33','','trash','open','open','','5233__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6225',0,'post','',0), (6226,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’35','','trash','open','open','','5235__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6226',0,'post','',0), (6227,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’41','','trash','open','open','','5241__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6227',0,'post','',0), (6228,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’45','','trash','open','open','','5245__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6228',0,'post','',0), (6229,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’47','','trash','open','open','','5247__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6229',0,'post','',0), (6230,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’54','','trash','open','open','','5254__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6230',0,'post','',0), (6231,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','52’58','','trash','open','open','','5258__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6231',0,'post','',0), (6232,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','53’01','','trash','open','open','','5301__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6232',0,'post','',0), (6233,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','53’04','','trash','open','open','','5304__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6233',0,'post','',0), (6234,1,'2023-07-07 11:57:51','2023-07-07 09:57:51','','53’07','','trash','open','open','','5307__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6234',0,'post','',0), (6235,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’15','','trash','open','open','','5315__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6235',0,'post','',0), (6236,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’18','','trash','open','open','','5318__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6236',0,'post','',0), (6237,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’26','','trash','open','open','','5326__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6237',0,'post','',0), (6238,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’29','','trash','open','open','','5329__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6238',0,'post','',0), (6239,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’33','','trash','open','open','','5333__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6239',0,'post','',0), (6240,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’38','','trash','open','open','','5338__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6240',0,'post','',0), (6241,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’41','','trash','open','open','','5341__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6241',0,'post','',0), (6242,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','53’57','','trash','open','open','','5357__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6242',0,'post','',0), (6243,1,'2023-07-07 11:57:52','2023-07-07 09:57:52','','54’03','','trash','open','open','','5403__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6243',0,'post','',0), (6244,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','54’15','','trash','open','open','','5415__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6244',0,'post','',0), (6245,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','54’24','','trash','open','open','','5424__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6245',0,'post','',0), (6246,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','54’30','','trash','open','open','','5430__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6246',0,'post','',0), (6247,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','54’37','','trash','open','open','','5437__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6247',0,'post','',0), (6248,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','55’07','','trash','open','open','','5507__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6248',0,'post','',0), (6249,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','55’11','','trash','open','open','','5511__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6249',0,'post','',0), (6250,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','55’33','','trash','open','open','','5533__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6250',0,'post','',0), (6251,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','55’35','','trash','open','open','','5535__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6251',0,'post','',0), (6252,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','55’59','','trash','open','open','','5559__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6252',0,'post','',0), (6253,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','56’02','','trash','open','open','','5602__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6253',0,'post','',0), (6254,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','56’10','','trash','open','open','','5610__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6254',0,'post','',0), (6255,1,'2023-07-07 11:57:53','2023-07-07 09:57:53','','56’22','','trash','open','open','','5622__trashed','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',0,'https://localhost/?p=6255',0,'post','',0), (6256,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','56’40','','trash','open','open','','5640__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6256',0,'post','',0), (6257,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’09','','trash','open','open','','5709__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6257',0,'post','',0), (6258,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’17','','trash','open','open','','5717__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6258',0,'post','',0), (6259,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’19','','trash','open','open','','5719__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6259',0,'post','',0), (6260,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’23','','trash','open','open','','5723__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6260',0,'post','',0), (6261,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’33','','trash','open','open','','5733__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6261',0,'post','',0), (6262,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’39','','trash','open','open','','5739__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6262',0,'post','',0), (6263,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’42','','trash','open','open','','5742__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6263',0,'post','',0), (6264,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’52','','trash','open','open','','5752__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6264',0,'post','',0), (6265,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','57’58','','trash','open','open','','5758__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6265',0,'post','',0), (6266,1,'2023-07-07 11:57:54','2023-07-07 09:57:54','','58’16','','trash','open','open','','5816__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6266',0,'post','',0), (6267,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','58’27','','trash','open','open','','5827__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6267',0,'post','',0), (6268,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','58’36','','trash','open','open','','5836__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6268',0,'post','',0), (6269,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','58’44','','trash','open','open','','5844__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6269',0,'post','',0), (6270,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','58’55','','trash','open','open','','5855__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6270',0,'post','',0), (6271,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','59’04','','trash','open','open','','5904__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6271',0,'post','',0), (6272,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','59’10','','trash','open','open','','5910__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6272',0,'post','',0), (6273,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','59’22','','trash','open','open','','5922__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6273',0,'post','',0), (6274,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','59’36','','trash','open','open','','5936__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6274',0,'post','',0), (6275,1,'2023-07-07 11:57:55','2023-07-07 09:57:55','','59’57','','trash','open','open','','5957__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6275',0,'post','',0), (6276,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’03','','trash','open','open','','1h0003__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6276',0,'post','',0), (6277,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’04','','trash','open','open','','1h0004__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6277',0,'post','',0), (6278,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’09','','trash','open','open','','1h0009__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6278',0,'post','',0), (6279,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’13','','trash','open','open','','1h0013__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6279',0,'post','',0), (6280,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’22','','trash','open','open','','1h0022__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6280',0,'post','',0), (6281,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’31','','trash','open','open','','1h0031__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6281',0,'post','',0), (6282,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’41','','trash','open','open','','1h0041__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6282',0,'post','',0), (6283,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’47','','trash','open','open','','1h0047__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6283',0,'post','',0), (6284,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h00’54','','trash','open','open','','1h0054__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6284',0,'post','',0), (6285,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h01’06','','trash','open','open','','1h0106__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6285',0,'post','',0), (6286,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h01’18','','trash','open','open','','1h0118__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6286',0,'post','',0), (6287,1,'2023-07-07 11:57:56','2023-07-07 09:57:56','','1h01’20','','trash','open','open','','1h0120__trashed','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',0,'https://localhost/?p=6287',0,'post','',0), (6288,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h01’23','','trash','open','open','','1h0123__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6288',0,'post','',0), (6289,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h01’25','','trash','open','open','','1h0125__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6289',0,'post','',0), (6290,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h01’35','','trash','open','open','','1h0135__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6290',0,'post','',0), (6291,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h01’44','','trash','open','open','','1h0144__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6291',0,'post','',0), (6292,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h01’49','','trash','open','open','','1h0149__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6292',0,'post','',0), (6293,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h01’53','','trash','open','open','','1h0153__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6293',0,'post','',0), (6294,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h02’07','','trash','open','open','','1h0207__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6294',0,'post','',0), (6295,1,'2023-07-07 11:57:57','2023-07-07 09:57:57','','1h02’16','','trash','open','open','','1h0216__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6295',0,'post','',0), (6296,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h02’21','','trash','open','open','','1h0221__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6296',0,'post','',0), (6297,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h02’39','','trash','open','open','','1h0239__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6297',0,'post','',0), (6298,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h02’48','','trash','open','open','','1h0248__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6298',0,'post','',0), (6299,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h02’55','','trash','open','open','','1h0255__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6299',0,'post','',0), (6300,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h03’08','','trash','open','open','','1h0308__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6300',0,'post','',0), (6301,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h03’09','','trash','open','open','','1h0309__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6301',0,'post','',0), (6302,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h03’41','','trash','open','open','','1h0341__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6302',0,'post','',0), (6303,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h03’47','','trash','open','open','','1h0347__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6303',0,'post','',0), (6304,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h03’57','','trash','open','open','','1h0357__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6304',0,'post','',0), (6305,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h03’58','','trash','open','open','','1h0358__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6305',0,'post','',0), (6306,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h04’00','','trash','open','open','','1h0400__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6306',0,'post','',0), (6307,1,'2023-07-07 11:57:58','2023-07-07 09:57:58','','1h04’05','','trash','open','open','','1h0405__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6307',0,'post','',0), (6308,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h04’07','','trash','open','open','','1h0407__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6308',0,'post','',0), (6309,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h04’24','','trash','open','open','','1h0424__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6309',0,'post','',0), (6310,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h04’35','','trash','open','open','','1h0435__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6310',0,'post','',0), (6311,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h04’42','','trash','open','open','','1h0442__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6311',0,'post','',0), (6312,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h04’45','','trash','open','open','','1h0445__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6312',0,'post','',0), (6313,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h04’52','','trash','open','open','','1h0452__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6313',0,'post','',0), (6314,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h05’00','','trash','open','open','','1h0500__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6314',0,'post','',0), (6315,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h05’09','','trash','open','open','','1h0509__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6315',0,'post','',0), (6316,1,'2023-07-07 11:57:59','2023-07-07 09:57:59','','1h05’16','','trash','open','open','','1h0516__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6316',0,'post','',0), (6317,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’26','','trash','open','open','','1h0526__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6317',0,'post','',0), (6318,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’27','','trash','open','open','','1h0527__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6318',0,'post','',0), (6319,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’30','','trash','open','open','','1h0530__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6319',0,'post','',0), (6320,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’36','','trash','open','open','','1h0536__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6320',0,'post','',0), (6321,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’41','','trash','open','open','','1h0541__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6321',0,'post','',0), (6322,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’45','','trash','open','open','','1h0545__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6322',0,'post','',0), (6323,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’52','','trash','open','open','','1h0552__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6323',0,'post','',0), (6324,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h05’55','','trash','open','open','','1h0555__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6324',0,'post','',0), (6325,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h06’00','','trash','open','open','','1h0600__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6325',0,'post','',0), (6326,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h06’06','','trash','open','open','','1h0606__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6326',0,'post','',0), (6327,1,'2023-07-07 11:58:00','2023-07-07 09:58:00','','1h06’12','','trash','open','open','','1h0612__trashed','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',0,'https://localhost/?p=6327',0,'post','',0), (6328,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h06’19','','trash','open','open','','1h0619__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6328',0,'post','',0), (6329,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h06’36','','trash','open','open','','1h0636__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6329',0,'post','',0), (6330,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h06’38','','trash','open','open','','1h0638__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6330',0,'post','',0), (6331,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h06’41','','trash','open','open','','1h0641__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6331',0,'post','',0), (6332,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h06’50','','trash','open','open','','1h0650__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6332',0,'post','',0), (6333,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h06’55','','trash','open','open','','1h0655__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6333',0,'post','',0), (6334,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h07’28','','trash','open','open','','1h0728__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6334',0,'post','',0), (6335,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h07’50','','trash','open','open','','1h0750__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6335',0,'post','',0), (6336,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h08’13','','trash','open','open','','1h0813__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6336',0,'post','',0), (6337,1,'2023-07-07 11:58:01','2023-07-07 09:58:01','','1h08’21','','trash','open','open','','1h0821__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6337',0,'post','',0), (6338,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h08’24','','trash','open','open','','1h0824__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6338',0,'post','',0), (6339,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h08’32','','trash','open','open','','1h0832__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6339',0,'post','',0), (6340,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h08’36','','trash','open','open','','1h0836__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6340',0,'post','',0), (6341,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h08’52','','trash','open','open','','1h0852__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6341',0,'post','',0), (6342,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h08’55','','trash','open','open','','1h0855__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6342',0,'post','',0), (6343,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h08’59','','trash','open','open','','1h0859__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6343',0,'post','',0), (6344,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’11','','trash','open','open','','1h0911__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6344',0,'post','',0), (6345,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’12','','trash','open','open','','1h0912__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6345',0,'post','',0), (6346,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’23','','trash','open','open','','1h0923__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6346',0,'post','',0), (6347,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’26','','trash','open','open','','1h0926__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6347',0,'post','',0), (6348,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’38','','trash','open','open','','1h0938__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6348',0,'post','',0), (6349,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’44','','trash','open','open','','1h0944__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6349',0,'post','',0), (6350,1,'2023-07-07 11:58:02','2023-07-07 09:58:02','','1h09’58','','trash','open','open','','1h0958__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6350',0,'post','',0), (6351,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h10’01','','trash','open','open','','1h1001__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6351',0,'post','',0), (6352,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h10’05','','trash','open','open','','1h1005__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6352',0,'post','',0), (6353,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h10’14','','trash','open','open','','1h1014__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6353',0,'post','',0), (6354,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h10’26','','trash','open','open','','1h1026__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6354',0,'post','',0), (6355,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h10’31','','trash','open','open','','1h1031__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6355',0,'post','',0), (6356,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h10’38','','trash','open','open','','1h1038__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6356',0,'post','',0), (6357,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h11’30','','trash','open','open','','1h1130__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6357',0,'post','',0), (6358,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h11’32','','trash','open','open','','1h1132__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6358',0,'post','',0), (6359,1,'2023-07-07 11:58:03','2023-07-07 09:58:03','','1h11’35','','trash','open','open','','1h1135__trashed','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',0,'https://localhost/?p=6359',0,'post','',0), (6360,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h11’40','','trash','open','open','','1h1140__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6360',0,'post','',0), (6361,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h11’46','','trash','open','open','','1h1146__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6361',0,'post','',0), (6362,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h12’00','','trash','open','open','','1h1200__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6362',0,'post','',0), (6363,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h12’24','','trash','open','open','','1h1224__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6363',0,'post','',0), (6364,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h12’28','','trash','open','open','','1h1228__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6364',0,'post','',0), (6365,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h12’34','','trash','open','open','','1h1234__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6365',0,'post','',0), (6366,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h12’47','','trash','open','open','','1h1247__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6366',0,'post','',0), (6367,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h12’57','','trash','open','open','','1h1257__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6367',0,'post','',0), (6368,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h13’08','','trash','open','open','','1h1308__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6368',0,'post','',0), (6369,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h13’15','','trash','open','open','','1h1315__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6369',0,'post','',0), (6370,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h13’21','','trash','open','open','','1h1321__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6370',0,'post','',0), (6371,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h13’24','','trash','open','open','','1h1324__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6371',0,'post','',0), (6372,1,'2023-07-07 11:58:04','2023-07-07 09:58:04','','1h13’37','','trash','open','open','','1h1337__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6372',0,'post','',0), (6373,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’00','','trash','open','open','','1h1400__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6373',0,'post','',0), (6374,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’11','','trash','open','open','','1h1411__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6374',0,'post','',0), (6375,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’16','','trash','open','open','','1h1416__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6375',0,'post','',0), (6376,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’24','','trash','open','open','','1h1424__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6376',0,'post','',0), (6377,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’33','','trash','open','open','','1h1433__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6377',0,'post','',0), (6378,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’36','','trash','open','open','','1h1436__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6378',0,'post','',0), (6379,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’53','','trash','open','open','','1h1453__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6379',0,'post','',0), (6380,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h14’57','','trash','open','open','','1h1457__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6380',0,'post','',0), (6381,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h15’07','','trash','open','open','','1h1507__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6381',0,'post','',0), (6382,1,'2023-07-07 11:58:05','2023-07-07 09:58:05','','1h15’12','','trash','open','open','','1h1512__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6382',0,'post','',0), (6383,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h15’24','','trash','open','open','','1h1524__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6383',0,'post','',0), (6384,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h15’28','','trash','open','open','','1h1528__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6384',0,'post','',0), (6385,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h15’36','','trash','open','open','','1h1536__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6385',0,'post','',0), (6386,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h15’43','','trash','open','open','','1h1543__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6386',0,'post','',0), (6387,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h15’51','','trash','open','open','','1h1551__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6387',0,'post','',0), (6388,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h15’57','','trash','open','open','','1h1557__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6388',0,'post','',0), (6389,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h16’15','','trash','open','open','','1h1615__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6389',0,'post','',0), (6390,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h16’23','','trash','open','open','','1h1623__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6390',0,'post','',0), (6391,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h16’25','','trash','open','open','','1h1625__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6391',0,'post','',0), (6392,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h16’33','','trash','open','open','','1h1633__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6392',0,'post','',0), (6393,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h16’40','','trash','open','open','','1h1640__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6393',0,'post','',0), (6394,1,'2023-07-07 11:58:06','2023-07-07 09:58:06','','1h16’49','','trash','open','open','','1h1649__trashed','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',0,'https://localhost/?p=6394',0,'post','',0), (6395,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h16’51','','trash','open','open','','1h1651__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6395',0,'post','',0), (6396,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h16’54','','trash','open','open','','1h1654__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6396',0,'post','',0), (6397,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h16’55','','trash','open','open','','1h1655__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6397',0,'post','',0), (6398,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h16’56','','trash','open','open','','1h1656__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6398',0,'post','',0), (6399,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h17’02','','trash','open','open','','1h1702__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6399',0,'post','',0), (6400,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h17’07','','trash','open','open','','1h1707__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6400',0,'post','',0), (6401,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h17’25','','trash','open','open','','1h1725__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6401',0,'post','',0), (6402,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h17’31','','trash','open','open','','1h1731__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6402',0,'post','',0), (6403,1,'2023-07-07 11:58:07','2023-07-07 09:58:07','','1h17’40','','trash','open','open','','1h1740__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6403',0,'post','',0), (6404,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h17’44','','trash','open','open','','1h1744__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6404',0,'post','',0), (6405,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’13','','trash','open','open','','1h1813__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6405',0,'post','',0), (6406,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’18','','trash','open','open','','1h1818__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6406',0,'post','',0), (6407,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’21','','trash','open','open','','1h1821__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6407',0,'post','',0), (6408,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’26','','trash','open','open','','1h1826__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6408',0,'post','',0), (6409,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’32','','trash','open','open','','1h1832__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6409',0,'post','',0), (6410,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’37','','trash','open','open','','1h1837__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6410',0,'post','',0), (6411,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’40','','trash','open','open','','1h1840__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6411',0,'post','',0), (6412,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’41','','trash','open','open','','1h1841__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6412',0,'post','',0), (6413,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’43','','trash','open','open','','1h1843__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6413',0,'post','',0), (6414,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’47','','trash','open','open','','1h1847__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6414',0,'post','',0), (6415,1,'2023-07-07 11:58:08','2023-07-07 09:58:08','','1h18’53','','trash','open','open','','1h1853__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6415',0,'post','',0), (6416,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h18’55','','trash','open','open','','1h1855__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6416',0,'post','',0), (6417,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h18’57','','trash','open','open','','1h1857__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6417',0,'post','',0), (6418,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’00','','trash','open','open','','1h1900__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6418',0,'post','',0), (6419,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’03','','trash','open','open','','1h1903__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6419',0,'post','',0), (6420,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’05','','trash','open','open','','1h1905__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6420',0,'post','',0), (6421,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’10','','trash','open','open','','1h1910__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6421',0,'post','',0), (6422,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’16','','trash','open','open','','1h1916__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6422',0,'post','',0), (6423,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’20','','trash','open','open','','1h1920__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6423',0,'post','',0), (6424,1,'2023-07-07 11:58:09','2023-07-07 09:58:09','','1h19’28','','trash','open','open','','1h1928__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6424',0,'post','',0), (6425,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h19’43','','trash','open','open','','1h1943__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6425',0,'post','',0), (6426,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h19’51','','trash','open','open','','1h1951__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6426',0,'post','',0), (6427,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h19’58','','trash','open','open','','1h1958__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6427',0,'post','',0), (6428,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’01','','trash','open','open','','1h2001__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6428',0,'post','',0), (6429,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’07','','trash','open','open','','1h2007__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6429',0,'post','',0), (6430,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’11','','trash','open','open','','1h2011__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6430',0,'post','',0), (6431,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’18','','trash','open','open','','1h2018__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6431',0,'post','',0), (6432,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’20','','trash','open','open','','1h2020__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6432',0,'post','',0), (6433,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’27','','trash','open','open','','1h2027__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6433',0,'post','',0), (6434,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h20’43','','trash','open','open','','1h2043__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6434',0,'post','',0), (6435,1,'2023-07-07 11:58:10','2023-07-07 09:58:10','','1h21’01','','trash','open','open','','1h2101__trashed','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',0,'https://localhost/?p=6435',0,'post','',0), (6436,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’02','','trash','open','open','','1h2102__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6436',0,'post','',0), (6437,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’09','','trash','open','open','','1h2109__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6437',0,'post','',0), (6438,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’18','','trash','open','open','','1h2118__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6438',0,'post','',0), (6439,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’25','','trash','open','open','','1h2125__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6439',0,'post','',0), (6440,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’32','','trash','open','open','','1h2132__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6440',0,'post','',0), (6441,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’32','','trash','open','open','','1h2132-2__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6441',0,'post','',0), (6442,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’38','','trash','open','open','','1h2138__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6442',0,'post','',0), (6443,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’41','','trash','open','open','','1h2141__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6443',0,'post','',0), (6444,1,'2023-07-07 11:58:11','2023-07-07 09:58:11','','1h21’53','','trash','open','open','','1h2153__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6444',0,'post','',0), (6445,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’10','','trash','open','open','','1h2210__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6445',0,'post','',0), (6446,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’14','','trash','open','open','','1h2214__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6446',0,'post','',0), (6447,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’20','','trash','open','open','','1h2220__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6447',0,'post','',0), (6448,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’26','','trash','open','open','','1h2226__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6448',0,'post','',0), (6449,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’32','','trash','open','open','','1h2232__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6449',0,'post','',0), (6450,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’43','','trash','open','open','','1h2243__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6450',0,'post','',0), (6451,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’49','','trash','open','open','','1h2249__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6451',0,'post','',0), (6452,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’54','','trash','open','open','','1h2254__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6452',0,'post','',0), (6453,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h22’58','','trash','open','open','','1h2258__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6453',0,'post','',0), (6454,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h23’03','','trash','open','open','','1h2303__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6454',0,'post','',0), (6455,1,'2023-07-07 11:58:12','2023-07-07 09:58:12','','1h23’08','','trash','open','open','','1h2308__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6455',0,'post','',0), (6456,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’08','','trash','open','open','','1h2308-2__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6456',0,'post','',0), (6457,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’10','','trash','open','open','','1h2310__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6457',0,'post','',0), (6458,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’14','','trash','open','open','','1h2314__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6458',0,'post','',0), (6459,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’19','','trash','open','open','','1h2319__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6459',0,'post','',0), (6460,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’20','','trash','open','open','','1h2320__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6460',0,'post','',0), (6461,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’25','','trash','open','open','','1h2325__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6461',0,'post','',0), (6462,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’30','','trash','open','open','','1h2330__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6462',0,'post','',0), (6463,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’31','','trash','open','open','','1h2331__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6463',0,'post','',0), (6464,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’35','','trash','open','open','','1h2335__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6464',0,'post','',0), (6465,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’40','','trash','open','open','','1h2340__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6465',0,'post','',0), (6466,1,'2023-07-07 11:58:13','2023-07-07 09:58:13','','1h23’41','','trash','open','open','','1h2341__trashed','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',0,'https://localhost/?p=6466',0,'post','',0), (6467,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h23’45','','trash','open','open','','1h2345__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6467',0,'post','',0), (6468,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h23’49','','trash','open','open','','1h2349__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6468',0,'post','',0), (6469,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h23’51','','trash','open','open','','1h2351__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6469',0,'post','',0), (6470,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h23’54','','trash','open','open','','1h2354__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6470',0,'post','',0), (6471,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h23’56','','trash','open','open','','1h2356__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6471',0,'post','',0), (6472,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h23’59','','trash','open','open','','1h2359__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6472',0,'post','',0), (6473,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h24’00','','trash','open','open','','1h2400__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6473',0,'post','',0), (6474,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h24’04','','trash','open','open','','1h2404__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6474',0,'post','',0), (6475,1,'2023-07-07 11:58:14','2023-07-07 09:58:14','','1h24’09','','trash','open','open','','1h2409__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6475',0,'post','',0), (6476,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’14','','trash','open','open','','1h2414__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6476',0,'post','',0), (6477,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’41','','trash','open','open','','1h2441__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6477',0,'post','',0), (6478,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’44','','trash','open','open','','1h2444__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6478',0,'post','',0), (6479,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’45','','trash','open','open','','1h2445__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6479',0,'post','',0), (6480,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’48','','trash','open','open','','1h2448__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6480',0,'post','',0), (6481,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’50','','trash','open','open','','1h2450__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6481',0,'post','',0), (6482,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’51','','trash','open','open','','1h2451__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6482',0,'post','',0), (6483,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’53','','trash','open','open','','1h2453__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6483',0,'post','',0), (6484,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’54','','trash','open','open','','1h2454__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6484',0,'post','',0), (6485,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h24’56','','trash','open','open','','1h2456__trashed','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',0,'https://localhost/?p=6485',0,'post','',0), (6486,1,'2023-07-07 11:58:15','2023-07-07 09:58:15','','1h25’00','','trash','open','open','','1h2500__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6486',0,'post','',0), (6487,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’01','','trash','open','open','','1h2501__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6487',0,'post','',0), (6488,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’04','','trash','open','open','','1h2504__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6488',0,'post','',0), (6489,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’10','','trash','open','open','','1h2510__trashed','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',0,'https://localhost/?p=6489',0,'post','',0), (6490,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’13','','trash','open','open','','1h2513__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6490',0,'post','',0), (6491,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’17','','trash','open','open','','1h2517__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6491',0,'post','',0), (6492,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’22','','trash','open','open','','1h2522__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6492',0,'post','',0), (6493,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’29','','trash','open','open','','1h2529__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6493',0,'post','',0), (6494,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’32','','trash','open','open','','1h2532__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6494',0,'post','',0), (6495,1,'2023-07-07 11:58:16','2023-07-07 09:58:16','','1h25’36','','trash','open','open','','1h2536__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6495',0,'post','',0), (6496,1,'2023-07-07 11:58:17','2023-07-07 09:58:17','','1h25’37','','trash','open','open','','1h2537__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6496',0,'post','',0), (6497,1,'2023-07-07 11:58:17','2023-07-07 09:58:17','','1h26’58','','trash','open','open','','1h2658__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6497',0,'post','',0), (6498,1,'2023-07-07 11:58:17','2023-07-07 09:58:17','','1h27’58','','trash','open','open','','1h2758__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6498',0,'post','',0), (6499,1,'2023-07-07 11:58:17','2023-07-07 09:58:17','','1h28’03','','trash','open','open','','1h2803__trashed','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',0,'https://localhost/?p=6499',0,'post','',0), (6500,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h28’08','','publish','open','open','','1h2808','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=6500',0,'post','',0), (6501,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h28’15','','publish','open','open','','1h2815','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=6501',0,'post','',0), (6502,1,'2023-07-07 12:09:48','2023-07-07 10:09:48','','0’00','','inherit','closed','closed','','5796-revision-v1','','','2023-07-07 12:09:48','2023-07-07 10:09:48','',5796,'https://localhost/?p=6502',0,'revision','',0), (6503,1,'2023-07-07 12:11:54','2023-07-07 10:11:54','','02’55','','inherit','closed','closed','','5828-revision-v1','','','2023-07-07 12:11:54','2023-07-07 10:11:54','',5828,'https://localhost/?p=6503',0,'revision','',0), (6504,1,'2023-07-07 12:12:37','2023-07-07 10:12:37','','11’48','','inherit','closed','closed','','5902-revision-v1','','','2023-07-07 12:12:37','2023-07-07 10:12:37','',5902,'https://localhost/?p=6504',0,'revision','',0), (6505,1,'2023-07-07 12:13:21','2023-07-07 10:13:21','','20’28','','inherit','closed','closed','','5970-revision-v1','','','2023-07-07 12:13:21','2023-07-07 10:13:21','',5970,'https://localhost/?p=6505',0,'revision','',0), (6506,1,'2023-07-07 12:13:59','2023-07-07 10:13:59','','33’02','','inherit','closed','closed','','6059-revision-v1','','','2023-07-07 12:13:59','2023-07-07 10:13:59','',6059,'https://localhost/?p=6506',0,'revision','',0), (6507,1,'2023-07-07 12:14:36','2023-07-07 10:14:36','','48’16','','inherit','closed','closed','','6198-revision-v1','','','2023-07-07 12:14:36','2023-07-07 10:14:36','',6198,'https://localhost/?p=6507',0,'revision','',0), (6508,1,'2023-07-07 12:15:52','2023-07-07 10:15:52','','51’57','','inherit','closed','closed','','6216-revision-v1','','','2023-07-07 12:15:52','2023-07-07 10:15:52','',6216,'https://localhost/?p=6508',0,'revision','',0), (6509,1,'2023-07-07 12:16:33','2023-07-07 10:16:33','','55’33','','inherit','closed','closed','','6250-revision-v1','','','2023-07-07 12:16:33','2023-07-07 10:16:33','',6250,'https://localhost/?p=6509',0,'revision','',0), (6510,1,'2023-07-07 12:20:28','2023-07-07 10:20:28','','1h04’42','','inherit','closed','closed','','6311-revision-v1','','','2023-07-07 12:20:28','2023-07-07 10:20:28','',6311,'https://localhost/?p=6510',0,'revision','',0), (6511,1,'2023-07-07 12:21:28','2023-07-07 10:21:28','','1h17’40','','inherit','closed','closed','','6403-revision-v1','','','2023-07-07 12:21:28','2023-07-07 10:21:28','',6403,'https://localhost/?p=6511',0,'revision','',0), (6512,1,'2023-07-07 12:22:19','2023-07-07 10:22:19','','1h18’13','','inherit','closed','closed','','6405-revision-v1','','','2023-07-07 12:22:19','2023-07-07 10:22:19','',6405,'https://localhost/?p=6512',0,'revision','',0), (6513,1,'2023-07-07 12:24:06','2023-07-07 10:24:06','','1h22’43','','inherit','closed','closed','','6450-revision-v1','','','2023-07-07 12:24:06','2023-07-07 10:24:06','',6450,'https://localhost/?p=6513',0,'revision','',0), (6514,1,'2023-07-07 12:24:49','2023-07-07 10:24:49','','1h24’00','','inherit','closed','closed','','6473-revision-v1','','','2023-07-07 12:24:49','2023-07-07 10:24:49','',6473,'https://localhost/?p=6514',0,'revision','',0), (6515,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h26’58','','inherit','closed','closed','','6497-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6497,'https://localhost/?p=6515',0,'revision','',0), (6516,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h28’03','','inherit','closed','closed','','6499-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6499,'https://localhost/?p=6516',0,'revision','',0), (6517,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h27’58','','inherit','closed','closed','','6498-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6498,'https://localhost/?p=6517',0,'revision','',0), (6518,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h28’08','','inherit','closed','closed','','6500-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6500,'https://localhost/?p=6518',0,'revision','',0), (6519,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’37','','inherit','closed','closed','','6496-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6496,'https://localhost/?p=6519',0,'revision','',0), (6520,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h28’15','','inherit','closed','closed','','6501-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6501,'https://localhost/?p=6520',0,'revision','',0), (6521,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’13','','inherit','closed','closed','','6490-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6490,'https://localhost/?p=6521',0,'revision','',0), (6522,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’04','','inherit','closed','closed','','6488-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6488,'https://localhost/?p=6522',0,'revision','',0), (6523,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’17','','inherit','closed','closed','','6491-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6491,'https://localhost/?p=6523',0,'revision','',0), (6524,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’22','','inherit','closed','closed','','6492-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6492,'https://localhost/?p=6524',0,'revision','',0), (6525,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’32','','inherit','closed','closed','','6494-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6494,'https://localhost/?p=6525',0,'revision','',0), (6526,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’29','','inherit','closed','closed','','6493-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6493,'https://localhost/?p=6526',0,'revision','',0), (6527,1,'2023-07-11 14:20:35','2023-07-11 12:20:35','','1h25’36','','inherit','closed','closed','','6495-revision-v1','','','2023-07-11 14:20:35','2023-07-11 12:20:35','',6495,'https://localhost/?p=6527',0,'revision','',0), (6528,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h25’10','','inherit','closed','closed','','6489-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6489,'https://localhost/?p=6528',0,'revision','',0), (6529,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h25’01','','inherit','closed','closed','','6487-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6487,'https://localhost/?p=6529',0,'revision','',0), (6530,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h24’48','','inherit','closed','closed','','6480-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6480,'https://localhost/?p=6530',0,'revision','',0), (6531,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h25’00','','inherit','closed','closed','','6486-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6486,'https://localhost/?p=6531',0,'revision','',0), (6532,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h24’50','','inherit','closed','closed','','6481-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6481,'https://localhost/?p=6532',0,'revision','',0), (6533,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h24’54','','inherit','closed','closed','','6484-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6484,'https://localhost/?p=6533',0,'revision','',0), (6534,1,'2023-07-11 14:20:36','2023-07-11 12:20:36','','1h24’53','','inherit','closed','closed','','6483-revision-v1','','','2023-07-11 14:20:36','2023-07-11 12:20:36','',6483,'https://localhost/?p=6534',0,'revision','',0), (6535,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’14','','inherit','closed','closed','','6476-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6476,'https://localhost/?p=6535',0,'revision','',0), (6536,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’41','','inherit','closed','closed','','6477-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6477,'https://localhost/?p=6536',0,'revision','',0), (6537,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’44','','inherit','closed','closed','','6478-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6478,'https://localhost/?p=6537',0,'revision','',0), (6538,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’45','','inherit','closed','closed','','6479-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6479,'https://localhost/?p=6538',0,'revision','',0), (6539,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’51','','inherit','closed','closed','','6482-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6482,'https://localhost/?p=6539',0,'revision','',0), (6540,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’56','','inherit','closed','closed','','6485-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6485,'https://localhost/?p=6540',0,'revision','',0), (6541,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’45','','inherit','closed','closed','','6467-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6467,'https://localhost/?p=6541',0,'revision','',0), (6542,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’49','','inherit','closed','closed','','6468-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6468,'https://localhost/?p=6542',0,'revision','',0), (6543,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’51','','inherit','closed','closed','','6469-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6469,'https://localhost/?p=6543',0,'revision','',0), (6544,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’54','','inherit','closed','closed','','6470-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6470,'https://localhost/?p=6544',0,'revision','',0), (6545,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’56','','inherit','closed','closed','','6471-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6471,'https://localhost/?p=6545',0,'revision','',0), (6546,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’59','','inherit','closed','closed','','6472-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6472,'https://localhost/?p=6546',0,'revision','',0), (6547,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’04','','inherit','closed','closed','','6474-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6474,'https://localhost/?p=6547',0,'revision','',0), (6548,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h24’09','','inherit','closed','closed','','6475-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6475,'https://localhost/?p=6548',0,'revision','',0), (6549,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’08','','inherit','closed','closed','','6456-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6456,'https://localhost/?p=6549',0,'revision','',0), (6550,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’10','','inherit','closed','closed','','6457-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6457,'https://localhost/?p=6550',0,'revision','',0), (6551,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’14','','inherit','closed','closed','','6458-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6458,'https://localhost/?p=6551',0,'revision','',0), (6552,1,'2023-07-11 14:22:44','2023-07-11 12:22:44','','1h23’19','','inherit','closed','closed','','6459-revision-v1','','','2023-07-11 14:22:44','2023-07-11 12:22:44','',6459,'https://localhost/?p=6552',0,'revision','',0), (6553,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’20','','inherit','closed','closed','','6460-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6460,'https://localhost/?p=6553',0,'revision','',0), (6554,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’25','','inherit','closed','closed','','6461-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6461,'https://localhost/?p=6554',0,'revision','',0), (6555,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’30','','inherit','closed','closed','','6462-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6462,'https://localhost/?p=6555',0,'revision','',0), (6556,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’31','','inherit','closed','closed','','6463-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6463,'https://localhost/?p=6556',0,'revision','',0), (6557,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’35','','inherit','closed','closed','','6464-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6464,'https://localhost/?p=6557',0,'revision','',0), (6558,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’40','','inherit','closed','closed','','6465-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6465,'https://localhost/?p=6558',0,'revision','',0), (6559,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’41','','inherit','closed','closed','','6466-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6466,'https://localhost/?p=6559',0,'revision','',0), (6560,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’10','','inherit','closed','closed','','6445-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6445,'https://localhost/?p=6560',0,'revision','',0), (6561,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’14','','inherit','closed','closed','','6446-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6446,'https://localhost/?p=6561',0,'revision','',0), (6562,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’20','','inherit','closed','closed','','6447-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6447,'https://localhost/?p=6562',0,'revision','',0), (6563,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’26','','inherit','closed','closed','','6448-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6448,'https://localhost/?p=6563',0,'revision','',0), (6564,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’32','','inherit','closed','closed','','6449-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6449,'https://localhost/?p=6564',0,'revision','',0), (6565,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’49','','inherit','closed','closed','','6451-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6451,'https://localhost/?p=6565',0,'revision','',0), (6566,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’54','','inherit','closed','closed','','6452-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6452,'https://localhost/?p=6566',0,'revision','',0), (6567,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h22’58','','inherit','closed','closed','','6453-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6453,'https://localhost/?p=6567',0,'revision','',0), (6568,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’03','','inherit','closed','closed','','6454-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6454,'https://localhost/?p=6568',0,'revision','',0), (6569,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h23’08','','inherit','closed','closed','','6455-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6455,'https://localhost/?p=6569',0,'revision','',0), (6570,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’02','','inherit','closed','closed','','6436-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6436,'https://localhost/?p=6570',0,'revision','',0), (6571,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’09','','inherit','closed','closed','','6437-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6437,'https://localhost/?p=6571',0,'revision','',0), (6572,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’18','','inherit','closed','closed','','6438-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6438,'https://localhost/?p=6572',0,'revision','',0), (6573,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’25','','inherit','closed','closed','','6439-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6439,'https://localhost/?p=6573',0,'revision','',0), (6574,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’32','','inherit','closed','closed','','6440-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6440,'https://localhost/?p=6574',0,'revision','',0), (6575,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’32','','inherit','closed','closed','','6441-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6441,'https://localhost/?p=6575',0,'revision','',0), (6576,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’38','','inherit','closed','closed','','6442-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6442,'https://localhost/?p=6576',0,'revision','',0), (6577,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’41','','inherit','closed','closed','','6443-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6443,'https://localhost/?p=6577',0,'revision','',0), (6578,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h21’53','','inherit','closed','closed','','6444-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6444,'https://localhost/?p=6578',0,'revision','',0), (6579,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h19’43','','inherit','closed','closed','','6425-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6425,'https://localhost/?p=6579',0,'revision','',0), (6580,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h19’51','','inherit','closed','closed','','6426-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6426,'https://localhost/?p=6580',0,'revision','',0), (6581,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h19’58','','inherit','closed','closed','','6427-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6427,'https://localhost/?p=6581',0,'revision','',0), (6582,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h20’01','','inherit','closed','closed','','6428-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6428,'https://localhost/?p=6582',0,'revision','',0), (6583,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h20’07','','inherit','closed','closed','','6429-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6429,'https://localhost/?p=6583',0,'revision','',0), (6584,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h20’11','','inherit','closed','closed','','6430-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6430,'https://localhost/?p=6584',0,'revision','',0), (6585,1,'2023-07-11 14:22:45','2023-07-11 12:22:45','','1h20’18','','inherit','closed','closed','','6431-revision-v1','','','2023-07-11 14:22:45','2023-07-11 12:22:45','',6431,'https://localhost/?p=6585',0,'revision','',0), (6586,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h20’20','','inherit','closed','closed','','6432-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6432,'https://localhost/?p=6586',0,'revision','',0), (6587,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h20’27','','inherit','closed','closed','','6433-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6433,'https://localhost/?p=6587',0,'revision','',0), (6588,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h20’43','','inherit','closed','closed','','6434-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6434,'https://localhost/?p=6588',0,'revision','',0), (6589,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h21’01','','inherit','closed','closed','','6435-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6435,'https://localhost/?p=6589',0,'revision','',0), (6590,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’55','','inherit','closed','closed','','6416-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6416,'https://localhost/?p=6590',0,'revision','',0), (6591,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’57','','inherit','closed','closed','','6417-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6417,'https://localhost/?p=6591',0,'revision','',0), (6592,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’00','','inherit','closed','closed','','6418-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6418,'https://localhost/?p=6592',0,'revision','',0), (6593,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’03','','inherit','closed','closed','','6419-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6419,'https://localhost/?p=6593',0,'revision','',0), (6594,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’05','','inherit','closed','closed','','6420-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6420,'https://localhost/?p=6594',0,'revision','',0), (6595,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’10','','inherit','closed','closed','','6421-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6421,'https://localhost/?p=6595',0,'revision','',0), (6596,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’16','','inherit','closed','closed','','6422-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6422,'https://localhost/?p=6596',0,'revision','',0), (6597,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’20','','inherit','closed','closed','','6423-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6423,'https://localhost/?p=6597',0,'revision','',0), (6598,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h19’28','','inherit','closed','closed','','6424-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6424,'https://localhost/?p=6598',0,'revision','',0), (6599,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h17’44','','inherit','closed','closed','','6404-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6404,'https://localhost/?p=6599',0,'revision','',0), (6600,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’18','','inherit','closed','closed','','6406-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6406,'https://localhost/?p=6600',0,'revision','',0), (6601,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’21','','inherit','closed','closed','','6407-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6407,'https://localhost/?p=6601',0,'revision','',0), (6602,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’26','','inherit','closed','closed','','6408-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6408,'https://localhost/?p=6602',0,'revision','',0), (6603,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’32','','inherit','closed','closed','','6409-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6409,'https://localhost/?p=6603',0,'revision','',0), (6604,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’37','','inherit','closed','closed','','6410-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6410,'https://localhost/?p=6604',0,'revision','',0), (6605,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’40','','inherit','closed','closed','','6411-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6411,'https://localhost/?p=6605',0,'revision','',0), (6606,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’41','','inherit','closed','closed','','6412-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6412,'https://localhost/?p=6606',0,'revision','',0), (6607,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’43','','inherit','closed','closed','','6413-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6413,'https://localhost/?p=6607',0,'revision','',0), (6608,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’47','','inherit','closed','closed','','6414-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6414,'https://localhost/?p=6608',0,'revision','',0), (6609,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h18’53','','inherit','closed','closed','','6415-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6415,'https://localhost/?p=6609',0,'revision','',0), (6610,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h17’07','','inherit','closed','closed','','6400-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6400,'https://localhost/?p=6610',0,'revision','',0), (6611,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h17’25','','inherit','closed','closed','','6401-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6401,'https://localhost/?p=6611',0,'revision','',0), (6612,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h17’31','','inherit','closed','closed','','6402-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6402,'https://localhost/?p=6612',0,'revision','',0), (6613,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h16’51','','inherit','closed','closed','','6395-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6395,'https://localhost/?p=6613',0,'revision','',0), (6614,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h16’54','','inherit','closed','closed','','6396-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6396,'https://localhost/?p=6614',0,'revision','',0), (6615,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h16’55','','inherit','closed','closed','','6397-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6397,'https://localhost/?p=6615',0,'revision','',0), (6616,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h16’56','','inherit','closed','closed','','6398-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6398,'https://localhost/?p=6616',0,'revision','',0), (6617,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h17’02','','inherit','closed','closed','','6399-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6399,'https://localhost/?p=6617',0,'revision','',0), (6618,1,'2023-07-11 14:22:46','2023-07-11 12:22:46','','1h15’24','','inherit','closed','closed','','6383-revision-v1','','','2023-07-11 14:22:46','2023-07-11 12:22:46','',6383,'https://localhost/?p=6618',0,'revision','',0), (6619,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’28','','inherit','closed','closed','','6384-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6384,'https://localhost/?p=6619',0,'revision','',0), (6620,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’36','','inherit','closed','closed','','6385-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6385,'https://localhost/?p=6620',0,'revision','',0), (6621,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’43','','inherit','closed','closed','','6386-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6386,'https://localhost/?p=6621',0,'revision','',0), (6622,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’51','','inherit','closed','closed','','6387-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6387,'https://localhost/?p=6622',0,'revision','',0), (6623,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’57','','inherit','closed','closed','','6388-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6388,'https://localhost/?p=6623',0,'revision','',0), (6624,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h16’15','','inherit','closed','closed','','6389-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6389,'https://localhost/?p=6624',0,'revision','',0), (6625,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h16’23','','inherit','closed','closed','','6390-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6390,'https://localhost/?p=6625',0,'revision','',0), (6626,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h16’25','','inherit','closed','closed','','6391-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6391,'https://localhost/?p=6626',0,'revision','',0), (6627,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h16’33','','inherit','closed','closed','','6392-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6392,'https://localhost/?p=6627',0,'revision','',0), (6628,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h16’40','','inherit','closed','closed','','6393-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6393,'https://localhost/?p=6628',0,'revision','',0), (6629,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h16’49','','inherit','closed','closed','','6394-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6394,'https://localhost/?p=6629',0,'revision','',0), (6630,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’00','','inherit','closed','closed','','6373-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6373,'https://localhost/?p=6630',0,'revision','',0), (6631,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’11','','inherit','closed','closed','','6374-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6374,'https://localhost/?p=6631',0,'revision','',0), (6632,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’16','','inherit','closed','closed','','6375-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6375,'https://localhost/?p=6632',0,'revision','',0), (6633,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’24','','inherit','closed','closed','','6376-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6376,'https://localhost/?p=6633',0,'revision','',0), (6634,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’33','','inherit','closed','closed','','6377-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6377,'https://localhost/?p=6634',0,'revision','',0), (6635,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’36','','inherit','closed','closed','','6378-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6378,'https://localhost/?p=6635',0,'revision','',0), (6636,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’53','','inherit','closed','closed','','6379-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6379,'https://localhost/?p=6636',0,'revision','',0), (6637,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h14’57','','inherit','closed','closed','','6380-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6380,'https://localhost/?p=6637',0,'revision','',0), (6638,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’07','','inherit','closed','closed','','6381-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6381,'https://localhost/?p=6638',0,'revision','',0), (6639,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h15’12','','inherit','closed','closed','','6382-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6382,'https://localhost/?p=6639',0,'revision','',0), (6640,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h11’40','','inherit','closed','closed','','6360-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6360,'https://localhost/?p=6640',0,'revision','',0), (6641,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h11’46','','inherit','closed','closed','','6361-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6361,'https://localhost/?p=6641',0,'revision','',0), (6642,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h12’00','','inherit','closed','closed','','6362-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6362,'https://localhost/?p=6642',0,'revision','',0), (6643,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h12’24','','inherit','closed','closed','','6363-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6363,'https://localhost/?p=6643',0,'revision','',0), (6644,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h12’28','','inherit','closed','closed','','6364-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6364,'https://localhost/?p=6644',0,'revision','',0), (6645,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h12’34','','inherit','closed','closed','','6365-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6365,'https://localhost/?p=6645',0,'revision','',0), (6646,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h12’47','','inherit','closed','closed','','6366-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6366,'https://localhost/?p=6646',0,'revision','',0), (6647,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h12’57','','inherit','closed','closed','','6367-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6367,'https://localhost/?p=6647',0,'revision','',0), (6648,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h13’08','','inherit','closed','closed','','6368-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6368,'https://localhost/?p=6648',0,'revision','',0), (6649,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h13’15','','inherit','closed','closed','','6369-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6369,'https://localhost/?p=6649',0,'revision','',0), (6650,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h13’21','','inherit','closed','closed','','6370-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6370,'https://localhost/?p=6650',0,'revision','',0), (6651,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h13’24','','inherit','closed','closed','','6371-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6371,'https://localhost/?p=6651',0,'revision','',0), (6652,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h13’37','','inherit','closed','closed','','6372-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6372,'https://localhost/?p=6652',0,'revision','',0), (6653,1,'2023-07-11 14:22:47','2023-07-11 12:22:47','','1h10’01','','inherit','closed','closed','','6351-revision-v1','','','2023-07-11 14:22:47','2023-07-11 12:22:47','',6351,'https://localhost/?p=6653',0,'revision','',0), (6654,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h10’05','','inherit','closed','closed','','6352-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6352,'https://localhost/?p=6654',0,'revision','',0), (6655,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h10’14','','inherit','closed','closed','','6353-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6353,'https://localhost/?p=6655',0,'revision','',0), (6656,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h10’26','','inherit','closed','closed','','6354-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6354,'https://localhost/?p=6656',0,'revision','',0), (6657,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h10’31','','inherit','closed','closed','','6355-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6355,'https://localhost/?p=6657',0,'revision','',0), (6658,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h10’38','','inherit','closed','closed','','6356-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6356,'https://localhost/?p=6658',0,'revision','',0), (6659,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h11’30','','inherit','closed','closed','','6357-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6357,'https://localhost/?p=6659',0,'revision','',0), (6660,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h11’32','','inherit','closed','closed','','6358-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6358,'https://localhost/?p=6660',0,'revision','',0), (6661,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h11’35','','inherit','closed','closed','','6359-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6359,'https://localhost/?p=6661',0,'revision','',0), (6662,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’24','','inherit','closed','closed','','6338-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6338,'https://localhost/?p=6662',0,'revision','',0), (6663,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’32','','inherit','closed','closed','','6339-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6339,'https://localhost/?p=6663',0,'revision','',0), (6664,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’36','','inherit','closed','closed','','6340-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6340,'https://localhost/?p=6664',0,'revision','',0), (6665,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’52','','inherit','closed','closed','','6341-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6341,'https://localhost/?p=6665',0,'revision','',0), (6666,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’55','','inherit','closed','closed','','6342-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6342,'https://localhost/?p=6666',0,'revision','',0), (6667,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’59','','inherit','closed','closed','','6343-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6343,'https://localhost/?p=6667',0,'revision','',0), (6668,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’11','','inherit','closed','closed','','6344-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6344,'https://localhost/?p=6668',0,'revision','',0), (6669,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’12','','inherit','closed','closed','','6345-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6345,'https://localhost/?p=6669',0,'revision','',0), (6670,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’23','','inherit','closed','closed','','6346-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6346,'https://localhost/?p=6670',0,'revision','',0), (6671,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’26','','inherit','closed','closed','','6347-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6347,'https://localhost/?p=6671',0,'revision','',0), (6672,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’38','','inherit','closed','closed','','6348-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6348,'https://localhost/?p=6672',0,'revision','',0), (6673,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’44','','inherit','closed','closed','','6349-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6349,'https://localhost/?p=6673',0,'revision','',0), (6674,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h09’58','','inherit','closed','closed','','6350-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6350,'https://localhost/?p=6674',0,'revision','',0), (6675,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h06’19','','inherit','closed','closed','','6328-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6328,'https://localhost/?p=6675',0,'revision','',0), (6676,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h06’36','','inherit','closed','closed','','6329-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6329,'https://localhost/?p=6676',0,'revision','',0), (6677,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h06’38','','inherit','closed','closed','','6330-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6330,'https://localhost/?p=6677',0,'revision','',0), (6678,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h06’41','','inherit','closed','closed','','6331-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6331,'https://localhost/?p=6678',0,'revision','',0), (6679,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h06’50','','inherit','closed','closed','','6332-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6332,'https://localhost/?p=6679',0,'revision','',0), (6680,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h06’55','','inherit','closed','closed','','6333-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6333,'https://localhost/?p=6680',0,'revision','',0), (6681,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h07’28','','inherit','closed','closed','','6334-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6334,'https://localhost/?p=6681',0,'revision','',0), (6682,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h07’50','','inherit','closed','closed','','6335-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6335,'https://localhost/?p=6682',0,'revision','',0), (6683,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’13','','inherit','closed','closed','','6336-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6336,'https://localhost/?p=6683',0,'revision','',0), (6684,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h08’21','','inherit','closed','closed','','6337-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6337,'https://localhost/?p=6684',0,'revision','',0), (6685,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h05’26','','inherit','closed','closed','','6317-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6317,'https://localhost/?p=6685',0,'revision','',0), (6686,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h05’27','','inherit','closed','closed','','6318-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6318,'https://localhost/?p=6686',0,'revision','',0), (6687,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h05’30','','inherit','closed','closed','','6319-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6319,'https://localhost/?p=6687',0,'revision','',0), (6688,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h05’36','','inherit','closed','closed','','6320-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6320,'https://localhost/?p=6688',0,'revision','',0), (6689,1,'2023-07-11 14:22:48','2023-07-11 12:22:48','','1h05’41','','inherit','closed','closed','','6321-revision-v1','','','2023-07-11 14:22:48','2023-07-11 12:22:48','',6321,'https://localhost/?p=6689',0,'revision','',0), (6690,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h05’45','','inherit','closed','closed','','6322-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6322,'https://localhost/?p=6690',0,'revision','',0), (6691,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h05’52','','inherit','closed','closed','','6323-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6323,'https://localhost/?p=6691',0,'revision','',0), (6692,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h05’55','','inherit','closed','closed','','6324-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6324,'https://localhost/?p=6692',0,'revision','',0), (6693,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h06’00','','inherit','closed','closed','','6325-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6325,'https://localhost/?p=6693',0,'revision','',0), (6694,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h06’06','','inherit','closed','closed','','6326-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6326,'https://localhost/?p=6694',0,'revision','',0), (6695,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h06’12','','inherit','closed','closed','','6327-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6327,'https://localhost/?p=6695',0,'revision','',0), (6696,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’07','','inherit','closed','closed','','6308-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6308,'https://localhost/?p=6696',0,'revision','',0), (6697,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’24','','inherit','closed','closed','','6309-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6309,'https://localhost/?p=6697',0,'revision','',0), (6698,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’35','','inherit','closed','closed','','6310-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6310,'https://localhost/?p=6698',0,'revision','',0), (6699,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’45','','inherit','closed','closed','','6312-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6312,'https://localhost/?p=6699',0,'revision','',0), (6700,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’52','','inherit','closed','closed','','6313-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6313,'https://localhost/?p=6700',0,'revision','',0), (6701,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h05’00','','inherit','closed','closed','','6314-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6314,'https://localhost/?p=6701',0,'revision','',0), (6702,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h05’09','','inherit','closed','closed','','6315-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6315,'https://localhost/?p=6702',0,'revision','',0), (6703,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h05’16','','inherit','closed','closed','','6316-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6316,'https://localhost/?p=6703',0,'revision','',0), (6704,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h02’21','','inherit','closed','closed','','6296-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6296,'https://localhost/?p=6704',0,'revision','',0), (6705,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h02’39','','inherit','closed','closed','','6297-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6297,'https://localhost/?p=6705',0,'revision','',0), (6706,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h02’48','','inherit','closed','closed','','6298-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6298,'https://localhost/?p=6706',0,'revision','',0), (6707,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h02’55','','inherit','closed','closed','','6299-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6299,'https://localhost/?p=6707',0,'revision','',0), (6708,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h03’08','','inherit','closed','closed','','6300-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6300,'https://localhost/?p=6708',0,'revision','',0), (6709,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h03’09','','inherit','closed','closed','','6301-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6301,'https://localhost/?p=6709',0,'revision','',0), (6710,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h03’41','','inherit','closed','closed','','6302-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6302,'https://localhost/?p=6710',0,'revision','',0), (6711,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h03’47','','inherit','closed','closed','','6303-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6303,'https://localhost/?p=6711',0,'revision','',0), (6712,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h03’57','','inherit','closed','closed','','6304-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6304,'https://localhost/?p=6712',0,'revision','',0), (6713,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h03’58','','inherit','closed','closed','','6305-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6305,'https://localhost/?p=6713',0,'revision','',0), (6714,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’00','','inherit','closed','closed','','6306-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6306,'https://localhost/?p=6714',0,'revision','',0), (6715,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h04’05','','inherit','closed','closed','','6307-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6307,'https://localhost/?p=6715',0,'revision','',0), (6716,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h01’23','','inherit','closed','closed','','6288-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6288,'https://localhost/?p=6716',0,'revision','',0), (6717,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h01’25','','inherit','closed','closed','','6289-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6289,'https://localhost/?p=6717',0,'revision','',0), (6718,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h01’35','','inherit','closed','closed','','6290-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6290,'https://localhost/?p=6718',0,'revision','',0), (6719,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h01’44','','inherit','closed','closed','','6291-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6291,'https://localhost/?p=6719',0,'revision','',0), (6720,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h01’49','','inherit','closed','closed','','6292-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6292,'https://localhost/?p=6720',0,'revision','',0), (6721,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h01’53','','inherit','closed','closed','','6293-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6293,'https://localhost/?p=6721',0,'revision','',0), (6722,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h02’07','','inherit','closed','closed','','6294-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6294,'https://localhost/?p=6722',0,'revision','',0), (6723,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h02’16','','inherit','closed','closed','','6295-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6295,'https://localhost/?p=6723',0,'revision','',0), (6724,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h00’03','','inherit','closed','closed','','6276-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6276,'https://localhost/?p=6724',0,'revision','',0), (6725,1,'2023-07-11 14:22:49','2023-07-11 12:22:49','','1h00’04','','inherit','closed','closed','','6277-revision-v1','','','2023-07-11 14:22:49','2023-07-11 12:22:49','',6277,'https://localhost/?p=6725',0,'revision','',0), (6726,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’09','','inherit','closed','closed','','6278-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6278,'https://localhost/?p=6726',0,'revision','',0), (6727,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’13','','inherit','closed','closed','','6279-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6279,'https://localhost/?p=6727',0,'revision','',0), (6728,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’22','','inherit','closed','closed','','6280-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6280,'https://localhost/?p=6728',0,'revision','',0), (6729,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’31','','inherit','closed','closed','','6281-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6281,'https://localhost/?p=6729',0,'revision','',0), (6730,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’41','','inherit','closed','closed','','6282-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6282,'https://localhost/?p=6730',0,'revision','',0), (6731,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’47','','inherit','closed','closed','','6283-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6283,'https://localhost/?p=6731',0,'revision','',0), (6732,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h00’54','','inherit','closed','closed','','6284-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6284,'https://localhost/?p=6732',0,'revision','',0), (6733,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h01’06','','inherit','closed','closed','','6285-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6285,'https://localhost/?p=6733',0,'revision','',0), (6734,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h01’18','','inherit','closed','closed','','6286-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6286,'https://localhost/?p=6734',0,'revision','',0), (6735,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','1h01’20','','inherit','closed','closed','','6287-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6287,'https://localhost/?p=6735',0,'revision','',0), (6736,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','58’27','','inherit','closed','closed','','6267-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6267,'https://localhost/?p=6736',0,'revision','',0), (6737,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','58’36','','inherit','closed','closed','','6268-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6268,'https://localhost/?p=6737',0,'revision','',0), (6738,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','58’44','','inherit','closed','closed','','6269-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6269,'https://localhost/?p=6738',0,'revision','',0), (6739,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','58’55','','inherit','closed','closed','','6270-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6270,'https://localhost/?p=6739',0,'revision','',0), (6740,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','59’04','','inherit','closed','closed','','6271-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6271,'https://localhost/?p=6740',0,'revision','',0), (6741,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','59’10','','inherit','closed','closed','','6272-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6272,'https://localhost/?p=6741',0,'revision','',0), (6742,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','59’22','','inherit','closed','closed','','6273-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6273,'https://localhost/?p=6742',0,'revision','',0), (6743,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','59’36','','inherit','closed','closed','','6274-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6274,'https://localhost/?p=6743',0,'revision','',0), (6744,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','59’57','','inherit','closed','closed','','6275-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6275,'https://localhost/?p=6744',0,'revision','',0), (6745,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','56’40','','inherit','closed','closed','','6256-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6256,'https://localhost/?p=6745',0,'revision','',0), (6746,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’09','','inherit','closed','closed','','6257-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6257,'https://localhost/?p=6746',0,'revision','',0), (6747,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’17','','inherit','closed','closed','','6258-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6258,'https://localhost/?p=6747',0,'revision','',0), (6748,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’19','','inherit','closed','closed','','6259-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6259,'https://localhost/?p=6748',0,'revision','',0), (6749,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’23','','inherit','closed','closed','','6260-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6260,'https://localhost/?p=6749',0,'revision','',0), (6750,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’33','','inherit','closed','closed','','6261-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6261,'https://localhost/?p=6750',0,'revision','',0), (6751,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’39','','inherit','closed','closed','','6262-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6262,'https://localhost/?p=6751',0,'revision','',0), (6752,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’42','','inherit','closed','closed','','6263-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6263,'https://localhost/?p=6752',0,'revision','',0), (6753,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’52','','inherit','closed','closed','','6264-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6264,'https://localhost/?p=6753',0,'revision','',0), (6754,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','57’58','','inherit','closed','closed','','6265-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6265,'https://localhost/?p=6754',0,'revision','',0), (6755,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','58’16','','inherit','closed','closed','','6266-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6266,'https://localhost/?p=6755',0,'revision','',0), (6756,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','54’15','','inherit','closed','closed','','6244-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6244,'https://localhost/?p=6756',0,'revision','',0), (6757,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','54’24','','inherit','closed','closed','','6245-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6245,'https://localhost/?p=6757',0,'revision','',0), (6758,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','54’30','','inherit','closed','closed','','6246-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6246,'https://localhost/?p=6758',0,'revision','',0), (6759,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','54’37','','inherit','closed','closed','','6247-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6247,'https://localhost/?p=6759',0,'revision','',0), (6760,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','55’07','','inherit','closed','closed','','6248-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6248,'https://localhost/?p=6760',0,'revision','',0), (6761,1,'2023-07-11 14:22:50','2023-07-11 12:22:50','','55’11','','inherit','closed','closed','','6249-revision-v1','','','2023-07-11 14:22:50','2023-07-11 12:22:50','',6249,'https://localhost/?p=6761',0,'revision','',0), (6762,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','55’35','','inherit','closed','closed','','6251-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6251,'https://localhost/?p=6762',0,'revision','',0), (6763,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','55’59','','inherit','closed','closed','','6252-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6252,'https://localhost/?p=6763',0,'revision','',0), (6764,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','56’02','','inherit','closed','closed','','6253-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6253,'https://localhost/?p=6764',0,'revision','',0), (6765,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','56’10','','inherit','closed','closed','','6254-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6254,'https://localhost/?p=6765',0,'revision','',0), (6766,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','56’22','','inherit','closed','closed','','6255-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6255,'https://localhost/?p=6766',0,'revision','',0), (6767,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’15','','inherit','closed','closed','','6235-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6235,'https://localhost/?p=6767',0,'revision','',0), (6768,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’18','','inherit','closed','closed','','6236-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6236,'https://localhost/?p=6768',0,'revision','',0), (6769,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’26','','inherit','closed','closed','','6237-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6237,'https://localhost/?p=6769',0,'revision','',0), (6770,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’29','','inherit','closed','closed','','6238-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6238,'https://localhost/?p=6770',0,'revision','',0), (6771,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’33','','inherit','closed','closed','','6239-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6239,'https://localhost/?p=6771',0,'revision','',0), (6772,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’38','','inherit','closed','closed','','6240-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6240,'https://localhost/?p=6772',0,'revision','',0), (6773,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’41','','inherit','closed','closed','','6241-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6241,'https://localhost/?p=6773',0,'revision','',0), (6774,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’57','','inherit','closed','closed','','6242-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6242,'https://localhost/?p=6774',0,'revision','',0), (6775,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','54’03','','inherit','closed','closed','','6243-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6243,'https://localhost/?p=6775',0,'revision','',0), (6776,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’23','','inherit','closed','closed','','6223-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6223,'https://localhost/?p=6776',0,'revision','',0), (6777,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’26','','inherit','closed','closed','','6224-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6224,'https://localhost/?p=6777',0,'revision','',0), (6778,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’33','','inherit','closed','closed','','6225-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6225,'https://localhost/?p=6778',0,'revision','',0), (6779,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’35','','inherit','closed','closed','','6226-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6226,'https://localhost/?p=6779',0,'revision','',0), (6780,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’41','','inherit','closed','closed','','6227-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6227,'https://localhost/?p=6780',0,'revision','',0), (6781,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’45','','inherit','closed','closed','','6228-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6228,'https://localhost/?p=6781',0,'revision','',0), (6782,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’47','','inherit','closed','closed','','6229-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6229,'https://localhost/?p=6782',0,'revision','',0), (6783,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’54','','inherit','closed','closed','','6230-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6230,'https://localhost/?p=6783',0,'revision','',0), (6784,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’58','','inherit','closed','closed','','6231-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6231,'https://localhost/?p=6784',0,'revision','',0), (6785,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’01','','inherit','closed','closed','','6232-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6232,'https://localhost/?p=6785',0,'revision','',0), (6786,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’04','','inherit','closed','closed','','6233-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6233,'https://localhost/?p=6786',0,'revision','',0), (6787,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','53’07','','inherit','closed','closed','','6234-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6234,'https://localhost/?p=6787',0,'revision','',0), (6788,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','51’35','','inherit','closed','closed','','6214-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6214,'https://localhost/?p=6788',0,'revision','',0), (6789,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','51’51','','inherit','closed','closed','','6215-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6215,'https://localhost/?p=6789',0,'revision','',0), (6790,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','51’59','','inherit','closed','closed','','6217-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6217,'https://localhost/?p=6790',0,'revision','',0), (6791,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’01','','inherit','closed','closed','','6218-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6218,'https://localhost/?p=6791',0,'revision','',0), (6792,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’06','','inherit','closed','closed','','6219-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6219,'https://localhost/?p=6792',0,'revision','',0), (6793,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’08','','inherit','closed','closed','','6220-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6220,'https://localhost/?p=6793',0,'revision','',0), (6794,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’10','','inherit','closed','closed','','6221-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6221,'https://localhost/?p=6794',0,'revision','',0), (6795,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','52’21','','inherit','closed','closed','','6222-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6222,'https://localhost/?p=6795',0,'revision','',0), (6796,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','49’03','','inherit','closed','closed','','6201-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6201,'https://localhost/?p=6796',0,'revision','',0), (6797,1,'2023-07-11 14:22:51','2023-07-11 12:22:51','','49’15','','inherit','closed','closed','','6202-revision-v1','','','2023-07-11 14:22:51','2023-07-11 12:22:51','',6202,'https://localhost/?p=6797',0,'revision','',0), (6798,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','49’18','','inherit','closed','closed','','6203-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6203,'https://localhost/?p=6798',0,'revision','',0), (6799,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','49’24','','inherit','closed','closed','','6204-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6204,'https://localhost/?p=6799',0,'revision','',0), (6800,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','50’03','','inherit','closed','closed','','6205-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6205,'https://localhost/?p=6800',0,'revision','',0), (6801,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','50’58','','inherit','closed','closed','','6206-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6206,'https://localhost/?p=6801',0,'revision','',0), (6802,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’00','','inherit','closed','closed','','6207-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6207,'https://localhost/?p=6802',0,'revision','',0), (6803,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’09','','inherit','closed','closed','','6208-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6208,'https://localhost/?p=6803',0,'revision','',0), (6804,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’12','','inherit','closed','closed','','6209-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6209,'https://localhost/?p=6804',0,'revision','',0), (6805,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’16','','inherit','closed','closed','','6210-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6210,'https://localhost/?p=6805',0,'revision','',0), (6806,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’20','','inherit','closed','closed','','6211-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6211,'https://localhost/?p=6806',0,'revision','',0), (6807,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’29','','inherit','closed','closed','','6212-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6212,'https://localhost/?p=6807',0,'revision','',0), (6808,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','51’32','','inherit','closed','closed','','6213-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6213,'https://localhost/?p=6808',0,'revision','',0), (6809,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','47’01','','inherit','closed','closed','','6192-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6192,'https://localhost/?p=6809',0,'revision','',0), (6810,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','47’46','','inherit','closed','closed','','6193-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6193,'https://localhost/?p=6810',0,'revision','',0), (6811,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','47’50','','inherit','closed','closed','','6194-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6194,'https://localhost/?p=6811',0,'revision','',0), (6812,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','47’58','','inherit','closed','closed','','6195-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6195,'https://localhost/?p=6812',0,'revision','',0), (6813,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','48’00','','inherit','closed','closed','','6196-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6196,'https://localhost/?p=6813',0,'revision','',0), (6814,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','48’02','','inherit','closed','closed','','6197-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6197,'https://localhost/?p=6814',0,'revision','',0), (6815,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','48’58','','inherit','closed','closed','','6199-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6199,'https://localhost/?p=6815',0,'revision','',0), (6816,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','49’00','','inherit','closed','closed','','6200-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6200,'https://localhost/?p=6816',0,'revision','',0), (6817,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','45’30','','inherit','closed','closed','','6179-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6179,'https://localhost/?p=6817',0,'revision','',0), (6818,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','45’37','','inherit','closed','closed','','6180-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6180,'https://localhost/?p=6818',0,'revision','',0), (6819,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','45’46','','inherit','closed','closed','','6181-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6181,'https://localhost/?p=6819',0,'revision','',0), (6820,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','45’51','','inherit','closed','closed','','6182-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6182,'https://localhost/?p=6820',0,'revision','',0), (6821,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’00','','inherit','closed','closed','','6183-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6183,'https://localhost/?p=6821',0,'revision','',0), (6822,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’02','','inherit','closed','closed','','6184-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6184,'https://localhost/?p=6822',0,'revision','',0), (6823,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’03','','inherit','closed','closed','','6185-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6185,'https://localhost/?p=6823',0,'revision','',0), (6824,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’06','','inherit','closed','closed','','6186-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6186,'https://localhost/?p=6824',0,'revision','',0), (6825,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’24','','inherit','closed','closed','','6187-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6187,'https://localhost/?p=6825',0,'revision','',0), (6826,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’27','','inherit','closed','closed','','6188-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6188,'https://localhost/?p=6826',0,'revision','',0), (6827,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’42','','inherit','closed','closed','','6189-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6189,'https://localhost/?p=6827',0,'revision','',0), (6828,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’52','','inherit','closed','closed','','6190-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6190,'https://localhost/?p=6828',0,'revision','',0), (6829,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','46’59','','inherit','closed','closed','','6191-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6191,'https://localhost/?p=6829',0,'revision','',0), (6830,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','44’55','','inherit','closed','closed','','6170-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6170,'https://localhost/?p=6830',0,'revision','',0), (6831,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','44’56','','inherit','closed','closed','','6171-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6171,'https://localhost/?p=6831',0,'revision','',0), (6832,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','44’58','','inherit','closed','closed','','6172-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6172,'https://localhost/?p=6832',0,'revision','',0), (6833,1,'2023-07-11 14:22:52','2023-07-11 12:22:52','','45’06','','inherit','closed','closed','','6173-revision-v1','','','2023-07-11 14:22:52','2023-07-11 12:22:52','',6173,'https://localhost/?p=6833',0,'revision','',0), (6834,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','45’15','','inherit','closed','closed','','6174-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6174,'https://localhost/?p=6834',0,'revision','',0), (6835,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','45’16','','inherit','closed','closed','','6175-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6175,'https://localhost/?p=6835',0,'revision','',0), (6836,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','45’19','','inherit','closed','closed','','6176-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6176,'https://localhost/?p=6836',0,'revision','',0), (6837,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','45’21','','inherit','closed','closed','','6177-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6177,'https://localhost/?p=6837',0,'revision','',0), (6838,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','45’28','','inherit','closed','closed','','6178-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6178,'https://localhost/?p=6838',0,'revision','',0), (6839,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’04','','inherit','closed','closed','','6158-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6158,'https://localhost/?p=6839',0,'revision','',0), (6840,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’12','','inherit','closed','closed','','6159-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6159,'https://localhost/?p=6840',0,'revision','',0), (6841,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’13','','inherit','closed','closed','','6160-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6160,'https://localhost/?p=6841',0,'revision','',0), (6842,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’16','','inherit','closed','closed','','6161-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6161,'https://localhost/?p=6842',0,'revision','',0), (6843,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’21','','inherit','closed','closed','','6162-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6162,'https://localhost/?p=6843',0,'revision','',0), (6844,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’24','','inherit','closed','closed','','6163-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6163,'https://localhost/?p=6844',0,'revision','',0), (6845,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’28','','inherit','closed','closed','','6164-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6164,'https://localhost/?p=6845',0,'revision','',0), (6846,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’34','','inherit','closed','closed','','6165-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6165,'https://localhost/?p=6846',0,'revision','',0), (6847,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’37','','inherit','closed','closed','','6166-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6166,'https://localhost/?p=6847',0,'revision','',0), (6848,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’41','','inherit','closed','closed','','6167-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6167,'https://localhost/?p=6848',0,'revision','',0), (6849,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’44','','inherit','closed','closed','','6168-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6168,'https://localhost/?p=6849',0,'revision','',0), (6850,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','44’50','','inherit','closed','closed','','6169-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6169,'https://localhost/?p=6850',0,'revision','',0), (6851,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’57','','inherit','closed','closed','','6149-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6149,'https://localhost/?p=6851',0,'revision','',0), (6852,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’59','','inherit','closed','closed','','6150-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6150,'https://localhost/?p=6852',0,'revision','',0), (6853,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’00','','inherit','closed','closed','','6151-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6151,'https://localhost/?p=6853',0,'revision','',0), (6854,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’04','','inherit','closed','closed','','6152-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6152,'https://localhost/?p=6854',0,'revision','',0), (6855,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’13','','inherit','closed','closed','','6153-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6153,'https://localhost/?p=6855',0,'revision','',0), (6856,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’20','','inherit','closed','closed','','6154-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6154,'https://localhost/?p=6856',0,'revision','',0), (6857,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’35','','inherit','closed','closed','','6155-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6155,'https://localhost/?p=6857',0,'revision','',0), (6858,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’46','','inherit','closed','closed','','6156-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6156,'https://localhost/?p=6858',0,'revision','',0), (6859,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','43’50','','inherit','closed','closed','','6157-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6157,'https://localhost/?p=6859',0,'revision','',0), (6860,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’23','','inherit','closed','closed','','6144-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6144,'https://localhost/?p=6860',0,'revision','',0), (6861,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’32','','inherit','closed','closed','','6145-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6145,'https://localhost/?p=6861',0,'revision','',0), (6862,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’39','','inherit','closed','closed','','6146-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6146,'https://localhost/?p=6862',0,'revision','',0), (6863,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’44','','inherit','closed','closed','','6147-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6147,'https://localhost/?p=6863',0,'revision','',0), (6864,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’52','','inherit','closed','closed','','6148-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6148,'https://localhost/?p=6864',0,'revision','',0), (6865,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','41’43','','inherit','closed','closed','','6136-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6136,'https://localhost/?p=6865',0,'revision','',0), (6866,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','41’47','','inherit','closed','closed','','6137-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6137,'https://localhost/?p=6866',0,'revision','',0), (6867,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','41’54','','inherit','closed','closed','','6138-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6138,'https://localhost/?p=6867',0,'revision','',0), (6868,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’00','','inherit','closed','closed','','6139-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6139,'https://localhost/?p=6868',0,'revision','',0), (6869,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’03','','inherit','closed','closed','','6140-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6140,'https://localhost/?p=6869',0,'revision','',0), (6870,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’06','','inherit','closed','closed','','6141-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6141,'https://localhost/?p=6870',0,'revision','',0), (6871,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’10','','inherit','closed','closed','','6142-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6142,'https://localhost/?p=6871',0,'revision','',0), (6872,1,'2023-07-11 14:22:53','2023-07-11 12:22:53','','42’22','','inherit','closed','closed','','6143-revision-v1','','','2023-07-11 14:22:53','2023-07-11 12:22:53','',6143,'https://localhost/?p=6872',0,'revision','',0), (6873,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’39','','inherit','closed','closed','','6124-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6124,'https://localhost/?p=6873',0,'revision','',0), (6874,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’44','','inherit','closed','closed','','6125-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6125,'https://localhost/?p=6874',0,'revision','',0), (6875,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’51','','inherit','closed','closed','','6126-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6126,'https://localhost/?p=6875',0,'revision','',0), (6876,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’57','','inherit','closed','closed','','6127-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6127,'https://localhost/?p=6876',0,'revision','',0), (6877,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’00','','inherit','closed','closed','','6128-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6128,'https://localhost/?p=6877',0,'revision','',0), (6878,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’04','','inherit','closed','closed','','6129-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6129,'https://localhost/?p=6878',0,'revision','',0), (6879,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’08','','inherit','closed','closed','','6130-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6130,'https://localhost/?p=6879',0,'revision','',0), (6880,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’16','','inherit','closed','closed','','6131-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6131,'https://localhost/?p=6880',0,'revision','',0), (6881,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’30','','inherit','closed','closed','','6132-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6132,'https://localhost/?p=6881',0,'revision','',0), (6882,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’32','','inherit','closed','closed','','6133-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6133,'https://localhost/?p=6882',0,'revision','',0), (6883,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’37','','inherit','closed','closed','','6134-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6134,'https://localhost/?p=6883',0,'revision','',0), (6884,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','41’41','','inherit','closed','closed','','6135-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6135,'https://localhost/?p=6884',0,'revision','',0), (6885,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’30','','inherit','closed','closed','','6116-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6116,'https://localhost/?p=6885',0,'revision','',0), (6886,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’39','','inherit','closed','closed','','6117-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6117,'https://localhost/?p=6886',0,'revision','',0), (6887,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’46','','inherit','closed','closed','','6118-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6118,'https://localhost/?p=6887',0,'revision','',0), (6888,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’48','','inherit','closed','closed','','6119-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6119,'https://localhost/?p=6888',0,'revision','',0), (6889,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’07','','inherit','closed','closed','','6120-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6120,'https://localhost/?p=6889',0,'revision','',0), (6890,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’10','','inherit','closed','closed','','6121-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6121,'https://localhost/?p=6890',0,'revision','',0), (6891,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’32','','inherit','closed','closed','','6122-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6122,'https://localhost/?p=6891',0,'revision','',0), (6892,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','40’36','','inherit','closed','closed','','6123-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6123,'https://localhost/?p=6892',0,'revision','',0), (6893,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’46','','inherit','closed','closed','','6103-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6103,'https://localhost/?p=6893',0,'revision','',0), (6894,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’47','','inherit','closed','closed','','6104-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6104,'https://localhost/?p=6894',0,'revision','',0), (6895,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’50','','inherit','closed','closed','','6105-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6105,'https://localhost/?p=6895',0,'revision','',0), (6896,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’51','','inherit','closed','closed','','6106-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6106,'https://localhost/?p=6896',0,'revision','',0), (6897,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’59','','inherit','closed','closed','','6107-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6107,'https://localhost/?p=6897',0,'revision','',0), (6898,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','38’10','','inherit','closed','closed','','6108-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6108,'https://localhost/?p=6898',0,'revision','',0), (6899,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','38’15','','inherit','closed','closed','','6109-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6109,'https://localhost/?p=6899',0,'revision','',0), (6900,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','38’27','','inherit','closed','closed','','6110-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6110,'https://localhost/?p=6900',0,'revision','',0), (6901,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','38’31','','inherit','closed','closed','','6111-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6111,'https://localhost/?p=6901',0,'revision','',0), (6902,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','38’58','','inherit','closed','closed','','6112-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6112,'https://localhost/?p=6902',0,'revision','',0), (6903,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’00','','inherit','closed','closed','','6113-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6113,'https://localhost/?p=6903',0,'revision','',0), (6904,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’07','','inherit','closed','closed','','6114-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6114,'https://localhost/?p=6904',0,'revision','',0), (6905,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','39’09','','inherit','closed','closed','','6115-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6115,'https://localhost/?p=6905',0,'revision','',0), (6906,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’03','','inherit','closed','closed','','6095-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6095,'https://localhost/?p=6906',0,'revision','',0), (6907,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’09','','inherit','closed','closed','','6096-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6096,'https://localhost/?p=6907',0,'revision','',0), (6908,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’25','','inherit','closed','closed','','6097-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6097,'https://localhost/?p=6908',0,'revision','',0), (6909,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’27','','inherit','closed','closed','','6098-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6098,'https://localhost/?p=6909',0,'revision','',0), (6910,1,'2023-07-11 14:22:54','2023-07-11 12:22:54','','37’29','','inherit','closed','closed','','6099-revision-v1','','','2023-07-11 14:22:54','2023-07-11 12:22:54','',6099,'https://localhost/?p=6910',0,'revision','',0), (6911,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','37’37','','inherit','closed','closed','','6100-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6100,'https://localhost/?p=6911',0,'revision','',0), (6912,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','37’42','','inherit','closed','closed','','6101-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6101,'https://localhost/?p=6912',0,'revision','',0), (6913,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','37’44','','inherit','closed','closed','','6102-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6102,'https://localhost/?p=6913',0,'revision','',0), (6914,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’02','','inherit','closed','closed','','6082-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6082,'https://localhost/?p=6914',0,'revision','',0), (6915,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’13','','inherit','closed','closed','','6083-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6083,'https://localhost/?p=6915',0,'revision','',0), (6916,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’18','','inherit','closed','closed','','6084-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6084,'https://localhost/?p=6916',0,'revision','',0), (6917,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’22','','inherit','closed','closed','','6085-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6085,'https://localhost/?p=6917',0,'revision','',0), (6918,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’27','','inherit','closed','closed','','6086-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6086,'https://localhost/?p=6918',0,'revision','',0), (6919,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’32','','inherit','closed','closed','','6087-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6087,'https://localhost/?p=6919',0,'revision','',0), (6920,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’34','','inherit','closed','closed','','6088-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6088,'https://localhost/?p=6920',0,'revision','',0), (6921,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’41','','inherit','closed','closed','','6089-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6089,'https://localhost/?p=6921',0,'revision','',0), (6922,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’44','','inherit','closed','closed','','6090-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6090,'https://localhost/?p=6922',0,'revision','',0), (6923,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’49','','inherit','closed','closed','','6091-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6091,'https://localhost/?p=6923',0,'revision','',0), (6924,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’52','','inherit','closed','closed','','6092-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6092,'https://localhost/?p=6924',0,'revision','',0), (6925,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’55','','inherit','closed','closed','','6093-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6093,'https://localhost/?p=6925',0,'revision','',0), (6926,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’58','','inherit','closed','closed','','6094-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6094,'https://localhost/?p=6926',0,'revision','',0), (6927,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’31','','inherit','closed','closed','','6074-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6074,'https://localhost/?p=6927',0,'revision','',0), (6928,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’37','','inherit','closed','closed','','6075-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6075,'https://localhost/?p=6928',0,'revision','',0), (6929,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’40','','inherit','closed','closed','','6076-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6076,'https://localhost/?p=6929',0,'revision','',0), (6930,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’50','','inherit','closed','closed','','6077-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6077,'https://localhost/?p=6930',0,'revision','',0), (6931,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’54','','inherit','closed','closed','','6078-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6078,'https://localhost/?p=6931',0,'revision','',0), (6932,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’56','','inherit','closed','closed','','6079-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6079,'https://localhost/?p=6932',0,'revision','',0), (6933,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’59','','inherit','closed','closed','','6080-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6080,'https://localhost/?p=6933',0,'revision','',0), (6934,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','36’00','','inherit','closed','closed','','6081-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6081,'https://localhost/?p=6934',0,'revision','',0), (6935,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','33’05','','inherit','closed','closed','','6060-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6060,'https://localhost/?p=6935',0,'revision','',0), (6936,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','33’08','','inherit','closed','closed','','6061-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6061,'https://localhost/?p=6936',0,'revision','',0), (6937,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’08','','inherit','closed','closed','','6062-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6062,'https://localhost/?p=6937',0,'revision','',0), (6938,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’20','','inherit','closed','closed','','6063-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6063,'https://localhost/?p=6938',0,'revision','',0), (6939,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’30','','inherit','closed','closed','','6064-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6064,'https://localhost/?p=6939',0,'revision','',0), (6940,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’36','','inherit','closed','closed','','6065-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6065,'https://localhost/?p=6940',0,'revision','',0), (6941,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’38','','inherit','closed','closed','','6066-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6066,'https://localhost/?p=6941',0,'revision','',0), (6942,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’41','','inherit','closed','closed','','6067-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6067,'https://localhost/?p=6942',0,'revision','',0), (6943,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’44','','inherit','closed','closed','','6068-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6068,'https://localhost/?p=6943',0,'revision','',0), (6944,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’48','','inherit','closed','closed','','6069-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6069,'https://localhost/?p=6944',0,'revision','',0), (6945,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','34’49','','inherit','closed','closed','','6070-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6070,'https://localhost/?p=6945',0,'revision','',0), (6946,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’12','','inherit','closed','closed','','6071-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6071,'https://localhost/?p=6946',0,'revision','',0), (6947,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’14','','inherit','closed','closed','','6072-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6072,'https://localhost/?p=6947',0,'revision','',0), (6948,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','35’26','','inherit','closed','closed','','6073-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6073,'https://localhost/?p=6948',0,'revision','',0), (6949,1,'2023-07-11 14:22:55','2023-07-11 12:22:55','','31’18','','inherit','closed','closed','','6051-revision-v1','','','2023-07-11 14:22:55','2023-07-11 12:22:55','',6051,'https://localhost/?p=6949',0,'revision','',0), (6950,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','31’21','','inherit','closed','closed','','6052-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6052,'https://localhost/?p=6950',0,'revision','',0), (6951,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','31’26','','inherit','closed','closed','','6053-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6053,'https://localhost/?p=6951',0,'revision','',0), (6952,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','31’28','','inherit','closed','closed','','6054-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6054,'https://localhost/?p=6952',0,'revision','',0), (6953,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','31’43','','inherit','closed','closed','','6055-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6055,'https://localhost/?p=6953',0,'revision','',0), (6954,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','32’09','','inherit','closed','closed','','6056-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6056,'https://localhost/?p=6954',0,'revision','',0), (6955,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','32’23','','inherit','closed','closed','','6057-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6057,'https://localhost/?p=6955',0,'revision','',0), (6956,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','32’51','','inherit','closed','closed','','6058-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6058,'https://localhost/?p=6956',0,'revision','',0), (6957,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’15','','inherit','closed','closed','','6040-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6040,'https://localhost/?p=6957',0,'revision','',0), (6958,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’19','','inherit','closed','closed','','6041-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6041,'https://localhost/?p=6958',0,'revision','',0), (6959,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’30','','inherit','closed','closed','','6042-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6042,'https://localhost/?p=6959',0,'revision','',0), (6960,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’33','','inherit','closed','closed','','6043-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6043,'https://localhost/?p=6960',0,'revision','',0), (6961,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’36','','inherit','closed','closed','','6044-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6044,'https://localhost/?p=6961',0,'revision','',0), (6962,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’39','','inherit','closed','closed','','6045-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6045,'https://localhost/?p=6962',0,'revision','',0), (6963,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’41','','inherit','closed','closed','','6046-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6046,'https://localhost/?p=6963',0,'revision','',0), (6964,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’45','','inherit','closed','closed','','6047-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6047,'https://localhost/?p=6964',0,'revision','',0), (6965,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’47','','inherit','closed','closed','','6048-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6048,'https://localhost/?p=6965',0,'revision','',0), (6966,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','31’01','','inherit','closed','closed','','6049-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6049,'https://localhost/?p=6966',0,'revision','',0), (6967,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','31’09','','inherit','closed','closed','','6050-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6050,'https://localhost/?p=6967',0,'revision','',0), (6968,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’50','','inherit','closed','closed','','6031-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6031,'https://localhost/?p=6968',0,'revision','',0), (6969,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’53','','inherit','closed','closed','','6032-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6032,'https://localhost/?p=6969',0,'revision','',0), (6970,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’57','','inherit','closed','closed','','6033-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6033,'https://localhost/?p=6970',0,'revision','',0), (6971,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’00','','inherit','closed','closed','','6034-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6034,'https://localhost/?p=6971',0,'revision','',0), (6972,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’03','','inherit','closed','closed','','6035-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6035,'https://localhost/?p=6972',0,'revision','',0), (6973,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’04','','inherit','closed','closed','','6036-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6036,'https://localhost/?p=6973',0,'revision','',0), (6974,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’06','','inherit','closed','closed','','6037-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6037,'https://localhost/?p=6974',0,'revision','',0), (6975,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’07','','inherit','closed','closed','','6038-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6038,'https://localhost/?p=6975',0,'revision','',0), (6976,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','30’10','','inherit','closed','closed','','6039-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6039,'https://localhost/?p=6976',0,'revision','',0), (6977,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','28’35','','inherit','closed','closed','','6019-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6019,'https://localhost/?p=6977',0,'revision','',0), (6978,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’03','','inherit','closed','closed','','6020-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6020,'https://localhost/?p=6978',0,'revision','',0), (6979,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’07','','inherit','closed','closed','','6021-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6021,'https://localhost/?p=6979',0,'revision','',0), (6980,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’10','','inherit','closed','closed','','6022-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6022,'https://localhost/?p=6980',0,'revision','',0), (6981,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’16','','inherit','closed','closed','','6023-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6023,'https://localhost/?p=6981',0,'revision','',0), (6982,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’22','','inherit','closed','closed','','6024-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6024,'https://localhost/?p=6982',0,'revision','',0), (6983,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’24','','inherit','closed','closed','','6025-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6025,'https://localhost/?p=6983',0,'revision','',0), (6984,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’31','','inherit','closed','closed','','6026-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6026,'https://localhost/?p=6984',0,'revision','',0), (6985,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’36','','inherit','closed','closed','','6027-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6027,'https://localhost/?p=6985',0,'revision','',0), (6986,1,'2023-07-11 14:22:56','2023-07-11 12:22:56','','29’39','','inherit','closed','closed','','6028-revision-v1','','','2023-07-11 14:22:56','2023-07-11 12:22:56','',6028,'https://localhost/?p=6986',0,'revision','',0), (6987,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','29’42','','inherit','closed','closed','','6029-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6029,'https://localhost/?p=6987',0,'revision','',0), (6988,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','29’45','','inherit','closed','closed','','6030-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6030,'https://localhost/?p=6988',0,'revision','',0), (6989,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’19','','inherit','closed','closed','','6010-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6010,'https://localhost/?p=6989',0,'revision','',0), (6990,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’23','','inherit','closed','closed','','6011-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6011,'https://localhost/?p=6990',0,'revision','',0), (6991,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’25','','inherit','closed','closed','','6012-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6012,'https://localhost/?p=6991',0,'revision','',0), (6992,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’36','','inherit','closed','closed','','6013-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6013,'https://localhost/?p=6992',0,'revision','',0), (6993,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’45','','inherit','closed','closed','','6014-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6014,'https://localhost/?p=6993',0,'revision','',0), (6994,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’50','','inherit','closed','closed','','6015-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6015,'https://localhost/?p=6994',0,'revision','',0), (6995,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’54','','inherit','closed','closed','','6016-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6016,'https://localhost/?p=6995',0,'revision','',0), (6996,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','28’11','','inherit','closed','closed','','6017-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6017,'https://localhost/?p=6996',0,'revision','',0), (6997,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','28’14','','inherit','closed','closed','','6018-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6018,'https://localhost/?p=6997',0,'revision','',0), (6998,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’00','','inherit','closed','closed','','5998-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5998,'https://localhost/?p=6998',0,'revision','',0), (6999,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’30','','inherit','closed','closed','','5999-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5999,'https://localhost/?p=6999',0,'revision','',0), (7000,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’46','','inherit','closed','closed','','6000-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6000,'https://localhost/?p=7000',0,'revision','',0), (7001,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’48','','inherit','closed','closed','','6001-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6001,'https://localhost/?p=7001',0,'revision','',0), (7002,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’50','','inherit','closed','closed','','6002-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6002,'https://localhost/?p=7002',0,'revision','',0), (7003,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’53','','inherit','closed','closed','','6003-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6003,'https://localhost/?p=7003',0,'revision','',0), (7004,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’55','','inherit','closed','closed','','6004-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6004,'https://localhost/?p=7004',0,'revision','',0), (7005,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','26’56','','inherit','closed','closed','','6005-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6005,'https://localhost/?p=7005',0,'revision','',0), (7006,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’00','','inherit','closed','closed','','6006-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6006,'https://localhost/?p=7006',0,'revision','',0), (7007,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’05','','inherit','closed','closed','','6007-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6007,'https://localhost/?p=7007',0,'revision','',0), (7008,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’07','','inherit','closed','closed','','6008-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6008,'https://localhost/?p=7008',0,'revision','',0), (7009,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','27’17','','inherit','closed','closed','','6009-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',6009,'https://localhost/?p=7009',0,'revision','',0), (7010,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','23’50','','inherit','closed','closed','','5990-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5990,'https://localhost/?p=7010',0,'revision','',0), (7011,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','23’56','','inherit','closed','closed','','5991-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5991,'https://localhost/?p=7011',0,'revision','',0), (7012,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','24’00','','inherit','closed','closed','','5992-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5992,'https://localhost/?p=7012',0,'revision','',0), (7013,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','24’05','','inherit','closed','closed','','5993-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5993,'https://localhost/?p=7013',0,'revision','',0), (7014,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','24’46','','inherit','closed','closed','','5994-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5994,'https://localhost/?p=7014',0,'revision','',0), (7015,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','25’02','','inherit','closed','closed','','5995-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5995,'https://localhost/?p=7015',0,'revision','',0), (7016,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','25’08','','inherit','closed','closed','','5996-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5996,'https://localhost/?p=7016',0,'revision','',0), (7017,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','25’53','','inherit','closed','closed','','5997-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5997,'https://localhost/?p=7017',0,'revision','',0), (7018,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','21’05','','inherit','closed','closed','','5976-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5976,'https://localhost/?p=7018',0,'revision','',0), (7019,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','21’07','','inherit','closed','closed','','5977-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5977,'https://localhost/?p=7019',0,'revision','',0), (7020,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','21’09','','inherit','closed','closed','','5978-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5978,'https://localhost/?p=7020',0,'revision','',0), (7021,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','21’14','','inherit','closed','closed','','5979-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5979,'https://localhost/?p=7021',0,'revision','',0), (7022,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','21’19','','inherit','closed','closed','','5980-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5980,'https://localhost/?p=7022',0,'revision','',0), (7023,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','22’27','','inherit','closed','closed','','5981-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5981,'https://localhost/?p=7023',0,'revision','',0), (7024,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','22’30','','inherit','closed','closed','','5982-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5982,'https://localhost/?p=7024',0,'revision','',0), (7025,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','22’38','','inherit','closed','closed','','5983-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5983,'https://localhost/?p=7025',0,'revision','',0), (7026,1,'2023-07-11 14:22:57','2023-07-11 12:22:57','','22’42','','inherit','closed','closed','','5984-revision-v1','','','2023-07-11 14:22:57','2023-07-11 12:22:57','',5984,'https://localhost/?p=7026',0,'revision','',0), (7027,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','22’51','','inherit','closed','closed','','5985-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5985,'https://localhost/?p=7027',0,'revision','',0), (7028,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','23’23','','inherit','closed','closed','','5986-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5986,'https://localhost/?p=7028',0,'revision','',0), (7029,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','23’28','','inherit','closed','closed','','5987-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5987,'https://localhost/?p=7029',0,'revision','',0), (7030,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','23’34','','inherit','closed','closed','','5988-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5988,'https://localhost/?p=7030',0,'revision','',0), (7031,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','23’44','','inherit','closed','closed','','5989-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5989,'https://localhost/?p=7031',0,'revision','',0), (7032,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’57','','inherit','closed','closed','','5964-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5964,'https://localhost/?p=7032',0,'revision','',0), (7033,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’07','','inherit','closed','closed','','5965-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5965,'https://localhost/?p=7033',0,'revision','',0), (7034,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’09','','inherit','closed','closed','','5966-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5966,'https://localhost/?p=7034',0,'revision','',0), (7035,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’13','','inherit','closed','closed','','5967-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5967,'https://localhost/?p=7035',0,'revision','',0), (7036,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’21','','inherit','closed','closed','','5968-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5968,'https://localhost/?p=7036',0,'revision','',0), (7037,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’26','','inherit','closed','closed','','5969-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5969,'https://localhost/?p=7037',0,'revision','',0), (7038,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’41','','inherit','closed','closed','','5971-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5971,'https://localhost/?p=7038',0,'revision','',0), (7039,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’42','','inherit','closed','closed','','5972-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5972,'https://localhost/?p=7039',0,'revision','',0), (7040,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’45','','inherit','closed','closed','','5973-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5973,'https://localhost/?p=7040',0,'revision','',0), (7041,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','20’59','','inherit','closed','closed','','5974-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5974,'https://localhost/?p=7041',0,'revision','',0), (7042,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','21’03','','inherit','closed','closed','','5975-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5975,'https://localhost/?p=7042',0,'revision','',0), (7043,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’11','','inherit','closed','closed','','5956-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5956,'https://localhost/?p=7043',0,'revision','',0), (7044,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’21','','inherit','closed','closed','','5957-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5957,'https://localhost/?p=7044',0,'revision','',0), (7045,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’24','','inherit','closed','closed','','5958-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5958,'https://localhost/?p=7045',0,'revision','',0), (7046,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’26','','inherit','closed','closed','','5959-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5959,'https://localhost/?p=7046',0,'revision','',0), (7047,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’33','','inherit','closed','closed','','5960-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5960,'https://localhost/?p=7047',0,'revision','',0), (7048,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’36','','inherit','closed','closed','','5961-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5961,'https://localhost/?p=7048',0,'revision','',0), (7049,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’43','','inherit','closed','closed','','5962-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5962,'https://localhost/?p=7049',0,'revision','',0), (7050,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’49','','inherit','closed','closed','','5963-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5963,'https://localhost/?p=7050',0,'revision','',0), (7051,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','17’27','','inherit','closed','closed','','5944-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5944,'https://localhost/?p=7051',0,'revision','',0), (7052,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','17’33','','inherit','closed','closed','','5945-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5945,'https://localhost/?p=7052',0,'revision','',0), (7053,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','17’56','','inherit','closed','closed','','5946-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5946,'https://localhost/?p=7053',0,'revision','',0), (7054,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','17’56','','inherit','closed','closed','','5947-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5947,'https://localhost/?p=7054',0,'revision','',0), (7055,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’02','','inherit','closed','closed','','5948-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5948,'https://localhost/?p=7055',0,'revision','',0), (7056,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’15','','inherit','closed','closed','','5949-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5949,'https://localhost/?p=7056',0,'revision','',0), (7057,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’19','','inherit','closed','closed','','5950-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5950,'https://localhost/?p=7057',0,'revision','',0), (7058,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’28','','inherit','closed','closed','','5951-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5951,'https://localhost/?p=7058',0,'revision','',0), (7059,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’35','','inherit','closed','closed','','5952-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5952,'https://localhost/?p=7059',0,'revision','',0), (7060,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’37','','inherit','closed','closed','','5953-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5953,'https://localhost/?p=7060',0,'revision','',0), (7061,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','18’47','','inherit','closed','closed','','5954-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5954,'https://localhost/?p=7061',0,'revision','',0), (7062,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','19’07','','inherit','closed','closed','','5955-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5955,'https://localhost/?p=7062',0,'revision','',0), (7063,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','16’12','','inherit','closed','closed','','5935-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5935,'https://localhost/?p=7063',0,'revision','',0), (7064,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','16’18','','inherit','closed','closed','','5936-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5936,'https://localhost/?p=7064',0,'revision','',0), (7065,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','16’18','','inherit','closed','closed','','5937-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5937,'https://localhost/?p=7065',0,'revision','',0), (7066,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','16’50','','inherit','closed','closed','','5938-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5938,'https://localhost/?p=7066',0,'revision','',0), (7067,1,'2023-07-11 14:22:58','2023-07-11 12:22:58','','16’54','','inherit','closed','closed','','5939-revision-v1','','','2023-07-11 14:22:58','2023-07-11 12:22:58','',5939,'https://localhost/?p=7067',0,'revision','',0), (7068,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','16’56','','inherit','closed','closed','','5940-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5940,'https://localhost/?p=7068',0,'revision','',0), (7069,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','17’05','','inherit','closed','closed','','5941-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5941,'https://localhost/?p=7069',0,'revision','',0), (7070,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','17’08','','inherit','closed','closed','','5942-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5942,'https://localhost/?p=7070',0,'revision','',0), (7071,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','17’16','','inherit','closed','closed','','5943-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5943,'https://localhost/?p=7071',0,'revision','',0), (7072,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’05','','inherit','closed','closed','','5919-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5919,'https://localhost/?p=7072',0,'revision','',0), (7073,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’08','','inherit','closed','closed','','5920-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5920,'https://localhost/?p=7073',0,'revision','',0), (7074,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’25','','inherit','closed','closed','','5921-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5921,'https://localhost/?p=7074',0,'revision','',0), (7075,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’28','','inherit','closed','closed','','5922-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5922,'https://localhost/?p=7075',0,'revision','',0), (7076,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’32','','inherit','closed','closed','','5923-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5923,'https://localhost/?p=7076',0,'revision','',0), (7077,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’35','','inherit','closed','closed','','5924-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5924,'https://localhost/?p=7077',0,'revision','',0), (7078,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’42','','inherit','closed','closed','','5925-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5925,'https://localhost/?p=7078',0,'revision','',0), (7079,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’45','','inherit','closed','closed','','5926-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5926,'https://localhost/?p=7079',0,'revision','',0), (7080,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','14’51','','inherit','closed','closed','','5927-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5927,'https://localhost/?p=7080',0,'revision','',0), (7081,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','15’17','','inherit','closed','closed','','5928-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5928,'https://localhost/?p=7081',0,'revision','',0), (7082,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','15’19','','inherit','closed','closed','','5929-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5929,'https://localhost/?p=7082',0,'revision','',0), (7083,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','15’22','','inherit','closed','closed','','5930-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5930,'https://localhost/?p=7083',0,'revision','',0), (7084,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','15’26','','inherit','closed','closed','','5931-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5931,'https://localhost/?p=7084',0,'revision','',0), (7085,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','15’33','','inherit','closed','closed','','5932-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5932,'https://localhost/?p=7085',0,'revision','',0), (7086,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','16’02','','inherit','closed','closed','','5933-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5933,'https://localhost/?p=7086',0,'revision','',0), (7087,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','16’09','','inherit','closed','closed','','5934-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5934,'https://localhost/?p=7087',0,'revision','',0), (7088,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’29','','inherit','closed','closed','','5911-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5911,'https://localhost/?p=7088',0,'revision','',0), (7089,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’31','','inherit','closed','closed','','5912-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5912,'https://localhost/?p=7089',0,'revision','',0), (7090,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’34','','inherit','closed','closed','','5913-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5913,'https://localhost/?p=7090',0,'revision','',0), (7091,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’36','','inherit','closed','closed','','5914-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5914,'https://localhost/?p=7091',0,'revision','',0), (7092,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’43','','inherit','closed','closed','','5915-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5915,'https://localhost/?p=7092',0,'revision','',0), (7093,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’46','','inherit','closed','closed','','5916-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5916,'https://localhost/?p=7093',0,'revision','',0), (7094,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’51','','inherit','closed','closed','','5917-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5917,'https://localhost/?p=7094',0,'revision','',0), (7095,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’57','','inherit','closed','closed','','5918-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5918,'https://localhost/?p=7095',0,'revision','',0), (7096,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','11’35','','inherit','closed','closed','','5898-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5898,'https://localhost/?p=7096',0,'revision','',0), (7097,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','11’40','','inherit','closed','closed','','5899-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5899,'https://localhost/?p=7097',0,'revision','',0), (7098,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','11’42','','inherit','closed','closed','','5900-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5900,'https://localhost/?p=7098',0,'revision','',0), (7099,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','11’45','','inherit','closed','closed','','5901-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5901,'https://localhost/?p=7099',0,'revision','',0), (7100,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','11’53','','inherit','closed','closed','','5903-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5903,'https://localhost/?p=7100',0,'revision','',0), (7101,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','11’55','','inherit','closed','closed','','5904-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5904,'https://localhost/?p=7101',0,'revision','',0), (7102,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','12’06','','inherit','closed','closed','','5905-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5905,'https://localhost/?p=7102',0,'revision','',0), (7103,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','12’45','','inherit','closed','closed','','5906-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5906,'https://localhost/?p=7103',0,'revision','',0), (7104,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','12’47','','inherit','closed','closed','','5907-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5907,'https://localhost/?p=7104',0,'revision','',0), (7105,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’03','','inherit','closed','closed','','5908-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5908,'https://localhost/?p=7105',0,'revision','',0), (7106,1,'2023-07-11 14:22:59','2023-07-11 12:22:59','','13’13','','inherit','closed','closed','','5909-revision-v1','','','2023-07-11 14:22:59','2023-07-11 12:22:59','',5909,'https://localhost/?p=7106',0,'revision','',0), (7107,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','13’17','','inherit','closed','closed','','5910-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5910,'https://localhost/?p=7107',0,'revision','',0), (7108,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’39','','inherit','closed','closed','','5890-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5890,'https://localhost/?p=7108',0,'revision','',0), (7109,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’41','','inherit','closed','closed','','5891-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5891,'https://localhost/?p=7109',0,'revision','',0), (7110,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’55','','inherit','closed','closed','','5892-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5892,'https://localhost/?p=7110',0,'revision','',0), (7111,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','11’00','','inherit','closed','closed','','5893-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5893,'https://localhost/?p=7111',0,'revision','',0), (7112,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','11’21','','inherit','closed','closed','','5894-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5894,'https://localhost/?p=7112',0,'revision','',0), (7113,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','11’26','','inherit','closed','closed','','5895-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5895,'https://localhost/?p=7113',0,'revision','',0), (7114,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','11’30','','inherit','closed','closed','','5896-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5896,'https://localhost/?p=7114',0,'revision','',0), (7115,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','11’32','','inherit','closed','closed','','5897-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5897,'https://localhost/?p=7115',0,'revision','',0), (7116,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’27','','inherit','closed','closed','','5888-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5888,'https://localhost/?p=7116',0,'revision','',0), (7117,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’37','','inherit','closed','closed','','5889-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5889,'https://localhost/?p=7117',0,'revision','',0), (7118,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’15','','inherit','closed','closed','','5877-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5877,'https://localhost/?p=7118',0,'revision','',0), (7119,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’23','','inherit','closed','closed','','5878-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5878,'https://localhost/?p=7119',0,'revision','',0), (7120,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’27','','inherit','closed','closed','','5879-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5879,'https://localhost/?p=7120',0,'revision','',0), (7121,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’44','','inherit','closed','closed','','5880-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5880,'https://localhost/?p=7121',0,'revision','',0), (7122,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’47','','inherit','closed','closed','','5881-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5881,'https://localhost/?p=7122',0,'revision','',0), (7123,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’49','','inherit','closed','closed','','5882-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5882,'https://localhost/?p=7123',0,'revision','',0), (7124,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’56','','inherit','closed','closed','','5883-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5883,'https://localhost/?p=7124',0,'revision','',0), (7125,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’58','','inherit','closed','closed','','5884-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5884,'https://localhost/?p=7125',0,'revision','',0), (7126,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’12','','inherit','closed','closed','','5885-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5885,'https://localhost/?p=7126',0,'revision','',0), (7127,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’19','','inherit','closed','closed','','5886-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5886,'https://localhost/?p=7127',0,'revision','',0), (7128,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','10’25','','inherit','closed','closed','','5887-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5887,'https://localhost/?p=7128',0,'revision','',0), (7129,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’36','','inherit','closed','closed','','5873-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5873,'https://localhost/?p=7129',0,'revision','',0), (7130,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’43','','inherit','closed','closed','','5874-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5874,'https://localhost/?p=7130',0,'revision','',0), (7131,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’06','','inherit','closed','closed','','5875-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5875,'https://localhost/?p=7131',0,'revision','',0), (7132,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','09’13','','inherit','closed','closed','','5876-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5876,'https://localhost/?p=7132',0,'revision','',0), (7133,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','07’13','','inherit','closed','closed','','5860-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5860,'https://localhost/?p=7133',0,'revision','',0), (7134,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','07’17','','inherit','closed','closed','','5861-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5861,'https://localhost/?p=7134',0,'revision','',0), (7135,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','07’43','','inherit','closed','closed','','5862-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5862,'https://localhost/?p=7135',0,'revision','',0), (7136,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','07’44','','inherit','closed','closed','','5863-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5863,'https://localhost/?p=7136',0,'revision','',0), (7137,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','07’51','','inherit','closed','closed','','5864-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5864,'https://localhost/?p=7137',0,'revision','',0), (7138,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’09','','inherit','closed','closed','','5865-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5865,'https://localhost/?p=7138',0,'revision','',0), (7139,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’12','','inherit','closed','closed','','5866-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5866,'https://localhost/?p=7139',0,'revision','',0), (7140,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’13','','inherit','closed','closed','','5867-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5867,'https://localhost/?p=7140',0,'revision','',0), (7141,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’14','','inherit','closed','closed','','5868-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5868,'https://localhost/?p=7141',0,'revision','',0), (7142,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’16','','inherit','closed','closed','','5869-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5869,'https://localhost/?p=7142',0,'revision','',0), (7143,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’19','','inherit','closed','closed','','5870-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5870,'https://localhost/?p=7143',0,'revision','',0), (7144,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’24','','inherit','closed','closed','','5871-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5871,'https://localhost/?p=7144',0,'revision','',0), (7145,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','08’31','','inherit','closed','closed','','5872-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5872,'https://localhost/?p=7145',0,'revision','',0), (7146,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','06’28','','inherit','closed','closed','','5853-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5853,'https://localhost/?p=7146',0,'revision','',0), (7147,1,'2023-07-11 14:23:00','2023-07-11 12:23:00','','06’31','','inherit','closed','closed','','5854-revision-v1','','','2023-07-11 14:23:00','2023-07-11 12:23:00','',5854,'https://localhost/?p=7147',0,'revision','',0), (7148,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’33','','inherit','closed','closed','','5855-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5855,'https://localhost/?p=7148',0,'revision','',0), (7149,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’37','','inherit','closed','closed','','5856-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5856,'https://localhost/?p=7149',0,'revision','',0), (7150,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’44','','inherit','closed','closed','','5857-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5857,'https://localhost/?p=7150',0,'revision','',0), (7151,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','07’05','','inherit','closed','closed','','5858-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5858,'https://localhost/?p=7151',0,'revision','',0), (7152,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','07’08','','inherit','closed','closed','','5859-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5859,'https://localhost/?p=7152',0,'revision','',0), (7153,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','04’48','','inherit','closed','closed','','5841-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5841,'https://localhost/?p=7153',0,'revision','',0), (7154,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’05','','inherit','closed','closed','','5842-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5842,'https://localhost/?p=7154',0,'revision','',0), (7155,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’10','','inherit','closed','closed','','5843-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5843,'https://localhost/?p=7155',0,'revision','',0), (7156,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’38','','inherit','closed','closed','','5844-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5844,'https://localhost/?p=7156',0,'revision','',0), (7157,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’45','','inherit','closed','closed','','5845-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5845,'https://localhost/?p=7157',0,'revision','',0), (7158,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’50','','inherit','closed','closed','','5846-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5846,'https://localhost/?p=7158',0,'revision','',0), (7159,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’55','','inherit','closed','closed','','5847-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5847,'https://localhost/?p=7159',0,'revision','',0), (7160,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','05’59','','inherit','closed','closed','','5848-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5848,'https://localhost/?p=7160',0,'revision','',0), (7161,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’00','','inherit','closed','closed','','5849-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5849,'https://localhost/?p=7161',0,'revision','',0), (7162,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’03','','inherit','closed','closed','','5850-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5850,'https://localhost/?p=7162',0,'revision','',0), (7163,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’07','','inherit','closed','closed','','5851-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5851,'https://localhost/?p=7163',0,'revision','',0), (7164,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','06’17','','inherit','closed','closed','','5852-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5852,'https://localhost/?p=7164',0,'revision','',0), (7165,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’17','','inherit','closed','closed','','5833-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5833,'https://localhost/?p=7165',0,'revision','',0), (7166,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’24','','inherit','closed','closed','','5834-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5834,'https://localhost/?p=7166',0,'revision','',0), (7167,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’37','','inherit','closed','closed','','5835-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5835,'https://localhost/?p=7167',0,'revision','',0), (7168,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’42','','inherit','closed','closed','','5836-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5836,'https://localhost/?p=7168',0,'revision','',0), (7169,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','04’04','','inherit','closed','closed','','5837-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5837,'https://localhost/?p=7169',0,'revision','',0), (7170,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','04’27','','inherit','closed','closed','','5838-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5838,'https://localhost/?p=7170',0,'revision','',0), (7171,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','04’29','','inherit','closed','closed','','5839-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5839,'https://localhost/?p=7171',0,'revision','',0), (7172,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','04’36','','inherit','closed','closed','','5840-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5840,'https://localhost/?p=7172',0,'revision','',0), (7173,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’11','','inherit','closed','closed','','5819-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5819,'https://localhost/?p=7173',0,'revision','',0), (7174,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’31','','inherit','closed','closed','','5820-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5820,'https://localhost/?p=7174',0,'revision','',0), (7175,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’34','','inherit','closed','closed','','5821-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5821,'https://localhost/?p=7175',0,'revision','',0), (7176,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’38','','inherit','closed','closed','','5822-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5822,'https://localhost/?p=7176',0,'revision','',0), (7177,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’42','','inherit','closed','closed','','5823-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5823,'https://localhost/?p=7177',0,'revision','',0), (7178,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’46','','inherit','closed','closed','','5824-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5824,'https://localhost/?p=7178',0,'revision','',0), (7179,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’47','','inherit','closed','closed','','5825-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5825,'https://localhost/?p=7179',0,'revision','',0), (7180,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’48','','inherit','closed','closed','','5826-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5826,'https://localhost/?p=7180',0,'revision','',0), (7181,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','02’51','','inherit','closed','closed','','5827-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5827,'https://localhost/?p=7181',0,'revision','',0), (7182,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’00','','inherit','closed','closed','','5829-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5829,'https://localhost/?p=7182',0,'revision','',0), (7183,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’04','','inherit','closed','closed','','5830-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5830,'https://localhost/?p=7183',0,'revision','',0), (7184,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’08','','inherit','closed','closed','','5831-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5831,'https://localhost/?p=7184',0,'revision','',0), (7185,1,'2023-07-11 14:23:01','2023-07-11 12:23:01','','03’12','','inherit','closed','closed','','5832-revision-v1','','','2023-07-11 14:23:01','2023-07-11 12:23:01','',5832,'https://localhost/?p=7185',0,'revision','',0), (7186,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’29','','inherit','closed','closed','','5809-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5809,'https://localhost/?p=7186',0,'revision','',0), (7187,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’40','','inherit','closed','closed','','5810-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5810,'https://localhost/?p=7187',0,'revision','',0), (7188,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’43','','inherit','closed','closed','','5811-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5811,'https://localhost/?p=7188',0,'revision','',0), (7189,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’48','','inherit','closed','closed','','5812-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5812,'https://localhost/?p=7189',0,'revision','',0), (7190,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’53','','inherit','closed','closed','','5813-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5813,'https://localhost/?p=7190',0,'revision','',0), (7191,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’55','','inherit','closed','closed','','5814-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5814,'https://localhost/?p=7191',0,'revision','',0), (7192,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’58','','inherit','closed','closed','','5815-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5815,'https://localhost/?p=7192',0,'revision','',0), (7193,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','02’00','','inherit','closed','closed','','5816-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5816,'https://localhost/?p=7193',0,'revision','',0), (7194,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','02’06','','inherit','closed','closed','','5817-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5817,'https://localhost/?p=7194',0,'revision','',0), (7195,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','02’08','','inherit','closed','closed','','5818-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5818,'https://localhost/?p=7195',0,'revision','',0), (7196,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’10','','inherit','closed','closed','','5798-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5798,'https://localhost/?p=7196',0,'revision','',0), (7197,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0\'13','','inherit','closed','closed','','5799-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5799,'https://localhost/?p=7197',0,'revision','',0), (7198,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’18','','inherit','closed','closed','','5800-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5800,'https://localhost/?p=7198',0,'revision','',0), (7199,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’23','','inherit','closed','closed','','5801-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5801,'https://localhost/?p=7199',0,'revision','',0), (7200,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’26','','inherit','closed','closed','','5802-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5802,'https://localhost/?p=7200',0,'revision','',0), (7201,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’30','','inherit','closed','closed','','5803-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5803,'https://localhost/?p=7201',0,'revision','',0), (7202,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’35','','inherit','closed','closed','','5804-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5804,'https://localhost/?p=7202',0,'revision','',0), (7203,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’41','','inherit','closed','closed','','5805-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5805,'https://localhost/?p=7203',0,'revision','',0), (7204,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’04','','inherit','closed','closed','','5806-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5806,'https://localhost/?p=7204',0,'revision','',0), (7205,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’17','','inherit','closed','closed','','5807-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5807,'https://localhost/?p=7205',0,'revision','',0), (7206,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','01’23','','inherit','closed','closed','','5808-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5808,'https://localhost/?p=7206',0,'revision','',0), (7207,1,'2023-07-11 14:23:02','2023-07-11 12:23:02','','0’02','','inherit','closed','closed','','5797-revision-v1','','','2023-07-11 14:23:02','2023-07-11 12:23:02','',5797,'https://localhost/?p=7207',0,'revision','',0), (7208,1,'2023-07-11 14:28:47','2023-07-11 12:28:47','','0’00','','publish','open','open','','000','','','2023-07-11 14:28:47','2023-07-11 12:28:47','',0,'https://localhost/?p=7208',0,'post','',0), (7209,1,'2023-07-11 14:28:47','2023-07-11 12:28:47','','0’02','','publish','open','open','','002','','','2023-07-11 14:28:47','2023-07-11 12:28:47','',0,'https://localhost/?p=7209',0,'post','',0), (7210,1,'2023-07-11 14:28:47','2023-07-11 12:28:47','','0’10','','publish','open','open','','010','','','2023-07-11 14:28:47','2023-07-11 12:28:47','',0,'https://localhost/?p=7210',0,'post','',0), (7211,1,'2023-07-11 14:28:47','2023-07-11 12:28:47','','0\'13','','publish','open','open','','013','','','2023-07-11 14:28:47','2023-07-11 12:28:47','',0,'https://localhost/?p=7211',0,'post','',0), (7212,1,'2023-07-11 14:28:47','2023-07-11 12:28:47','','0’18','','publish','open','open','','018','','','2023-07-11 14:28:47','2023-07-11 12:28:47','',0,'https://localhost/?p=7212',0,'post','',0), (7213,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','0’23','','publish','open','open','','023','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7213',0,'post','',0), (7214,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','0’26','','publish','open','open','','026','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7214',0,'post','',0), (7215,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','0’30','','publish','open','open','','030','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7215',0,'post','',0), (7216,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','0’35','','publish','open','open','','035','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7216',0,'post','',0), (7217,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','0’41','','publish','open','open','','041','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7217',0,'post','',0), (7218,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’04','','publish','open','open','','0104','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7218',0,'post','',0), (7219,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’17','','publish','open','open','','0117','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7219',0,'post','',0), (7220,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’23','','publish','open','open','','0123','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7220',0,'post','',0), (7221,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’29','','publish','open','open','','0129','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7221',0,'post','',0), (7222,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’40','','publish','open','open','','0140','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7222',0,'post','',0), (7223,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’43','','publish','open','open','','0143','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7223',0,'post','',0), (7224,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’48','','publish','open','open','','0148','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7224',0,'post','',0), (7225,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’53','','publish','open','open','','0153','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7225',0,'post','',0), (7226,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’55','','publish','open','open','','0155','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7226',0,'post','',0), (7227,1,'2023-07-11 14:28:48','2023-07-11 12:28:48','','01’58','','publish','open','open','','0158','','','2023-07-11 14:28:48','2023-07-11 12:28:48','',0,'https://localhost/?p=7227',0,'post','',0), (7228,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’00','','publish','open','open','','0200','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7228',0,'post','',0), (7229,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’06','','publish','open','open','','0206','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7229',0,'post','',0), (7230,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’08','','publish','open','open','','0208','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7230',0,'post','',0), (7231,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’11','','publish','open','open','','0211','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7231',0,'post','',0), (7232,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’31','','publish','open','open','','0231','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7232',0,'post','',0), (7233,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’34','','publish','open','open','','0234','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7233',0,'post','',0), (7234,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’38','','publish','open','open','','0238','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7234',0,'post','',0), (7235,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’42','','publish','open','open','','0242','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7235',0,'post','',0), (7236,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’46','','publish','open','open','','0246','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7236',0,'post','',0), (7237,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’47','','publish','open','open','','0247','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7237',0,'post','',0), (7238,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’48','','publish','open','open','','0248','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7238',0,'post','',0), (7239,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’51','','publish','open','open','','0251','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7239',0,'post','',0), (7240,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','02’55','','publish','open','open','','0255','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7240',0,'post','',0), (7241,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','03’00','','publish','open','open','','0300','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7241',0,'post','',0), (7242,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','03’04','','publish','open','open','','0304','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7242',0,'post','',0), (7243,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','03’08','','publish','open','open','','0308','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7243',0,'post','',0), (7244,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','03’12','','publish','open','open','','0312','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7244',0,'post','',0), (7245,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','03’17','','publish','open','open','','0317','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7245',0,'post','',0), (7246,1,'2023-07-11 14:28:49','2023-07-11 12:28:49','','03’24','','publish','open','open','','0324','','','2023-07-11 14:28:49','2023-07-11 12:28:49','',0,'https://localhost/?p=7246',0,'post','',0), (7247,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','03’37','','publish','open','open','','0337','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7247',0,'post','',0), (7248,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','03’42','','publish','open','open','','0342','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7248',0,'post','',0), (7249,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','04’04','','publish','open','open','','0404','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7249',0,'post','',0), (7250,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','04’27','','publish','open','open','','0427','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7250',0,'post','',0), (7251,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','04’29','','publish','open','open','','0429','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7251',0,'post','',0), (7252,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','04’36','','publish','open','open','','0436','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7252',0,'post','',0), (7253,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','04’48','','publish','open','open','','0448','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7253',0,'post','',0), (7254,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','05’05','','publish','open','open','','0505','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7254',0,'post','',0), (7255,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','05’10','','publish','open','open','','0510','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7255',0,'post','',0), (7256,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','05’38','','publish','open','open','','0538','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7256',0,'post','',0), (7257,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','05’45','','publish','open','open','','0545','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7257',0,'post','',0), (7258,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','05’50','','publish','open','open','','0550','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7258',0,'post','',0), (7259,1,'2023-07-11 14:28:50','2023-07-11 12:28:50','','05’55','','publish','open','open','','0555','','','2023-07-11 14:28:50','2023-07-11 12:28:50','',0,'https://localhost/?p=7259',0,'post','',0), (7260,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','05’59','','publish','open','open','','0559','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7260',0,'post','',0), (7261,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’00','','publish','open','open','','0600','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7261',0,'post','',0), (7262,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’03','','publish','open','open','','0603','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7262',0,'post','',0), (7263,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’07','','publish','open','open','','0607','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7263',0,'post','',0), (7264,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’17','','publish','open','open','','0617','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7264',0,'post','',0), (7265,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’28','','publish','open','open','','0628','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7265',0,'post','',0), (7266,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’31','','publish','open','open','','0631','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7266',0,'post','',0), (7267,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’33','','publish','open','open','','0633','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7267',0,'post','',0), (7268,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’37','','publish','open','open','','0637','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7268',0,'post','',0), (7269,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','06’44','','publish','open','open','','0644','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7269',0,'post','',0), (7270,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','07’05','','publish','open','open','','0705','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7270',0,'post','',0), (7271,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','07’08','','publish','open','open','','0708','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7271',0,'post','',0), (7272,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','07’13','','publish','open','open','','0713','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7272',0,'post','',0), (7273,1,'2023-07-11 14:28:51','2023-07-11 12:28:51','','07’17','','publish','open','open','','0717','','','2023-07-11 14:28:51','2023-07-11 12:28:51','',0,'https://localhost/?p=7273',0,'post','',0), (7274,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','07’43','','publish','open','open','','0743','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7274',0,'post','',0), (7275,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','07’44','','publish','open','open','','0744','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7275',0,'post','',0), (7276,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','07’51','','publish','open','open','','0751','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7276',0,'post','',0), (7277,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’09','','publish','open','open','','0809','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7277',0,'post','',0), (7278,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’12','','publish','open','open','','0812','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7278',0,'post','',0), (7279,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’13','','publish','open','open','','0813','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7279',0,'post','',0), (7280,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’14','','publish','open','open','','0814','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7280',0,'post','',0), (7281,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’16','','publish','open','open','','0816','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7281',0,'post','',0), (7282,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’19','','publish','open','open','','0819','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7282',0,'post','',0), (7283,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’24','','publish','open','open','','0824','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7283',0,'post','',0), (7284,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’31','','publish','open','open','','0831','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7284',0,'post','',0), (7285,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’36','','publish','open','open','','0836','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7285',0,'post','',0), (7286,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','08’43','','publish','open','open','','0843','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7286',0,'post','',0), (7287,1,'2023-07-11 14:28:52','2023-07-11 12:28:52','','09’06','','publish','open','open','','0906','','','2023-07-11 14:28:52','2023-07-11 12:28:52','',0,'https://localhost/?p=7287',0,'post','',0), (7288,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’13','','publish','open','open','','0913','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7288',0,'post','',0), (7289,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’15','','publish','open','open','','0915','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7289',0,'post','',0), (7290,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’23','','publish','open','open','','0923','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7290',0,'post','',0), (7291,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’27','','publish','open','open','','0927','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7291',0,'post','',0), (7292,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’44','','publish','open','open','','0944','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7292',0,'post','',0), (7293,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’47','','publish','open','open','','0947','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7293',0,'post','',0), (7294,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’49','','publish','open','open','','0949','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7294',0,'post','',0), (7295,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’56','','publish','open','open','','0956','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7295',0,'post','',0), (7296,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','09’58','','publish','open','open','','0958','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7296',0,'post','',0), (7297,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’12','','publish','open','open','','1012','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7297',0,'post','',0), (7298,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’19','','publish','open','open','','1019','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7298',0,'post','',0), (7299,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’25','','publish','open','open','','1025','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7299',0,'post','',0), (7300,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’27','','publish','open','open','','1027','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7300',0,'post','',0), (7301,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’37','','publish','open','open','','1037','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7301',0,'post','',0), (7302,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’39','','publish','open','open','','1039','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7302',0,'post','',0), (7303,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’41','','publish','open','open','','1041','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7303',0,'post','',0), (7304,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','10’55','','publish','open','open','','1055','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7304',0,'post','',0), (7305,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','11’00','','publish','open','open','','1100','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7305',0,'post','',0), (7306,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','11’21','','publish','open','open','','1121','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7306',0,'post','',0), (7307,1,'2023-07-11 14:28:53','2023-07-11 12:28:53','','11’26','','publish','open','open','','1126','','','2023-07-11 14:28:53','2023-07-11 12:28:53','',0,'https://localhost/?p=7307',0,'post','',0), (7308,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’30','','publish','open','open','','1130','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7308',0,'post','',0), (7309,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’32','','publish','open','open','','1132','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7309',0,'post','',0), (7310,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’35','','publish','open','open','','1135','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7310',0,'post','',0), (7311,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’40','','publish','open','open','','1140','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7311',0,'post','',0), (7312,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’42','','publish','open','open','','1142','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7312',0,'post','',0), (7313,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’45','','publish','open','open','','1145','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7313',0,'post','',0), (7314,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’48','','publish','open','open','','1148','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7314',0,'post','',0), (7315,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’53','','publish','open','open','','1153','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7315',0,'post','',0), (7316,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','11’55','','publish','open','open','','1155','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7316',0,'post','',0), (7317,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','12’06','','publish','open','open','','1206','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7317',0,'post','',0), (7318,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','12’45','','publish','open','open','','1245','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7318',0,'post','',0), (7319,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','12’47','','publish','open','open','','1247','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7319',0,'post','',0), (7320,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','13’03','','publish','open','open','','1303','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7320',0,'post','',0), (7321,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','13’13','','publish','open','open','','1313','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7321',0,'post','',0), (7322,1,'2023-07-11 14:28:54','2023-07-11 12:28:54','','13’17','','publish','open','open','','1317','','','2023-07-11 14:28:54','2023-07-11 12:28:54','',0,'https://localhost/?p=7322',0,'post','',0), (7323,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’29','','publish','open','open','','1329','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7323',0,'post','',0), (7324,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’31','','publish','open','open','','1331','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7324',0,'post','',0), (7325,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’34','','publish','open','open','','1334','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7325',0,'post','',0), (7326,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’36','','publish','open','open','','1336','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7326',0,'post','',0), (7327,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’43','','publish','open','open','','1343','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7327',0,'post','',0), (7328,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’46','','publish','open','open','','1346','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7328',0,'post','',0), (7329,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’51','','publish','open','open','','1351','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7329',0,'post','',0), (7330,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','13’57','','publish','open','open','','1357','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7330',0,'post','',0), (7331,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','14’05','','publish','open','open','','1405','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7331',0,'post','',0), (7332,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','14’08','','publish','open','open','','1408','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7332',0,'post','',0), (7333,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','14’25','','publish','open','open','','1425','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7333',0,'post','',0), (7334,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','14’28','','publish','open','open','','1428','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7334',0,'post','',0), (7335,1,'2023-07-11 14:28:55','2023-07-11 12:28:55','','14’32','','publish','open','open','','1432','','','2023-07-11 14:28:55','2023-07-11 12:28:55','',0,'https://localhost/?p=7335',0,'post','',0), (7336,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','14’35','','publish','open','open','','1435','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7336',0,'post','',0), (7337,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','14’42','','publish','open','open','','1442','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7337',0,'post','',0), (7338,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','14’45','','publish','open','open','','1445','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7338',0,'post','',0), (7339,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','14’51','','publish','open','open','','1451','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7339',0,'post','',0), (7340,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','15’17','','publish','open','open','','1517','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7340',0,'post','',0), (7341,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','15’19','','publish','open','open','','1519','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7341',0,'post','',0), (7342,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','15’22','','publish','open','open','','1522','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7342',0,'post','',0), (7343,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','15’26','','publish','open','open','','1526','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7343',0,'post','',0), (7344,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','15’33','','publish','open','open','','1533','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7344',0,'post','',0), (7345,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','16’02','','publish','open','open','','1602','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7345',0,'post','',0), (7346,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','16’09','','publish','open','open','','1609','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7346',0,'post','',0), (7347,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','16’12','','publish','open','open','','1612','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7347',0,'post','',0), (7348,1,'2023-07-11 14:28:56','2023-07-11 12:28:56','','16’18','','publish','open','open','','1618','','','2023-07-11 14:28:56','2023-07-11 12:28:56','',0,'https://localhost/?p=7348',0,'post','',0), (7349,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','16’18','','publish','open','open','','1618-2','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7349',0,'post','',0), (7350,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','16’50','','publish','open','open','','1650','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7350',0,'post','',0), (7351,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','16’54','','publish','open','open','','1654','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7351',0,'post','',0), (7352,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','16’56','','publish','open','open','','1656','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7352',0,'post','',0), (7353,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’05','','publish','open','open','','1705','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7353',0,'post','',0), (7354,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’08','','publish','open','open','','1708','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7354',0,'post','',0), (7355,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’16','','publish','open','open','','1716','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7355',0,'post','',0), (7356,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’27','','publish','open','open','','1727','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7356',0,'post','',0), (7357,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’33','','publish','open','open','','1733','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7357',0,'post','',0), (7358,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’56','','publish','open','open','','1756','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7358',0,'post','',0), (7359,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','17’56','','publish','open','open','','1756-2','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7359',0,'post','',0), (7360,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’02','','publish','open','open','','1802','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7360',0,'post','',0), (7361,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’15','','publish','open','open','','1815','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7361',0,'post','',0), (7362,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’19','','publish','open','open','','1819','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7362',0,'post','',0), (7363,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’28','','publish','open','open','','1828','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7363',0,'post','',0), (7364,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’35','','publish','open','open','','1835','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7364',0,'post','',0), (7365,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’37','','publish','open','open','','1837','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7365',0,'post','',0), (7366,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','18’47','','publish','open','open','','1847','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7366',0,'post','',0), (7367,1,'2023-07-11 14:28:57','2023-07-11 12:28:57','','19’07','','publish','open','open','','1907','','','2023-07-11 14:28:57','2023-07-11 12:28:57','',0,'https://localhost/?p=7367',0,'post','',0), (7368,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’11','','publish','open','open','','1911','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7368',0,'post','',0), (7369,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’21','','publish','open','open','','1921','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7369',0,'post','',0), (7370,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’24','','publish','open','open','','1924','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7370',0,'post','',0), (7371,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’26','','publish','open','open','','1926','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7371',0,'post','',0), (7372,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’33','','publish','open','open','','1933','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7372',0,'post','',0), (7373,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’36','','publish','open','open','','1936','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7373',0,'post','',0), (7374,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’43','','publish','open','open','','1943','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7374',0,'post','',0), (7375,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’49','','publish','open','open','','1949','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7375',0,'post','',0), (7376,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','19’57','','publish','open','open','','1957','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7376',0,'post','',0), (7377,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’07','','publish','open','open','','2007','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7377',0,'post','',0), (7378,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’09','','publish','open','open','','2009','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7378',0,'post','',0), (7379,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’13','','publish','open','open','','2013','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7379',0,'post','',0), (7380,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’21','','publish','open','open','','2021','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7380',0,'post','',0), (7381,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’26','','publish','open','open','','2026','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7381',0,'post','',0), (7382,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’28','','publish','open','open','','2028','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7382',0,'post','',0), (7383,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’41','','publish','open','open','','2041','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7383',0,'post','',0), (7384,1,'2023-07-11 14:28:58','2023-07-11 12:28:58','','20’42','','publish','open','open','','2042','','','2023-07-11 14:28:58','2023-07-11 12:28:58','',0,'https://localhost/?p=7384',0,'post','',0), (7385,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','20’45','','publish','open','open','','2045','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7385',0,'post','',0), (7386,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','20’59','','publish','open','open','','2059','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7386',0,'post','',0), (7387,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','21’03','','publish','open','open','','2103','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7387',0,'post','',0), (7388,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','21’05','','publish','open','open','','2105','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7388',0,'post','',0), (7389,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','21’07','','publish','open','open','','2107','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7389',0,'post','',0), (7390,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','21’09','','publish','open','open','','2109','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7390',0,'post','',0), (7391,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','21’14','','publish','open','open','','2114','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7391',0,'post','',0), (7392,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','21’19','','publish','open','open','','2119','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7392',0,'post','',0), (7393,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','22’27','','publish','open','open','','2227','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7393',0,'post','',0), (7394,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','22’30','','publish','open','open','','2230','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7394',0,'post','',0), (7395,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','22’38','','publish','open','open','','2238','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7395',0,'post','',0), (7396,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','22’42','','publish','open','open','','2242','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7396',0,'post','',0), (7397,1,'2023-07-11 14:28:59','2023-07-11 12:28:59','','22’51','','publish','open','open','','2251','','','2023-07-11 14:28:59','2023-07-11 12:28:59','',0,'https://localhost/?p=7397',0,'post','',0), (7398,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','23’23','','publish','open','open','','2323','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7398',0,'post','',0), (7399,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','23’28','','publish','open','open','','2328','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7399',0,'post','',0), (7400,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','23’34','','publish','open','open','','2334','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7400',0,'post','',0), (7401,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','23’44','','publish','open','open','','2344','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7401',0,'post','',0), (7402,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','23’50','','publish','open','open','','2350','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7402',0,'post','',0), (7403,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','23’56','','publish','open','open','','2356','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7403',0,'post','',0), (7404,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','24’00','','publish','open','open','','2400','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7404',0,'post','',0), (7405,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','24’05','','publish','open','open','','2405','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7405',0,'post','',0), (7406,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','24’46','','publish','open','open','','2446','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7406',0,'post','',0), (7407,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','25’02','','publish','open','open','','2502','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7407',0,'post','',0), (7408,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','25’08','','publish','open','open','','2508','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7408',0,'post','',0), (7409,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','25’53','','publish','open','open','','2553','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7409',0,'post','',0), (7410,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','26’00','','publish','open','open','','2600','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7410',0,'post','',0), (7411,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','26’30','','publish','open','open','','2630','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7411',0,'post','',0), (7412,1,'2023-07-11 14:29:00','2023-07-11 12:29:00','','26’46','','publish','open','open','','2646','','','2023-07-11 14:29:00','2023-07-11 12:29:00','',0,'https://localhost/?p=7412',0,'post','',0), (7413,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','26’48','','publish','open','open','','2648','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7413',0,'post','',0), (7414,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','26’50','','publish','open','open','','2650','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7414',0,'post','',0), (7415,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','26’53','','publish','open','open','','2653','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7415',0,'post','',0), (7416,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','26’55','','publish','open','open','','2655','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7416',0,'post','',0), (7417,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','26’56','','publish','open','open','','2656','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7417',0,'post','',0), (7418,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’00','','publish','open','open','','2700','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7418',0,'post','',0), (7419,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’05','','publish','open','open','','2705','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7419',0,'post','',0), (7420,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’07','','publish','open','open','','2707','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7420',0,'post','',0), (7421,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’17','','publish','open','open','','2717','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7421',0,'post','',0), (7422,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’19','','publish','open','open','','2719','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7422',0,'post','',0), (7423,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’23','','publish','open','open','','2723','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7423',0,'post','',0), (7424,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’25','','publish','open','open','','2725','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7424',0,'post','',0), (7425,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’36','','publish','open','open','','2736','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7425',0,'post','',0), (7426,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’45','','publish','open','open','','2745','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7426',0,'post','',0), (7427,1,'2023-07-11 14:29:01','2023-07-11 12:29:01','','27’50','','publish','open','open','','2750','','','2023-07-11 14:29:01','2023-07-11 12:29:01','',0,'https://localhost/?p=7427',0,'post','',0), (7428,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','27’54','','publish','open','open','','2754','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7428',0,'post','',0), (7429,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','28’11','','publish','open','open','','2811','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7429',0,'post','',0), (7430,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','28’14','','publish','open','open','','2814','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7430',0,'post','',0), (7431,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','28’35','','publish','open','open','','2835','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7431',0,'post','',0), (7432,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’03','','publish','open','open','','2903','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7432',0,'post','',0), (7433,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’07','','publish','open','open','','2907','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7433',0,'post','',0), (7434,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’10','','publish','open','open','','2910','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7434',0,'post','',0), (7435,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’16','','publish','open','open','','2916','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7435',0,'post','',0), (7436,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’22','','publish','open','open','','2922','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7436',0,'post','',0), (7437,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’24','','publish','open','open','','2924','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7437',0,'post','',0), (7438,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’31','','publish','open','open','','2931','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7438',0,'post','',0), (7439,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’36','','publish','open','open','','2936','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7439',0,'post','',0), (7440,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’39','','publish','open','open','','2939','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7440',0,'post','',0), (7441,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’42','','publish','open','open','','2942','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7441',0,'post','',0), (7442,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’45','','publish','open','open','','2945','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7442',0,'post','',0), (7443,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’50','','publish','open','open','','2950','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7443',0,'post','',0), (7444,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’53','','publish','open','open','','2953','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7444',0,'post','',0), (7445,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','29’57','','publish','open','open','','2957','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7445',0,'post','',0), (7446,1,'2023-07-11 14:29:02','2023-07-11 12:29:02','','30’00','','publish','open','open','','3000','','','2023-07-11 14:29:02','2023-07-11 12:29:02','',0,'https://localhost/?p=7446',0,'post','',0), (7447,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’03','','publish','open','open','','3003','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7447',0,'post','',0), (7448,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’04','','publish','open','open','','3004','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7448',0,'post','',0), (7449,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’06','','publish','open','open','','3006','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7449',0,'post','',0), (7450,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’07','','publish','open','open','','3007','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7450',0,'post','',0), (7451,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’10','','publish','open','open','','3010','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7451',0,'post','',0), (7452,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’15','','publish','open','open','','3015','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7452',0,'post','',0), (7453,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’19','','publish','open','open','','3019','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7453',0,'post','',0), (7454,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’30','','publish','open','open','','3030','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7454',0,'post','',0), (7455,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’33','','publish','open','open','','3033','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7455',0,'post','',0), (7456,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’36','','publish','open','open','','3036','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7456',0,'post','',0), (7457,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’39','','publish','open','open','','3039','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7457',0,'post','',0), (7458,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’41','','publish','open','open','','3041','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7458',0,'post','',0), (7459,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’45','','publish','open','open','','3045','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7459',0,'post','',0), (7460,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','30’47','','publish','open','open','','3047','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7460',0,'post','',0), (7461,1,'2023-07-11 14:29:03','2023-07-11 12:29:03','','31’01','','publish','open','open','','3101','','','2023-07-11 14:29:03','2023-07-11 12:29:03','',0,'https://localhost/?p=7461',0,'post','',0), (7462,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','31’09','','publish','open','open','','3109','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7462',0,'post','',0), (7463,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','31’18','','publish','open','open','','3118','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7463',0,'post','',0), (7464,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','31’21','','publish','open','open','','3121','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7464',0,'post','',0), (7465,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','31’26','','publish','open','open','','3126','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7465',0,'post','',0), (7466,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','31’28','','publish','open','open','','3128','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7466',0,'post','',0), (7467,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','31’43','','publish','open','open','','3143','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7467',0,'post','',0), (7468,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','32’09','','publish','open','open','','3209','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7468',0,'post','',0), (7469,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','32’23','','publish','open','open','','3223','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7469',0,'post','',0), (7470,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','32’51','','publish','open','open','','3251','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7470',0,'post','',0), (7471,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','33’02','','publish','open','open','','3302','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7471',0,'post','',0), (7472,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','33’05','','publish','open','open','','3305','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7472',0,'post','',0), (7473,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','33’08','','publish','open','open','','3308','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7473',0,'post','',0), (7474,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','34’08','','publish','open','open','','3408','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7474',0,'post','',0), (7475,1,'2023-07-11 14:29:04','2023-07-11 12:29:04','','34’20','','publish','open','open','','3420','','','2023-07-11 14:29:04','2023-07-11 12:29:04','',0,'https://localhost/?p=7475',0,'post','',0), (7476,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’30','','publish','open','open','','3430','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7476',0,'post','',0), (7477,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’36','','publish','open','open','','3436','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7477',0,'post','',0), (7478,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’38','','publish','open','open','','3438','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7478',0,'post','',0), (7479,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’41','','publish','open','open','','3441','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7479',0,'post','',0), (7480,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’44','','publish','open','open','','3444','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7480',0,'post','',0), (7481,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’48','','publish','open','open','','3448','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7481',0,'post','',0), (7482,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','34’49','','publish','open','open','','3449','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7482',0,'post','',0), (7483,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','35’12','','publish','open','open','','3512','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7483',0,'post','',0), (7484,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','35’14','','publish','open','open','','3514','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7484',0,'post','',0), (7485,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','35’26','','publish','open','open','','3526','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7485',0,'post','',0), (7486,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','35’31','','publish','open','open','','3531','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7486',0,'post','',0), (7487,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','35’37','','publish','open','open','','3537','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7487',0,'post','',0), (7488,1,'2023-07-11 14:29:05','2023-07-11 12:29:05','','35’40','','publish','open','open','','3540','','','2023-07-11 14:29:05','2023-07-11 12:29:05','',0,'https://localhost/?p=7488',0,'post','',0), (7489,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','35’50','','publish','open','open','','3550','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7489',0,'post','',0), (7490,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','35’54','','publish','open','open','','3554','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7490',0,'post','',0), (7491,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','35’56','','publish','open','open','','3556','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7491',0,'post','',0), (7492,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','35’59','','publish','open','open','','3559','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7492',0,'post','',0), (7493,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’00','','publish','open','open','','3600','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7493',0,'post','',0), (7494,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’02','','publish','open','open','','3602','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7494',0,'post','',0), (7495,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’13','','publish','open','open','','3613','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7495',0,'post','',0), (7496,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’18','','publish','open','open','','3618','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7496',0,'post','',0), (7497,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’22','','publish','open','open','','3622','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7497',0,'post','',0), (7498,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’27','','publish','open','open','','3627','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7498',0,'post','',0), (7499,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’32','','publish','open','open','','3632','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7499',0,'post','',0), (7500,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','35’34','','publish','open','open','','3534','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7500',0,'post','',0), (7501,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’41','','publish','open','open','','3641','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7501',0,'post','',0), (7502,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’44','','publish','open','open','','3644','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7502',0,'post','',0), (7503,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’49','','publish','open','open','','3649','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7503',0,'post','',0), (7504,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’52','','publish','open','open','','3652','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7504',0,'post','',0), (7505,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’55','','publish','open','open','','3655','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7505',0,'post','',0), (7506,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','36’58','','publish','open','open','','3658','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7506',0,'post','',0), (7507,1,'2023-07-11 14:29:06','2023-07-11 12:29:06','','37’03','','publish','open','open','','3703','','','2023-07-11 14:29:06','2023-07-11 12:29:06','',0,'https://localhost/?p=7507',0,'post','',0), (7508,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’09','','publish','open','open','','3709','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7508',0,'post','',0), (7509,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’25','','publish','open','open','','3725','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7509',0,'post','',0), (7510,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’27','','publish','open','open','','3727','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7510',0,'post','',0), (7511,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’29','','publish','open','open','','3729','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7511',0,'post','',0), (7512,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’37','','publish','open','open','','3737','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7512',0,'post','',0), (7513,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’42','','publish','open','open','','3742','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7513',0,'post','',0), (7514,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’44','','publish','open','open','','3744','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7514',0,'post','',0), (7515,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’46','','publish','open','open','','3746','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7515',0,'post','',0), (7516,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’47','','publish','open','open','','3747','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7516',0,'post','',0), (7517,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’50','','publish','open','open','','3750','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7517',0,'post','',0), (7518,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’51','','publish','open','open','','3751','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7518',0,'post','',0), (7519,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','37’59','','publish','open','open','','3759','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7519',0,'post','',0), (7520,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','38’10','','publish','open','open','','3810','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7520',0,'post','',0), (7521,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','38’15','','publish','open','open','','3815','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7521',0,'post','',0), (7522,1,'2023-07-11 14:29:07','2023-07-11 12:29:07','','38’27','','publish','open','open','','3827','','','2023-07-11 14:29:07','2023-07-11 12:29:07','',0,'https://localhost/?p=7522',0,'post','',0), (7523,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','38’31','','publish','open','open','','3831','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7523',0,'post','',0), (7524,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','38’58','','publish','open','open','','3858','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7524',0,'post','',0), (7525,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’00','','publish','open','open','','3900','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7525',0,'post','',0), (7526,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’07','','publish','open','open','','3907','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7526',0,'post','',0), (7527,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’09','','publish','open','open','','3909','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7527',0,'post','',0), (7528,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’30','','publish','open','open','','3930','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7528',0,'post','',0), (7529,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’39','','publish','open','open','','3939','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7529',0,'post','',0), (7530,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’46','','publish','open','open','','3946','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7530',0,'post','',0), (7531,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','39’48','','publish','open','open','','3948','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7531',0,'post','',0), (7532,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','40’07','','publish','open','open','','4007','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7532',0,'post','',0), (7533,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','40’10','','publish','open','open','','4010','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7533',0,'post','',0), (7534,1,'2023-07-11 14:29:08','2023-07-11 12:29:08','','40’32','','publish','open','open','','4032','','','2023-07-11 14:29:08','2023-07-11 12:29:08','',0,'https://localhost/?p=7534',0,'post','',0), (7535,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','40’36','','publish','open','open','','4036','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7535',0,'post','',0), (7536,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','40’39','','publish','open','open','','4039','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7536',0,'post','',0), (7537,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','40’44','','publish','open','open','','4044','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7537',0,'post','',0), (7538,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','40’51','','publish','open','open','','4051','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7538',0,'post','',0), (7539,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','40’57','','publish','open','open','','4057','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7539',0,'post','',0), (7540,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’00','','publish','open','open','','4100','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7540',0,'post','',0), (7541,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’04','','publish','open','open','','4104','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7541',0,'post','',0), (7542,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’08','','publish','open','open','','4108','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7542',0,'post','',0), (7543,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’16','','publish','open','open','','4116','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7543',0,'post','',0), (7544,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’30','','publish','open','open','','4130','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7544',0,'post','',0), (7545,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’32','','publish','open','open','','4132','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7545',0,'post','',0), (7546,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’37','','publish','open','open','','4137','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7546',0,'post','',0), (7547,1,'2023-07-11 14:29:09','2023-07-11 12:29:09','','41’41','','publish','open','open','','4141','','','2023-07-11 14:29:09','2023-07-11 12:29:09','',0,'https://localhost/?p=7547',0,'post','',0), (7548,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','41’43','','publish','open','open','','4143','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7548',0,'post','',0), (7549,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','41’47','','publish','open','open','','4147','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7549',0,'post','',0), (7550,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','41’54','','publish','open','open','','4154','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7550',0,'post','',0), (7551,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’00','','publish','open','open','','4200','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7551',0,'post','',0), (7552,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’03','','publish','open','open','','4203','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7552',0,'post','',0), (7553,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’06','','publish','open','open','','4206','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7553',0,'post','',0), (7554,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’10','','publish','open','open','','4210','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7554',0,'post','',0), (7555,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’22','','publish','open','open','','4222','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7555',0,'post','',0), (7556,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’23','','publish','open','open','','4223','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7556',0,'post','',0), (7557,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’32','','publish','open','open','','4232','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7557',0,'post','',0), (7558,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’39','','publish','open','open','','4239','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7558',0,'post','',0), (7559,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’44','','publish','open','open','','4244','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7559',0,'post','',0), (7560,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’52','','publish','open','open','','4252','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7560',0,'post','',0), (7561,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’57','','publish','open','open','','4257','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7561',0,'post','',0), (7562,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','42’59','','publish','open','open','','4259','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7562',0,'post','',0), (7563,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','43’00','','publish','open','open','','4300','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7563',0,'post','',0), (7564,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','43’04','','publish','open','open','','4304','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7564',0,'post','',0), (7565,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','43’13','','publish','open','open','','4313','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7565',0,'post','',0), (7566,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','43’20','','publish','open','open','','4320','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7566',0,'post','',0), (7567,1,'2023-07-11 14:29:10','2023-07-11 12:29:10','','43’35','','publish','open','open','','4335','','','2023-07-11 14:29:10','2023-07-11 12:29:10','',0,'https://localhost/?p=7567',0,'post','',0), (7568,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','43’46','','publish','open','open','','4346','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7568',0,'post','',0), (7569,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','43’50','','publish','open','open','','4350','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7569',0,'post','',0), (7570,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’04','','publish','open','open','','4404','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7570',0,'post','',0), (7571,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’12','','publish','open','open','','4412','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7571',0,'post','',0), (7572,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’13','','publish','open','open','','4413','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7572',0,'post','',0), (7573,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’16','','publish','open','open','','4416','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7573',0,'post','',0), (7574,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’21','','publish','open','open','','4421','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7574',0,'post','',0), (7575,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’24','','publish','open','open','','4424','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7575',0,'post','',0), (7576,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’28','','publish','open','open','','4428','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7576',0,'post','',0), (7577,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’34','','publish','open','open','','4434','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7577',0,'post','',0), (7578,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’37','','publish','open','open','','4437','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7578',0,'post','',0), (7579,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’41','','publish','open','open','','4441','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7579',0,'post','',0), (7580,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’44','','publish','open','open','','4444','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7580',0,'post','',0), (7581,1,'2023-07-11 14:29:11','2023-07-11 12:29:11','','44’50','','publish','open','open','','4450','','','2023-07-11 14:29:11','2023-07-11 12:29:11','',0,'https://localhost/?p=7581',0,'post','',0), (7582,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','44’55','','publish','open','open','','4455','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7582',0,'post','',0), (7583,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','44’56','','publish','open','open','','4456','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7583',0,'post','',0), (7584,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','44’58','','publish','open','open','','4458','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7584',0,'post','',0), (7585,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’06','','publish','open','open','','4506','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7585',0,'post','',0), (7586,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’15','','publish','open','open','','4515','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7586',0,'post','',0), (7587,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’16','','publish','open','open','','4516','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7587',0,'post','',0), (7588,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’19','','publish','open','open','','4519','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7588',0,'post','',0), (7589,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’21','','publish','open','open','','4521','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7589',0,'post','',0), (7590,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’28','','publish','open','open','','4528','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7590',0,'post','',0), (7591,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’30','','publish','open','open','','4530','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7591',0,'post','',0), (7592,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’37','','publish','open','open','','4537','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7592',0,'post','',0), (7593,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’46','','publish','open','open','','4546','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7593',0,'post','',0), (7594,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','45’51','','publish','open','open','','4551','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7594',0,'post','',0), (7595,1,'2023-07-11 14:29:12','2023-07-11 12:29:12','','46’00','','publish','open','open','','4600','','','2023-07-11 14:29:12','2023-07-11 12:29:12','',0,'https://localhost/?p=7595',0,'post','',0), (7596,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’02','','publish','open','open','','4602','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7596',0,'post','',0), (7597,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’03','','publish','open','open','','4603','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7597',0,'post','',0), (7598,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’06','','publish','open','open','','4606','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7598',0,'post','',0), (7599,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’24','','publish','open','open','','4624','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7599',0,'post','',0), (7600,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’27','','publish','open','open','','4627','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7600',0,'post','',0), (7601,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’42','','publish','open','open','','4642','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7601',0,'post','',0), (7602,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’52','','publish','open','open','','4652','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7602',0,'post','',0), (7603,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','46’59','','publish','open','open','','4659','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7603',0,'post','',0), (7604,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','47’01','','publish','open','open','','4701','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7604',0,'post','',0), (7605,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','47’46','','publish','open','open','','4746','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7605',0,'post','',0), (7606,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','47’50','','publish','open','open','','4750','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7606',0,'post','',0), (7607,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','47’58','','publish','open','open','','4758','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7607',0,'post','',0), (7608,1,'2023-07-11 14:29:13','2023-07-11 12:29:13','','48’00','','publish','open','open','','4800','','','2023-07-11 14:29:13','2023-07-11 12:29:13','',0,'https://localhost/?p=7608',0,'post','',0), (7609,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','48’02','','publish','open','open','','4802','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7609',0,'post','',0), (7610,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','48’16','','publish','open','open','','4816','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7610',0,'post','',0), (7611,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','48’58','','publish','open','open','','4858','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7611',0,'post','',0), (7612,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','49’00','','publish','open','open','','4900','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7612',0,'post','',0), (7613,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','49’03','','publish','open','open','','4903','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7613',0,'post','',0), (7614,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','49’15','','publish','open','open','','4915','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7614',0,'post','',0), (7615,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','49’18','','publish','open','open','','4918','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7615',0,'post','',0), (7616,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','49’24','','publish','open','open','','4924','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7616',0,'post','',0), (7617,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','50’03','','publish','open','open','','5003','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7617',0,'post','',0), (7618,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','50’58','','publish','open','open','','5058','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7618',0,'post','',0), (7619,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’00','','publish','open','open','','5100','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7619',0,'post','',0), (7620,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’09','','publish','open','open','','5109','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7620',0,'post','',0), (7621,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’12','','publish','open','open','','5112','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7621',0,'post','',0), (7622,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’16','','publish','open','open','','5116','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7622',0,'post','',0), (7623,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’20','','publish','open','open','','5120','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7623',0,'post','',0), (7624,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’29','','publish','open','open','','5129','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7624',0,'post','',0), (7625,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’32','','publish','open','open','','5132','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7625',0,'post','',0), (7626,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’35','','publish','open','open','','5135','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7626',0,'post','',0), (7627,1,'2023-07-11 14:29:14','2023-07-11 12:29:14','','51’51','','publish','open','open','','5151','','','2023-07-11 14:29:14','2023-07-11 12:29:14','',0,'https://localhost/?p=7627',0,'post','',0), (7628,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','51’57','','publish','open','open','','5157','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7628',0,'post','',0), (7629,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','51’59','','publish','open','open','','5159','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7629',0,'post','',0), (7630,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’01','','publish','open','open','','5201','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7630',0,'post','',0), (7631,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’06','','publish','open','open','','5206','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7631',0,'post','',0), (7632,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’08','','publish','open','open','','5208','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7632',0,'post','',0), (7633,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’10','','publish','open','open','','5210','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7633',0,'post','',0), (7634,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’21','','publish','open','open','','5221','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7634',0,'post','',0), (7635,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’23','','publish','open','open','','5223','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7635',0,'post','',0), (7636,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’26','','publish','open','open','','5226','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7636',0,'post','',0), (7637,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’33','','publish','open','open','','5233','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7637',0,'post','',0), (7638,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’35','','publish','open','open','','5235','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7638',0,'post','',0), (7639,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’41','','publish','open','open','','5241','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7639',0,'post','',0), (7640,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’45','','publish','open','open','','5245','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7640',0,'post','',0), (7641,1,'2023-07-11 14:29:15','2023-07-11 12:29:15','','52’47','','publish','open','open','','5247','','','2023-07-11 14:29:15','2023-07-11 12:29:15','',0,'https://localhost/?p=7641',0,'post','',0), (7642,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','52’54','','publish','open','open','','5254','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7642',0,'post','',0), (7643,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','52’58','','publish','open','open','','5258','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7643',0,'post','',0), (7644,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’01','','publish','open','open','','5301','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7644',0,'post','',0), (7645,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’04','','publish','open','open','','5304','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7645',0,'post','',0), (7646,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’07','','publish','open','open','','5307','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7646',0,'post','',0), (7647,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’15','','publish','open','open','','5315','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7647',0,'post','',0), (7648,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’18','','publish','open','open','','5318','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7648',0,'post','',0), (7649,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’26','','publish','open','open','','5326','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7649',0,'post','',0), (7650,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’29','','publish','open','open','','5329','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7650',0,'post','',0), (7651,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’33','','publish','open','open','','5333','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7651',0,'post','',0), (7652,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’38','','publish','open','open','','5338','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7652',0,'post','',0), (7653,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’41','','publish','open','open','','5341','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7653',0,'post','',0), (7654,1,'2023-07-11 14:29:16','2023-07-11 12:29:16','','53’57','','publish','open','open','','5357','','','2023-07-11 14:29:16','2023-07-11 12:29:16','',0,'https://localhost/?p=7654',0,'post','',0), (7655,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','54’03','','publish','open','open','','5403','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7655',0,'post','',0), (7656,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','54’15','','publish','open','open','','5415','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7656',0,'post','',0), (7657,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','54’24','','publish','open','open','','5424','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7657',0,'post','',0), (7658,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','54’30','','publish','open','open','','5430','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7658',0,'post','',0), (7659,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','54’37','','publish','open','open','','5437','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7659',0,'post','',0), (7660,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','55’07','','publish','open','open','','5507','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7660',0,'post','',0), (7661,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','55’11','','publish','open','open','','5511','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7661',0,'post','',0), (7662,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','55’33','','publish','open','open','','5533','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7662',0,'post','',0), (7663,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','55’35','','publish','open','open','','5535','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7663',0,'post','',0), (7664,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','55’59','','publish','open','open','','5559','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7664',0,'post','',0), (7665,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','56’02','','publish','open','open','','5602','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7665',0,'post','',0), (7666,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','56’10','','publish','open','open','','5610','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7666',0,'post','',0), (7667,1,'2023-07-11 14:29:17','2023-07-11 12:29:17','','56’22','','publish','open','open','','5622','','','2023-07-11 14:29:17','2023-07-11 12:29:17','',0,'https://localhost/?p=7667',0,'post','',0), (7668,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','56’40','','publish','open','open','','5640','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7668',0,'post','',0), (7669,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’09','','publish','open','open','','5709','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7669',0,'post','',0), (7670,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’17','','publish','open','open','','5717','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7670',0,'post','',0), (7671,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’19','','publish','open','open','','5719','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7671',0,'post','',0), (7672,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’23','','publish','open','open','','5723','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7672',0,'post','',0), (7673,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’33','','publish','open','open','','5733','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7673',0,'post','',0), (7674,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’39','','publish','open','open','','5739','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7674',0,'post','',0), (7675,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’42','','publish','open','open','','5742','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7675',0,'post','',0), (7676,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’52','','publish','open','open','','5752','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7676',0,'post','',0), (7677,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','57’58','','publish','open','open','','5758','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7677',0,'post','',0), (7678,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','58’16','','publish','open','open','','5816','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7678',0,'post','',0), (7679,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','58’27','','publish','open','open','','5827','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7679',0,'post','',0), (7680,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','58’36','','publish','open','open','','5836','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7680',0,'post','',0), (7681,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','58’44','','publish','open','open','','5844','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7681',0,'post','',0), (7682,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','58’55','','publish','open','open','','5855','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7682',0,'post','',0), (7683,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','59’04','','publish','open','open','','5904','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7683',0,'post','',0), (7684,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','59’10','','publish','open','open','','5910','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7684',0,'post','',0), (7685,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','59’22','','publish','open','open','','5922','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7685',0,'post','',0), (7686,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','59’36','','publish','open','open','','5936','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7686',0,'post','',0), (7687,1,'2023-07-11 14:29:18','2023-07-11 12:29:18','','59’57','','publish','open','open','','5957','','','2023-07-11 14:29:18','2023-07-11 12:29:18','',0,'https://localhost/?p=7687',0,'post','',0), (7688,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’03','','publish','open','open','','1h0003','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7688',0,'post','',0), (7689,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’04','','publish','open','open','','1h0004','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7689',0,'post','',0), (7690,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’09','','publish','open','open','','1h0009','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7690',0,'post','',0), (7691,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’13','','publish','open','open','','1h0013','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7691',0,'post','',0), (7692,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’22','','publish','open','open','','1h0022','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7692',0,'post','',0), (7693,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’31','','publish','open','open','','1h0031','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7693',0,'post','',0), (7694,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’41','','publish','open','open','','1h0041','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7694',0,'post','',0), (7695,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’47','','publish','open','open','','1h0047','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7695',0,'post','',0), (7696,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h00’54','','publish','open','open','','1h0054','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7696',0,'post','',0), (7697,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h01’06','','publish','open','open','','1h0106','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7697',0,'post','',0), (7698,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h01’18','','publish','open','open','','1h0118','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7698',0,'post','',0), (7699,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h01’20','','publish','open','open','','1h0120','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7699',0,'post','',0), (7700,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h01’23','','publish','open','open','','1h0123','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7700',0,'post','',0), (7701,1,'2023-07-11 14:29:19','2023-07-11 12:29:19','','1h01’25','','publish','open','open','','1h0125','','','2023-07-11 14:29:19','2023-07-11 12:29:19','',0,'https://localhost/?p=7701',0,'post','',0), (7702,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h01’35','','publish','open','open','','1h0135','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7702',0,'post','',0), (7703,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h01’44','','publish','open','open','','1h0144','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7703',0,'post','',0), (7704,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h01’49','','publish','open','open','','1h0149','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7704',0,'post','',0), (7705,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h01’53','','publish','open','open','','1h0153','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7705',0,'post','',0), (7706,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h02’07','','publish','open','open','','1h0207','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7706',0,'post','',0), (7707,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h02’16','','publish','open','open','','1h0216','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7707',0,'post','',0), (7708,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h02’21','','publish','open','open','','1h0221','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7708',0,'post','',0), (7709,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h02’39','','publish','open','open','','1h0239','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7709',0,'post','',0), (7710,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h02’48','','publish','open','open','','1h0248','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7710',0,'post','',0), (7711,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h02’55','','publish','open','open','','1h0255','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7711',0,'post','',0), (7712,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h03’08','','publish','open','open','','1h0308','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7712',0,'post','',0), (7713,1,'2023-07-11 14:29:20','2023-07-11 12:29:20','','1h03’09','','publish','open','open','','1h0309','','','2023-07-11 14:29:20','2023-07-11 12:29:20','',0,'https://localhost/?p=7713',0,'post','',0), (7714,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h03’41','','publish','open','open','','1h0341','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7714',0,'post','',0), (7715,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h03’47','','publish','open','open','','1h0347','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7715',0,'post','',0), (7716,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h03’57','','publish','open','open','','1h0357','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7716',0,'post','',0), (7717,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h03’58','','publish','open','open','','1h0358','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7717',0,'post','',0), (7718,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’00','','publish','open','open','','1h0400','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7718',0,'post','',0), (7719,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’05','','publish','open','open','','1h0405','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7719',0,'post','',0), (7720,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’07','','publish','open','open','','1h0407','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7720',0,'post','',0), (7721,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’24','','publish','open','open','','1h0424','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7721',0,'post','',0), (7722,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’35','','publish','open','open','','1h0435','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7722',0,'post','',0), (7723,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’42','','publish','open','open','','1h0442','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7723',0,'post','',0), (7724,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’45','','publish','open','open','','1h0445','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7724',0,'post','',0), (7725,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h04’52','','publish','open','open','','1h0452','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7725',0,'post','',0), (7726,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h05’00','','publish','open','open','','1h0500','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7726',0,'post','',0), (7727,1,'2023-07-11 14:29:21','2023-07-11 12:29:21','','1h05’09','','publish','open','open','','1h0509','','','2023-07-11 14:29:21','2023-07-11 12:29:21','',0,'https://localhost/?p=7727',0,'post','',0), (7728,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’16','','publish','open','open','','1h0516','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7728',0,'post','',0), (7729,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’26','','publish','open','open','','1h0526','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7729',0,'post','',0), (7730,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’27','','publish','open','open','','1h0527','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7730',0,'post','',0), (7731,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’30','','publish','open','open','','1h0530','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7731',0,'post','',0), (7732,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’36','','publish','open','open','','1h0536','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7732',0,'post','',0), (7733,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’41','','publish','open','open','','1h0541','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7733',0,'post','',0), (7734,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’45','','publish','open','open','','1h0545','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7734',0,'post','',0), (7735,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’52','','publish','open','open','','1h0552','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7735',0,'post','',0), (7736,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h05’55','','publish','open','open','','1h0555','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7736',0,'post','',0), (7737,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’00','','publish','open','open','','1h0600','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7737',0,'post','',0), (7738,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’06','','publish','open','open','','1h0606','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7738',0,'post','',0), (7739,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’12','','publish','open','open','','1h0612','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7739',0,'post','',0), (7740,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’19','','publish','open','open','','1h0619','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7740',0,'post','',0), (7741,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’36','','publish','open','open','','1h0636','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7741',0,'post','',0), (7742,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’38','','publish','open','open','','1h0638','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7742',0,'post','',0), (7743,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’41','','publish','open','open','','1h0641','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7743',0,'post','',0), (7744,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’50','','publish','open','open','','1h0650','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7744',0,'post','',0), (7745,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h06’55','','publish','open','open','','1h0655','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7745',0,'post','',0), (7746,1,'2023-07-11 14:29:22','2023-07-11 12:29:22','','1h07’28','','publish','open','open','','1h0728','','','2023-07-11 14:29:22','2023-07-11 12:29:22','',0,'https://localhost/?p=7746',0,'post','',0), (7747,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h07’50','','publish','open','open','','1h0750','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7747',0,'post','',0), (7748,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’13','','publish','open','open','','1h0813','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7748',0,'post','',0), (7749,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’21','','publish','open','open','','1h0821','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7749',0,'post','',0), (7750,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’24','','publish','open','open','','1h0824','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7750',0,'post','',0), (7751,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’32','','publish','open','open','','1h0832','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7751',0,'post','',0), (7752,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’36','','publish','open','open','','1h0836','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7752',0,'post','',0), (7753,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’52','','publish','open','open','','1h0852','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7753',0,'post','',0), (7754,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’55','','publish','open','open','','1h0855','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7754',0,'post','',0), (7755,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h08’59','','publish','open','open','','1h0859','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7755',0,'post','',0), (7756,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h09’11','','publish','open','open','','1h0911','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7756',0,'post','',0), (7757,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h09’12','','publish','open','open','','1h0912','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7757',0,'post','',0), (7758,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h09’23','','publish','open','open','','1h0923','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7758',0,'post','',0), (7759,1,'2023-07-11 14:29:23','2023-07-11 12:29:23','','1h09’26','','publish','open','open','','1h0926','','','2023-07-11 14:29:23','2023-07-11 12:29:23','',0,'https://localhost/?p=7759',0,'post','',0), (7760,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h09’38','','publish','open','open','','1h0938','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7760',0,'post','',0), (7761,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h09’44','','publish','open','open','','1h0944','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7761',0,'post','',0), (7762,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h09’58','','publish','open','open','','1h0958','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7762',0,'post','',0), (7763,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h10’01','','publish','open','open','','1h1001','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7763',0,'post','',0), (7764,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h10’05','','publish','open','open','','1h1005','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7764',0,'post','',0), (7765,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h10’14','','publish','open','open','','1h1014','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7765',0,'post','',0), (7766,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h10’26','','publish','open','open','','1h1026','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7766',0,'post','',0), (7767,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h10’31','','publish','open','open','','1h1031','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7767',0,'post','',0), (7768,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h10’38','','publish','open','open','','1h1038','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7768',0,'post','',0), (7769,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h11’30','','publish','open','open','','1h1130','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7769',0,'post','',0), (7770,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h11’32','','publish','open','open','','1h1132','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7770',0,'post','',0), (7771,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h11’35','','publish','open','open','','1h1135','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7771',0,'post','',0), (7772,1,'2023-07-11 14:29:24','2023-07-11 12:29:24','','1h11’40','','publish','open','open','','1h1140','','','2023-07-11 14:29:24','2023-07-11 12:29:24','',0,'https://localhost/?p=7772',0,'post','',0), (7773,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h11’46','','publish','open','open','','1h1146','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7773',0,'post','',0), (7774,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h12’00','','publish','open','open','','1h1200','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7774',0,'post','',0), (7775,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h12’24','','publish','open','open','','1h1224','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7775',0,'post','',0), (7776,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h12’28','','publish','open','open','','1h1228','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7776',0,'post','',0), (7777,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h12’34','','publish','open','open','','1h1234','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7777',0,'post','',0), (7778,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h12’47','','publish','open','open','','1h1247','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7778',0,'post','',0), (7779,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h12’57','','publish','open','open','','1h1257','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7779',0,'post','',0), (7780,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h13’08','','publish','open','open','','1h1308','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7780',0,'post','',0), (7781,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h13’15','','publish','open','open','','1h1315','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7781',0,'post','',0), (7782,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h13’21','','publish','open','open','','1h1321','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7782',0,'post','',0), (7783,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h13’24','','publish','open','open','','1h1324','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7783',0,'post','',0), (7784,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h13’37','','publish','open','open','','1h1337','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7784',0,'post','',0), (7785,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h14’00','','publish','open','open','','1h1400','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7785',0,'post','',0), (7786,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h14’11','','publish','open','open','','1h1411','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7786',0,'post','',0), (7787,1,'2023-07-11 14:29:25','2023-07-11 12:29:25','','1h14’16','','publish','open','open','','1h1416','','','2023-07-11 14:29:25','2023-07-11 12:29:25','',0,'https://localhost/?p=7787',0,'post','',0), (7788,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h14’24','','publish','open','open','','1h1424','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7788',0,'post','',0), (7789,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h14’33','','publish','open','open','','1h1433','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7789',0,'post','',0), (7790,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h14’36','','publish','open','open','','1h1436','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7790',0,'post','',0), (7791,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h14’53','','publish','open','open','','1h1453','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7791',0,'post','',0), (7792,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h14’57','','publish','open','open','','1h1457','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7792',0,'post','',0), (7793,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’07','','publish','open','open','','1h1507','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7793',0,'post','',0), (7794,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’12','','publish','open','open','','1h1512','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7794',0,'post','',0), (7795,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’24','','publish','open','open','','1h1524','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7795',0,'post','',0), (7796,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’28','','publish','open','open','','1h1528','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7796',0,'post','',0), (7797,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’36','','publish','open','open','','1h1536','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7797',0,'post','',0), (7798,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’43','','publish','open','open','','1h1543','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7798',0,'post','',0), (7799,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’51','','publish','open','open','','1h1551','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7799',0,'post','',0), (7800,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h15’57','','publish','open','open','','1h1557','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7800',0,'post','',0), (7801,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h16’15','','publish','open','open','','1h1615','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7801',0,'post','',0), (7802,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h16’23','','publish','open','open','','1h1623','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7802',0,'post','',0), (7803,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h16’25','','publish','open','open','','1h1625','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7803',0,'post','',0), (7804,1,'2023-07-11 14:29:26','2023-07-11 12:29:26','','1h16’33','','publish','open','open','','1h1633','','','2023-07-11 14:29:26','2023-07-11 12:29:26','',0,'https://localhost/?p=7804',0,'post','',0), (7805,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h16’40','','publish','open','open','','1h1640','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7805',0,'post','',0), (7806,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h16’49','','publish','open','open','','1h1649','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7806',0,'post','',0), (7807,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h16’51','','publish','open','open','','1h1651','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7807',0,'post','',0), (7808,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h16’54','','publish','open','open','','1h1654','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7808',0,'post','',0), (7809,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h16’55','','publish','open','open','','1h1655','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7809',0,'post','',0), (7810,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h16’56','','publish','open','open','','1h1656','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7810',0,'post','',0), (7811,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h17’02','','publish','open','open','','1h1702','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7811',0,'post','',0), (7812,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h17’07','','publish','open','open','','1h1707','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7812',0,'post','',0), (7813,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h17’25','','publish','open','open','','1h1725','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7813',0,'post','',0), (7814,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h17’31','','publish','open','open','','1h1731','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7814',0,'post','',0), (7815,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h17’40','','publish','open','open','','1h1740','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7815',0,'post','',0), (7816,1,'2023-07-11 14:29:27','2023-07-11 12:29:27','','1h17’44','','publish','open','open','','1h1744','','','2023-07-11 14:29:27','2023-07-11 12:29:27','',0,'https://localhost/?p=7816',0,'post','',0), (7817,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’13','','publish','open','open','','1h1813','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7817',0,'post','',0), (7818,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’18','','publish','open','open','','1h1818','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7818',0,'post','',0), (7819,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’21','','publish','open','open','','1h1821','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7819',0,'post','',0), (7820,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’26','','publish','open','open','','1h1826','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7820',0,'post','',0), (7821,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’32','','publish','open','open','','1h1832','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7821',0,'post','',0), (7822,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’37','','publish','open','open','','1h1837','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7822',0,'post','',0), (7823,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’40','','publish','open','open','','1h1840','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7823',0,'post','',0), (7824,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’41','','publish','open','open','','1h1841','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7824',0,'post','',0), (7825,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’43','','publish','open','open','','1h1843','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7825',0,'post','',0), (7826,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’47','','publish','open','open','','1h1847','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7826',0,'post','',0), (7827,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’53','','publish','open','open','','1h1853','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7827',0,'post','',0), (7828,1,'2023-07-11 14:29:28','2023-07-11 12:29:28','','1h18’55','','publish','open','open','','1h1855','','','2023-07-11 14:29:28','2023-07-11 12:29:28','',0,'https://localhost/?p=7828',0,'post','',0), (7829,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h18’57','','publish','open','open','','1h1857','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7829',0,'post','',0), (7830,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’00','','publish','open','open','','1h1900','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7830',0,'post','',0), (7831,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’03','','publish','open','open','','1h1903','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7831',0,'post','',0), (7832,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’05','','publish','open','open','','1h1905','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7832',0,'post','',0), (7833,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’10','','publish','open','open','','1h1910','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7833',0,'post','',0), (7834,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’16','','publish','open','open','','1h1916','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7834',0,'post','',0), (7835,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’20','','publish','open','open','','1h1920','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7835',0,'post','',0), (7836,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’28','','publish','open','open','','1h1928','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7836',0,'post','',0), (7837,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’43','','publish','open','open','','1h1943','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7837',0,'post','',0), (7838,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’51','','publish','open','open','','1h1951','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7838',0,'post','',0), (7839,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h19’58','','publish','open','open','','1h1958','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7839',0,'post','',0), (7840,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’01','','publish','open','open','','1h2001','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7840',0,'post','',0), (7841,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’07','','publish','open','open','','1h2007','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7841',0,'post','',0), (7842,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’11','','publish','open','open','','1h2011','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7842',0,'post','',0), (7843,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’18','','publish','open','open','','1h2018','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7843',0,'post','',0), (7844,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’20','','publish','open','open','','1h2020','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7844',0,'post','',0), (7845,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’27','','publish','open','open','','1h2027','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7845',0,'post','',0), (7846,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h20’43','','publish','open','open','','1h2043','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7846',0,'post','',0), (7847,1,'2023-07-11 14:29:29','2023-07-11 12:29:29','','1h21’01','','publish','open','open','','1h2101','','','2023-07-11 14:29:29','2023-07-11 12:29:29','',0,'https://localhost/?p=7847',0,'post','',0), (7848,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’02','','publish','open','open','','1h2102','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7848',0,'post','',0), (7849,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’09','','publish','open','open','','1h2109','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7849',0,'post','',0), (7850,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’18','','publish','open','open','','1h2118','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7850',0,'post','',0), (7851,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’25','','publish','open','open','','1h2125','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7851',0,'post','',0), (7852,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’32','','publish','open','open','','1h2132','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7852',0,'post','',0), (7853,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’32','','publish','open','open','','1h2132-2','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7853',0,'post','',0), (7854,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’38','','publish','open','open','','1h2138','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7854',0,'post','',0), (7855,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’41','','publish','open','open','','1h2141','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7855',0,'post','',0), (7856,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h21’53','','publish','open','open','','1h2153','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7856',0,'post','',0), (7857,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h22’10','','publish','open','open','','1h2210','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7857',0,'post','',0), (7858,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h22’14','','publish','open','open','','1h2214','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7858',0,'post','',0), (7859,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h22’20','','publish','open','open','','1h2220','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7859',0,'post','',0), (7860,1,'2023-07-11 14:29:30','2023-07-11 12:29:30','','1h22’26','','publish','open','open','','1h2226','','','2023-07-11 14:29:30','2023-07-11 12:29:30','',0,'https://localhost/?p=7860',0,'post','',0), (7861,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h22’32','','publish','open','open','','1h2232','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7861',0,'post','',0), (7862,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h22’43','','publish','open','open','','1h2243','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7862',0,'post','',0), (7863,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h22’49','','publish','open','open','','1h2249','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7863',0,'post','',0), (7864,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h22’54','','publish','open','open','','1h2254','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7864',0,'post','',0), (7865,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h22’58','','publish','open','open','','1h2258','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7865',0,'post','',0), (7866,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’03','','publish','open','open','','1h2303','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7866',0,'post','',0), (7867,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’08','','publish','open','open','','1h2308','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7867',0,'post','',0), (7868,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’08','','publish','open','open','','1h2308-2','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7868',0,'post','',0), (7869,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’10','','publish','open','open','','1h2310','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7869',0,'post','',0), (7870,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’14','','publish','open','open','','1h2314','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7870',0,'post','',0), (7871,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’19','','publish','open','open','','1h2319','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7871',0,'post','',0), (7872,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’20','','publish','open','open','','1h2320','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7872',0,'post','',0), (7873,1,'2023-07-11 14:29:31','2023-07-11 12:29:31','','1h23’25','','publish','open','open','','1h2325','','','2023-07-11 14:29:31','2023-07-11 12:29:31','',0,'https://localhost/?p=7873',0,'post','',0), (7874,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’30','','publish','open','open','','1h2330','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7874',0,'post','',0), (7875,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’31','','publish','open','open','','1h2331','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7875',0,'post','',0), (7876,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’35','','publish','open','open','','1h2335','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7876',0,'post','',0), (7877,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’40','','publish','open','open','','1h2340','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7877',0,'post','',0), (7878,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’41','','publish','open','open','','1h2341','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7878',0,'post','',0), (7879,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’45','','publish','open','open','','1h2345','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7879',0,'post','',0), (7880,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’49','','publish','open','open','','1h2349','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7880',0,'post','',0), (7881,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’51','','publish','open','open','','1h2351','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7881',0,'post','',0), (7882,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’54','','publish','open','open','','1h2354','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7882',0,'post','',0), (7883,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’56','','publish','open','open','','1h2356','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7883',0,'post','',0), (7884,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h23’59','','publish','open','open','','1h2359','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7884',0,'post','',0), (7885,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h24’00','','publish','open','open','','1h2400','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7885',0,'post','',0), (7886,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h24’04','','publish','open','open','','1h2404','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7886',0,'post','',0), (7887,1,'2023-07-11 14:29:32','2023-07-11 12:29:32','','1h24’09','','publish','open','open','','1h2409','','','2023-07-11 14:29:32','2023-07-11 12:29:32','',0,'https://localhost/?p=7887',0,'post','',0), (7888,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’14','','publish','open','open','','1h2414','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7888',0,'post','',0), (7889,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’41','','publish','open','open','','1h2441','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7889',0,'post','',0), (7890,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’44','','publish','open','open','','1h2444','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7890',0,'post','',0), (7891,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’45','','publish','open','open','','1h2445','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7891',0,'post','',0), (7892,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’48','','publish','open','open','','1h2448','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7892',0,'post','',0), (7893,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’50','','publish','open','open','','1h2450','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7893',0,'post','',0), (7894,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’51','','publish','open','open','','1h2451','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7894',0,'post','',0), (7895,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’53','','publish','open','open','','1h2453','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7895',0,'post','',0), (7896,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’54','','publish','open','open','','1h2454','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7896',0,'post','',0), (7897,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h24’56','','publish','open','open','','1h2456','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7897',0,'post','',0), (7898,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’00','','publish','open','open','','1h2500','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7898',0,'post','',0), (7899,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’01','','publish','open','open','','1h2501','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7899',0,'post','',0), (7900,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’04','','publish','open','open','','1h2504','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7900',0,'post','',0), (7901,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’10','','publish','open','open','','1h2510','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7901',0,'post','',0), (7902,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’13','','publish','open','open','','1h2513','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7902',0,'post','',0), (7903,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’17','','publish','open','open','','1h2517','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7903',0,'post','',0), (7904,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’22','','publish','open','open','','1h2522','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7904',0,'post','',0), (7905,1,'2023-07-11 14:29:33','2023-07-11 12:29:33','','1h25’29','','publish','open','open','','1h2529','','','2023-07-11 14:29:33','2023-07-11 12:29:33','',0,'https://localhost/?p=7905',0,'post','',0), (7906,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h25’32','','publish','open','open','','1h2532','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=7906',0,'post','',0), (7907,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h25’36','','publish','open','open','','1h2536','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=7907',0,'post','',0), (7908,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h25’37','','publish','open','open','','1h2537','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=7908',0,'post','',0), (7909,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h26’58','','publish','open','open','','1h2658','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=7909',0,'post','',0), (7910,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h27’58','','publish','open','open','','1h2758','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=7910',0,'post','',0), (7911,1,'2023-07-11 14:29:34','2023-07-11 12:29:34','','1h28’03','','publish','open','open','','1h2803','','','2023-07-11 14:29:34','2023-07-11 12:29:34','',0,'https://localhost/?p=7911',0,'post','',0), (7912,1,'2023-07-11 14:56:42','2023-07-11 12:56:42','','0’0’’','','publish','closed','closed','','00','','','2023-07-11 14:56:42','2023-07-11 12:56:42','',0,'https://localhost/?p=7912',0,'post','',0), (7913,1,'2023-07-11 14:54:21','2023-07-11 12:54:21','','Brouillon créé le 11 July 2023 à 12h54','','inherit','closed','closed','','7912-revision-v1','','','2023-07-11 14:54:21','2023-07-11 12:54:21','',7912,'https://localhost/?p=7913',0,'revision','',0), (7914,1,'2023-07-11 14:56:42','2023-07-11 12:56:42','','0’0’’','','inherit','closed','closed','','7912-revision-v1','','','2023-07-11 14:56:42','2023-07-11 12:56:42','',7912,'https://localhost/?p=7914',0,'revision','',0), (7915,1,'2023-07-11 15:01:16','2023-07-11 13:01:16','','02’55’’','','publish','closed','closed','','0255-2','','','2023-07-11 16:55:06','2023-07-11 14:55:06','',0,'https://localhost/?p=7915',0,'post','',0), (7916,1,'2023-07-11 15:00:23','2023-07-11 13:00:23','','Brouillon créé le 11 July 2023 à 13h00','','inherit','closed','closed','','7915-revision-v1','','','2023-07-11 15:00:23','2023-07-11 13:00:23','',7915,'https://localhost/?p=7916',0,'revision','',0), (7917,1,'2023-07-11 15:01:16','2023-07-11 13:01:16','','02’55’’','','inherit','closed','closed','','7915-revision-v1','','','2023-07-11 15:01:16','2023-07-11 13:01:16','',7915,'https://localhost/?p=7917',0,'revision','',0), (7918,1,'2023-07-11 15:07:17','2023-07-11 13:07:17','','02’55’’','','publish','closed','closed','','0255-3','','','2023-07-11 15:07:18','2023-07-11 13:07:18','',0,'https://localhost/?p=7918',0,'post','',0), (7919,1,'2023-07-11 15:06:50','2023-07-11 13:06:50','','Brouillon créé le 11 July 2023 à 13h06','','inherit','closed','closed','','7918-revision-v1','','','2023-07-11 15:06:50','2023-07-11 13:06:50','',7918,'https://localhost/?p=7919',0,'revision','',0), (7920,1,'2023-07-11 15:07:17','2023-07-11 13:07:17','','02’55’’','','inherit','closed','closed','','7918-revision-v1','','','2023-07-11 15:07:17','2023-07-11 13:07:17','',7918,'https://localhost/?p=7920',0,'revision','',0), (7921,1,'2023-07-11 15:16:32','2023-07-11 13:16:32','','11’48’’','','publish','open','open','','1148-2','','','2023-07-11 15:16:32','2023-07-11 13:16:32','',0,'https://localhost/?p=7921',0,'post','',0), (7922,1,'2023-07-11 15:16:32','2023-07-11 13:16:32','','11’48’’','','inherit','closed','closed','','7921-revision-v1','','','2023-07-11 15:16:32','2023-07-11 13:16:32','',7921,'https://localhost/?p=7922',0,'revision','',0), (7923,1,'2023-07-11 15:18:01','2023-07-11 13:18:01','','20’28’’','','publish','closed','closed','','2028-2','','','2023-07-11 16:55:41','2023-07-11 14:55:41','',0,'https://localhost/?p=7923',0,'post','',0), (7924,1,'2023-07-11 15:16:48','2023-07-11 13:16:48','','Brouillon créé le 11 July 2023 à 13h16','','inherit','closed','closed','','7923-revision-v1','','','2023-07-11 15:16:48','2023-07-11 13:16:48','',7923,'https://localhost/?p=7924',0,'revision','',0), (7925,1,'2023-07-11 15:18:01','2023-07-11 13:18:01','','20’28’’','','inherit','closed','closed','','7923-revision-v1','','','2023-07-11 15:18:01','2023-07-11 13:18:01','',7923,'https://localhost/?p=7925',0,'revision','',0), (7926,1,'2023-07-11 15:19:28','2023-07-11 13:19:28','','33’02’’','','publish','closed','closed','','3302-2','','','2023-07-11 15:19:28','2023-07-11 13:19:28','',0,'https://localhost/?p=7926',0,'post','',0), (7927,1,'2023-07-11 15:18:59','2023-07-11 13:18:59','','Brouillon créé le 11 July 2023 à 13h18','','inherit','closed','closed','','7926-revision-v1','','','2023-07-11 15:18:59','2023-07-11 13:18:59','',7926,'https://localhost/?p=7927',0,'revision','',0), (7928,1,'2023-07-11 15:19:28','2023-07-11 13:19:28','','33’02’’','','inherit','closed','closed','','7926-revision-v1','','','2023-07-11 15:19:28','2023-07-11 13:19:28','',7926,'https://localhost/?p=7928',0,'revision','',0), (7929,1,'2023-07-11 15:20:10','2023-07-11 13:20:10','','48’16’’','','publish','closed','closed','','4816-2','','','2023-07-11 15:20:11','2023-07-11 13:20:11','',0,'https://localhost/?p=7929',0,'post','',0), (7930,1,'2023-07-11 15:19:56','2023-07-11 13:19:56','','Brouillon créé le 11 July 2023 à 13h19','','inherit','closed','closed','','7929-revision-v1','','','2023-07-11 15:19:56','2023-07-11 13:19:56','',7929,'https://localhost/?p=7930',0,'revision','',0), (7931,1,'2023-07-11 15:20:10','2023-07-11 13:20:10','','48’16’’','','inherit','closed','closed','','7929-revision-v1','','','2023-07-11 15:20:10','2023-07-11 13:20:10','',7929,'https://localhost/?p=7931',0,'revision','',0), (7932,1,'2023-07-11 15:21:18','2023-07-11 13:21:18','','51’57’’','','publish','closed','closed','','5157-2','','','2023-07-11 16:56:13','2023-07-11 14:56:13','',0,'https://localhost/?p=7932',0,'post','',0), (7933,1,'2023-07-11 15:20:46','2023-07-11 13:20:46','','Brouillon créé le 11 July 2023 à 13h20','','inherit','closed','closed','','7932-revision-v1','','','2023-07-11 15:20:46','2023-07-11 13:20:46','',7932,'https://localhost/?p=7933',0,'revision','',0), (7934,1,'2023-07-11 15:21:18','2023-07-11 13:21:18','','51’57’’','','inherit','closed','closed','','7932-revision-v1','','','2023-07-11 15:21:18','2023-07-11 13:21:18','',7932,'https://localhost/?p=7934',0,'revision','',0), (7935,1,'2023-07-11 15:22:33','2023-07-11 13:22:33','','51’57’’','','publish','closed','closed','','5157-3','','','2023-07-11 15:22:33','2023-07-11 13:22:33','',0,'https://localhost/?p=7935',0,'post','',0), (7936,1,'2023-07-11 15:21:35','2023-07-11 13:21:35','','Brouillon créé le 11 July 2023 à 13h21','','inherit','closed','closed','','7935-revision-v1','','','2023-07-11 15:21:35','2023-07-11 13:21:35','',7935,'https://localhost/?p=7936',0,'revision','',0), (7937,1,'2023-07-11 15:22:33','2023-07-11 13:22:33','','51’57’’','','inherit','closed','closed','','7935-revision-v1','','','2023-07-11 15:22:33','2023-07-11 13:22:33','',7935,'https://localhost/?p=7937',0,'revision','',0), (7938,1,'2023-07-11 15:23:31','2023-07-11 13:23:31','','55’33’’','','publish','closed','closed','','5533-2','','','2023-07-11 15:23:32','2023-07-11 13:23:32','',0,'https://localhost/?p=7938',0,'post','',0), (7939,1,'2023-07-11 15:23:03','2023-07-11 13:23:03','','Brouillon créé le 11 July 2023 à 13h23','','inherit','closed','closed','','7938-revision-v1','','','2023-07-11 15:23:03','2023-07-11 13:23:03','',7938,'https://localhost/?p=7939',0,'revision','',0), (7940,1,'2023-07-11 15:23:31','2023-07-11 13:23:31','','55’33’’','','inherit','closed','closed','','7938-revision-v1','','','2023-07-11 15:23:31','2023-07-11 13:23:31','',7938,'https://localhost/?p=7940',0,'revision','',0), (7941,1,'2023-07-11 15:24:23','2023-07-11 13:24:23','','1h04’42’’','','publish','closed','closed','','1h0442-2','','','2023-07-11 15:24:24','2023-07-11 13:24:24','',0,'https://localhost/?p=7941',0,'post','',0), (7942,1,'2023-07-11 15:24:06','2023-07-11 13:24:06','','Brouillon créé le 11 July 2023 à 13h24','','inherit','closed','closed','','7941-revision-v1','','','2023-07-11 15:24:06','2023-07-11 13:24:06','',7941,'https://localhost/?p=7942',0,'revision','',0), (7943,1,'2023-07-11 15:24:23','2023-07-11 13:24:23','','1h04’42’’','','inherit','closed','closed','','7941-revision-v1','','','2023-07-11 15:24:23','2023-07-11 13:24:23','',7941,'https://localhost/?p=7943',0,'revision','',0), (7944,1,'2023-07-11 15:25:09','2023-07-11 13:25:09','','1h17’40’’','','publish','closed','closed','','1h1740-2','','','2023-07-11 16:56:34','2023-07-11 14:56:34','',0,'https://localhost/?p=7944',0,'post','',0), (7945,1,'2023-07-11 15:24:50','2023-07-11 13:24:50','','Brouillon créé le 11 July 2023 à 13h24','','inherit','closed','closed','','7944-revision-v1','','','2023-07-11 15:24:50','2023-07-11 13:24:50','',7944,'https://localhost/?p=7945',0,'revision','',0), (7946,1,'2023-07-11 15:25:09','2023-07-11 13:25:09','','1h17’40’’','','inherit','closed','closed','','7944-revision-v1','','','2023-07-11 15:25:09','2023-07-11 13:25:09','',7944,'https://localhost/?p=7946',0,'revision','',0), (7947,1,'2023-07-11 15:26:32','2023-07-11 13:26:32','','1h18’13’’','','publish','closed','closed','','1h1813-2','','','2023-07-11 16:56:56','2023-07-11 14:56:56','',0,'https://localhost/?p=7947',0,'post','',0), (7948,1,'2023-07-11 15:25:56','2023-07-11 13:25:56','','Brouillon créé le 11 July 2023 à 13h25','','inherit','closed','closed','','7947-revision-v1','','','2023-07-11 15:25:56','2023-07-11 13:25:56','',7947,'https://localhost/?p=7948',0,'revision','',0), (7949,1,'2023-07-11 15:26:32','2023-07-11 13:26:32','','1h18’13’’','','inherit','closed','closed','','7947-revision-v1','','','2023-07-11 15:26:32','2023-07-11 13:26:32','',7947,'https://localhost/?p=7949',0,'revision','',0), (7950,1,'2023-07-11 15:27:17','2023-07-11 13:27:17','','1h22’43’’','','publish','closed','closed','','1h2243-2','','','2023-07-11 15:27:17','2023-07-11 13:27:17','',0,'https://localhost/?p=7950',0,'post','',0), (7951,1,'2023-07-11 15:27:03','2023-07-11 13:27:03','','Brouillon créé le 11 July 2023 à 13h27','','inherit','closed','closed','','7950-revision-v1','','','2023-07-11 15:27:03','2023-07-11 13:27:03','',7950,'https://localhost/?p=7951',0,'revision','',0), (7952,1,'2023-07-11 15:27:17','2023-07-11 13:27:17','','1h22’43’’','','inherit','closed','closed','','7950-revision-v1','','','2023-07-11 15:27:17','2023-07-11 13:27:17','',7950,'https://localhost/?p=7952',0,'revision','',0), (7953,1,'2023-07-11 15:27:59','2023-07-11 13:27:59','','1h24’00’’','','publish','closed','closed','','1h2400-2','','','2023-07-11 16:32:03','2023-07-11 14:32:03','',0,'https://localhost/?p=7953',0,'post','',0), (7954,1,'2023-07-11 15:27:41','2023-07-11 13:27:41','','Brouillon créé le 11 July 2023 à 13h27','','inherit','closed','closed','','7953-revision-v1','','','2023-07-11 15:27:41','2023-07-11 13:27:41','',7953,'https://localhost/?p=7954',0,'revision','',0), (7955,1,'2023-07-11 15:27:59','2023-07-11 13:27:59','','1h24’00’’','','inherit','closed','closed','','7953-revision-v1','','','2023-07-11 15:27:59','2023-07-11 13:27:59','',7953,'https://localhost/?p=7955',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (5,2,0), (1413,1,0), (5796,1,0), (5797,1,0), (5798,1,0), (5799,1,0), (5800,1,0), (5801,1,0), (5802,1,0), (5803,1,0), (5804,1,0), (5805,1,0), (5806,1,0), (5807,1,0), (5808,1,0), (5809,1,0), (5810,1,0), (5811,1,0), (5812,1,0), (5813,1,0), (5814,1,0), (5815,1,0), (5816,1,0), (5817,1,0), (5818,1,0), (5819,1,0), (5820,1,0), (5821,1,0), (5822,1,0), (5823,1,0), (5824,1,0), (5825,1,0), (5826,1,0), (5827,1,0), (5828,1,0), (5829,1,0), (5830,1,0), (5831,1,0), (5832,1,0), (5833,1,0), (5834,1,0), (5835,1,0), (5836,1,0), (5837,1,0), (5838,1,0), (5839,1,0), (5840,1,0), (5841,1,0), (5842,1,0), (5843,1,0), (5844,1,0), (5845,1,0), (5846,1,0), (5847,1,0), (5848,1,0), (5849,1,0), (5850,1,0), (5851,1,0), (5852,1,0), (5853,1,0), (5854,1,0), (5855,1,0), (5856,1,0), (5857,1,0), (5858,1,0), (5859,1,0), (5860,1,0), (5861,1,0), (5862,1,0), (5863,1,0), (5864,1,0), (5865,1,0), (5866,1,0), (5867,1,0), (5868,1,0), (5869,1,0), (5870,1,0), (5871,1,0), (5872,1,0), (5873,1,0), (5874,1,0), (5875,1,0), (5876,1,0), (5877,1,0), (5878,1,0), (5879,1,0), (5880,1,0), (5881,1,0), (5882,1,0), (5883,1,0), (5884,1,0), (5885,1,0), (5886,1,0), (5887,1,0), (5888,1,0), (5889,1,0), (5890,1,0), (5891,1,0), (5892,1,0), (5893,1,0), (5894,1,0), (5895,1,0), (5896,1,0), (5897,1,0), (5898,1,0), (5899,1,0), (5900,1,0), (5901,1,0), (5902,1,0), (5903,1,0), (5904,1,0), (5905,1,0), (5906,1,0), (5907,1,0), (5908,1,0), (5909,1,0), (5910,1,0), (5911,1,0), (5912,1,0), (5913,1,0), (5914,1,0), (5915,1,0), (5916,1,0), (5917,1,0), (5918,1,0), (5919,1,0), (5920,1,0), (5921,1,0), (5922,1,0), (5923,1,0), (5924,1,0), (5925,1,0), (5926,1,0), (5927,1,0), (5928,1,0), (5929,1,0), (5930,1,0), (5931,1,0), (5932,1,0), (5933,1,0), (5934,1,0), (5935,1,0), (5936,1,0), (5937,1,0), (5938,1,0), (5939,1,0), (5940,1,0), (5941,1,0), (5942,1,0), (5943,1,0), (5944,1,0), (5945,1,0), (5946,1,0), (5947,1,0), (5948,1,0), (5949,1,0), (5950,1,0), (5951,1,0), (5952,1,0), (5953,1,0), (5954,1,0), (5955,1,0), (5956,1,0), (5957,1,0), (5958,1,0), (5959,1,0), (5960,1,0), (5961,1,0), (5962,1,0), (5963,1,0), (5964,1,0), (5965,1,0), (5966,1,0), (5967,1,0), (5968,1,0), (5969,1,0), (5970,1,0), (5971,1,0), (5972,1,0), (5973,1,0), (5974,1,0), (5975,1,0), (5976,1,0), (5977,1,0), (5978,1,0), (5979,1,0), (5980,1,0), (5981,1,0), (5982,1,0), (5983,1,0), (5984,1,0), (5985,1,0), (5986,1,0), (5987,1,0), (5988,1,0), (5989,1,0), (5990,1,0), (5991,1,0), (5992,1,0), (5993,1,0), (5994,1,0), (5995,1,0), (5996,1,0), (5997,1,0), (5998,1,0), (5999,1,0), (6000,1,0), (6001,1,0), (6002,1,0), (6003,1,0), (6004,1,0), (6005,1,0), (6006,1,0), (6007,1,0), (6008,1,0), (6009,1,0), (6010,1,0), (6011,1,0), (6012,1,0), (6013,1,0), (6014,1,0), (6015,1,0), (6016,1,0), (6017,1,0), (6018,1,0), (6019,1,0), (6020,1,0), (6021,1,0), (6022,1,0), (6023,1,0), (6024,1,0), (6025,1,0), (6026,1,0), (6027,1,0), (6028,1,0), (6029,1,0), (6030,1,0), (6031,1,0), (6032,1,0), (6033,1,0), (6034,1,0), (6035,1,0), (6036,1,0), (6037,1,0), (6038,1,0), (6039,1,0), (6040,1,0), (6041,1,0), (6042,1,0), (6043,1,0), (6044,1,0), (6045,1,0), (6046,1,0), (6047,1,0), (6048,1,0), (6049,1,0), (6050,1,0), (6051,1,0), (6052,1,0), (6053,1,0), (6054,1,0), (6055,1,0), (6056,1,0), (6057,1,0), (6058,1,0), (6059,1,0), (6060,1,0), (6061,1,0), (6062,1,0), (6063,1,0), (6064,1,0), (6065,1,0), (6066,1,0), (6067,1,0), (6068,1,0), (6069,1,0), (6070,1,0), (6071,1,0), (6072,1,0), (6073,1,0), (6074,1,0), (6075,1,0), (6076,1,0), (6077,1,0), (6078,1,0), (6079,1,0), (6080,1,0), (6081,1,0), (6082,1,0), (6083,1,0), (6084,1,0), (6085,1,0), (6086,1,0), (6087,1,0), (6088,1,0), (6089,1,0), (6090,1,0), (6091,1,0), (6092,1,0), (6093,1,0), (6094,1,0), (6095,1,0), (6096,1,0), (6097,1,0), (6098,1,0), (6099,1,0), (6100,1,0), (6101,1,0), (6102,1,0), (6103,1,0), (6104,1,0), (6105,1,0), (6106,1,0), (6107,1,0), (6108,1,0), (6109,1,0), (6110,1,0), (6111,1,0), (6112,1,0), (6113,1,0), (6114,1,0), (6115,1,0), (6116,1,0), (6117,1,0), (6118,1,0), (6119,1,0), (6120,1,0), (6121,1,0), (6122,1,0), (6123,1,0), (6124,1,0), (6125,1,0), (6126,1,0), (6127,1,0), (6128,1,0), (6129,1,0), (6130,1,0), (6131,1,0), (6132,1,0), (6133,1,0), (6134,1,0), (6135,1,0), (6136,1,0), (6137,1,0), (6138,1,0), (6139,1,0), (6140,1,0), (6141,1,0), (6142,1,0), (6143,1,0), (6144,1,0), (6145,1,0), (6146,1,0), (6147,1,0), (6148,1,0), (6149,1,0), (6150,1,0), (6151,1,0), (6152,1,0), (6153,1,0), (6154,1,0), (6155,1,0), (6156,1,0), (6157,1,0), (6158,1,0), (6159,1,0), (6160,1,0), (6161,1,0), (6162,1,0), (6163,1,0), (6164,1,0), (6165,1,0), (6166,1,0), (6167,1,0), (6168,1,0), (6169,1,0), (6170,1,0), (6171,1,0), (6172,1,0), (6173,1,0), (6174,1,0), (6175,1,0), (6176,1,0), (6177,1,0), (6178,1,0), (6179,1,0), (6180,1,0), (6181,1,0), (6182,1,0), (6183,1,0), (6184,1,0), (6185,1,0), (6186,1,0), (6187,1,0), (6188,1,0), (6189,1,0), (6190,1,0), (6191,1,0), (6192,1,0), (6193,1,0), (6194,1,0), (6195,1,0), (6196,1,0), (6197,1,0), (6198,1,0), (6199,1,0), (6200,1,0), (6201,1,0), (6202,1,0), (6203,1,0), (6204,1,0), (6205,1,0), (6206,1,0), (6207,1,0), (6208,1,0), (6209,1,0), (6210,1,0), (6211,1,0), (6212,1,0), (6213,1,0), (6214,1,0), (6215,1,0), (6216,1,0), (6217,1,0), (6218,1,0), (6219,1,0), (6220,1,0), (6221,1,0), (6222,1,0), (6223,1,0), (6224,1,0), (6225,1,0), (6226,1,0), (6227,1,0), (6228,1,0), (6229,1,0), (6230,1,0), (6231,1,0), (6232,1,0), (6233,1,0), (6234,1,0), (6235,1,0), (6236,1,0), (6237,1,0), (6238,1,0), (6239,1,0), (6240,1,0), (6241,1,0), (6242,1,0), (6243,1,0), (6244,1,0), (6245,1,0), (6246,1,0), (6247,1,0), (6248,1,0), (6249,1,0), (6250,1,0), (6251,1,0), (6252,1,0), (6253,1,0), (6254,1,0), (6255,1,0), (6256,1,0), (6257,1,0), (6258,1,0), (6259,1,0), (6260,1,0), (6261,1,0), (6262,1,0), (6263,1,0), (6264,1,0), (6265,1,0), (6266,1,0), (6267,1,0), (6268,1,0), (6269,1,0), (6270,1,0), (6271,1,0), (6272,1,0), (6273,1,0), (6274,1,0), (6275,1,0), (6276,1,0), (6277,1,0), (6278,1,0), (6279,1,0), (6280,1,0), (6281,1,0), (6282,1,0), (6283,1,0), (6284,1,0), (6285,1,0), (6286,1,0), (6287,1,0), (6288,1,0), (6289,1,0), (6290,1,0), (6291,1,0), (6292,1,0), (6293,1,0), (6294,1,0), (6295,1,0), (6296,1,0), (6297,1,0), (6298,1,0), (6299,1,0), (6300,1,0), (6301,1,0), (6302,1,0), (6303,1,0), (6304,1,0), (6305,1,0), (6306,1,0), (6307,1,0), (6308,1,0), (6309,1,0), (6310,1,0), (6311,1,0), (6312,1,0), (6313,1,0), (6314,1,0), (6315,1,0), (6316,1,0), (6317,1,0), (6318,1,0), (6319,1,0), (6320,1,0), (6321,1,0), (6322,1,0), (6323,1,0), (6324,1,0), (6325,1,0), (6326,1,0), (6327,1,0), (6328,1,0), (6329,1,0), (6330,1,0), (6331,1,0), (6332,1,0), (6333,1,0), (6334,1,0), (6335,1,0), (6336,1,0), (6337,1,0), (6338,1,0), (6339,1,0), (6340,1,0), (6341,1,0), (6342,1,0), (6343,1,0), (6344,1,0), (6345,1,0), (6346,1,0), (6347,1,0), (6348,1,0), (6349,1,0), (6350,1,0), (6351,1,0), (6352,1,0), (6353,1,0), (6354,1,0), (6355,1,0), (6356,1,0), (6357,1,0), (6358,1,0), (6359,1,0), (6360,1,0), (6361,1,0), (6362,1,0), (6363,1,0), (6364,1,0), (6365,1,0), (6366,1,0), (6367,1,0), (6368,1,0), (6369,1,0), (6370,1,0), (6371,1,0), (6372,1,0), (6373,1,0), (6374,1,0), (6375,1,0), (6376,1,0), (6377,1,0), (6378,1,0), (6379,1,0), (6380,1,0), (6381,1,0), (6382,1,0), (6383,1,0), (6384,1,0), (6385,1,0), (6386,1,0), (6387,1,0), (6388,1,0), (6389,1,0), (6390,1,0), (6391,1,0), (6392,1,0), (6393,1,0), (6394,1,0), (6395,1,0), (6396,1,0), (6397,1,0), (6398,1,0), (6399,1,0), (6400,1,0), (6401,1,0), (6402,1,0), (6403,1,0), (6404,1,0), (6405,1,0), (6406,1,0), (6407,1,0), (6408,1,0), (6409,1,0), (6410,1,0), (6411,1,0), (6412,1,0), (6413,1,0), (6414,1,0), (6415,1,0), (6416,1,0), (6417,1,0), (6418,1,0), (6419,1,0), (6420,1,0), (6421,1,0), (6422,1,0), (6423,1,0), (6424,1,0), (6425,1,0), (6426,1,0), (6427,1,0), (6428,1,0), (6429,1,0), (6430,1,0), (6431,1,0), (6432,1,0), (6433,1,0), (6434,1,0), (6435,1,0), (6436,1,0), (6437,1,0), (6438,1,0), (6439,1,0), (6440,1,0), (6441,1,0), (6442,1,0), (6443,1,0), (6444,1,0), (6445,1,0), (6446,1,0), (6447,1,0), (6448,1,0), (6449,1,0), (6450,1,0), (6451,1,0), (6452,1,0), (6453,1,0), (6454,1,0), (6455,1,0), (6456,1,0), (6457,1,0), (6458,1,0), (6459,1,0), (6460,1,0), (6461,1,0), (6462,1,0), (6463,1,0), (6464,1,0), (6465,1,0), (6466,1,0), (6467,1,0), (6468,1,0), (6469,1,0), (6470,1,0), (6471,1,0), (6472,1,0), (6473,1,0), (6474,1,0), (6475,1,0), (6476,1,0), (6477,1,0), (6478,1,0), (6479,1,0), (6480,1,0), (6481,1,0), (6482,1,0), (6483,1,0), (6484,1,0), (6485,1,0), (6486,1,0), (6487,1,0), (6488,1,0), (6489,1,0), (6490,1,0), (6491,1,0), (6492,1,0), (6493,1,0), (6494,1,0), (6495,1,0), (6496,1,0), (6497,1,0), (6498,1,0), (6499,1,0), (6500,1,0), (6501,1,0), (7208,1,0), (7209,1,0), (7210,1,0), (7211,1,0), (7212,1,0), (7213,1,0), (7214,1,0), (7215,1,0), (7216,1,0), (7217,1,0), (7218,1,0), (7219,1,0), (7220,1,0), (7221,1,0), (7222,1,0), (7223,1,0), (7224,1,0), (7225,1,0), (7226,1,0), (7227,1,0), (7228,1,0), (7229,1,0), (7230,1,0), (7231,1,0), (7232,1,0), (7233,1,0), (7234,1,0), (7235,1,0), (7236,1,0), (7237,1,0), (7238,1,0), (7239,1,0), (7240,1,0), (7241,1,0), (7242,1,0), (7243,1,0), (7244,1,0), (7245,1,0), (7246,1,0), (7247,1,0), (7248,1,0), (7249,1,0), (7250,1,0), (7251,1,0), (7252,1,0), (7253,1,0), (7254,1,0), (7255,1,0), (7256,1,0), (7257,1,0), (7258,1,0), (7259,1,0), (7260,1,0), (7261,1,0), (7262,1,0), (7263,1,0), (7264,1,0), (7265,1,0), (7266,1,0), (7267,1,0), (7268,1,0), (7269,1,0), (7270,1,0), (7271,1,0), (7272,1,0), (7273,1,0), (7274,1,0), (7275,1,0), (7276,1,0), (7277,1,0), (7278,1,0), (7279,1,0), (7280,1,0), (7281,1,0), (7282,1,0), (7283,1,0), (7284,1,0), (7285,1,0), (7286,1,0), (7287,1,0), (7288,1,0), (7289,1,0), (7290,1,0), (7291,1,0), (7292,1,0), (7293,1,0), (7294,1,0), (7295,1,0), (7296,1,0), (7297,1,0), (7298,1,0), (7299,1,0), (7300,1,0), (7301,1,0), (7302,1,0), (7303,1,0), (7304,1,0), (7305,1,0), (7306,1,0), (7307,1,0), (7308,1,0), (7309,1,0), (7310,1,0), (7311,1,0), (7312,1,0), (7313,1,0), (7314,1,0), (7315,1,0), (7316,1,0), (7317,1,0), (7318,1,0), (7319,1,0), (7320,1,0), (7321,1,0), (7322,1,0), (7323,1,0), (7324,1,0), (7325,1,0), (7326,1,0), (7327,1,0), (7328,1,0), (7329,1,0), (7330,1,0), (7331,1,0), (7332,1,0), (7333,1,0), (7334,1,0), (7335,1,0), (7336,1,0), (7337,1,0), (7338,1,0), (7339,1,0), (7340,1,0), (7341,1,0), (7342,1,0), (7343,1,0), (7344,1,0), (7345,1,0), (7346,1,0), (7347,1,0), (7348,1,0), (7349,1,0), (7350,1,0), (7351,1,0), (7352,1,0), (7353,1,0), (7354,1,0), (7355,1,0), (7356,1,0), (7357,1,0), (7358,1,0), (7359,1,0), (7360,1,0), (7361,1,0), (7362,1,0), (7363,1,0), (7364,1,0), (7365,1,0), (7366,1,0), (7367,1,0), (7368,1,0), (7369,1,0), (7370,1,0), (7371,1,0), (7372,1,0), (7373,1,0), (7374,1,0), (7375,1,0), (7376,1,0), (7377,1,0), (7378,1,0), (7379,1,0), (7380,1,0), (7381,1,0), (7382,1,0), (7383,1,0), (7384,1,0), (7385,1,0), (7386,1,0), (7387,1,0), (7388,1,0), (7389,1,0), (7390,1,0), (7391,1,0), (7392,1,0), (7393,1,0), (7394,1,0), (7395,1,0), (7396,1,0), (7397,1,0), (7398,1,0), (7399,1,0), (7400,1,0), (7401,1,0), (7402,1,0), (7403,1,0), (7404,1,0), (7405,1,0), (7406,1,0), (7407,1,0), (7408,1,0), (7409,1,0), (7410,1,0), (7411,1,0), (7412,1,0), (7413,1,0), (7414,1,0), (7415,1,0), (7416,1,0), (7417,1,0), (7418,1,0), (7419,1,0), (7420,1,0), (7421,1,0), (7422,1,0), (7423,1,0), (7424,1,0), (7425,1,0), (7426,1,0), (7427,1,0), (7428,1,0), (7429,1,0), (7430,1,0), (7431,1,0), (7432,1,0), (7433,1,0), (7434,1,0), (7435,1,0), (7436,1,0), (7437,1,0), (7438,1,0), (7439,1,0), (7440,1,0), (7441,1,0), (7442,1,0), (7443,1,0), (7444,1,0), (7445,1,0), (7446,1,0), (7447,1,0), (7448,1,0), (7449,1,0), (7450,1,0), (7451,1,0), (7452,1,0), (7453,1,0), (7454,1,0), (7455,1,0), (7456,1,0), (7457,1,0), (7458,1,0), (7459,1,0), (7460,1,0), (7461,1,0), (7462,1,0), (7463,1,0), (7464,1,0), (7465,1,0), (7466,1,0), (7467,1,0), (7468,1,0), (7469,1,0), (7470,1,0), (7471,1,0), (7472,1,0), (7473,1,0), (7474,1,0), (7475,1,0), (7476,1,0), (7477,1,0), (7478,1,0), (7479,1,0), (7480,1,0), (7481,1,0), (7482,1,0), (7483,1,0), (7484,1,0), (7485,1,0), (7486,1,0), (7487,1,0), (7488,1,0), (7489,1,0), (7490,1,0), (7491,1,0), (7492,1,0), (7493,1,0), (7494,1,0), (7495,1,0), (7496,1,0), (7497,1,0), (7498,1,0), (7499,1,0), (7500,1,0), (7501,1,0), (7502,1,0), (7503,1,0), (7504,1,0), (7505,1,0), (7506,1,0), (7507,1,0), (7508,1,0), (7509,1,0), (7510,1,0), (7511,1,0), (7512,1,0), (7513,1,0), (7514,1,0), (7515,1,0), (7516,1,0), (7517,1,0), (7518,1,0), (7519,1,0), (7520,1,0), (7521,1,0), (7522,1,0), (7523,1,0), (7524,1,0), (7525,1,0), (7526,1,0), (7527,1,0), (7528,1,0), (7529,1,0), (7530,1,0), (7531,1,0), (7532,1,0), (7533,1,0), (7534,1,0), (7535,1,0), (7536,1,0), (7537,1,0), (7538,1,0), (7539,1,0), (7540,1,0), (7541,1,0), (7542,1,0), (7543,1,0), (7544,1,0), (7545,1,0), (7546,1,0), (7547,1,0), (7548,1,0), (7549,1,0), (7550,1,0), (7551,1,0), (7552,1,0), (7553,1,0), (7554,1,0), (7555,1,0), (7556,1,0), (7557,1,0), (7558,1,0), (7559,1,0), (7560,1,0), (7561,1,0), (7562,1,0), (7563,1,0), (7564,1,0), (7565,1,0), (7566,1,0), (7567,1,0), (7568,1,0), (7569,1,0), (7570,1,0), (7571,1,0), (7572,1,0), (7573,1,0), (7574,1,0), (7575,1,0), (7576,1,0), (7577,1,0), (7578,1,0), (7579,1,0), (7580,1,0), (7581,1,0), (7582,1,0), (7583,1,0), (7584,1,0), (7585,1,0), (7586,1,0), (7587,1,0), (7588,1,0), (7589,1,0), (7590,1,0), (7591,1,0), (7592,1,0), (7593,1,0), (7594,1,0), (7595,1,0), (7596,1,0), (7597,1,0), (7598,1,0), (7599,1,0), (7600,1,0), (7601,1,0), (7602,1,0), (7603,1,0), (7604,1,0), (7605,1,0), (7606,1,0), (7607,1,0), (7608,1,0), (7609,1,0), (7610,1,0), (7611,1,0), (7612,1,0), (7613,1,0), (7614,1,0), (7615,1,0), (7616,1,0), (7617,1,0), (7618,1,0), (7619,1,0), (7620,1,0), (7621,1,0), (7622,1,0), (7623,1,0), (7624,1,0), (7625,1,0), (7626,1,0), (7627,1,0), (7628,1,0), (7629,1,0), (7630,1,0), (7631,1,0), (7632,1,0), (7633,1,0), (7634,1,0), (7635,1,0), (7636,1,0), (7637,1,0), (7638,1,0), (7639,1,0), (7640,1,0), (7641,1,0), (7642,1,0), (7643,1,0), (7644,1,0), (7645,1,0), (7646,1,0), (7647,1,0), (7648,1,0), (7649,1,0), (7650,1,0), (7651,1,0), (7652,1,0), (7653,1,0), (7654,1,0), (7655,1,0), (7656,1,0), (7657,1,0), (7658,1,0), (7659,1,0), (7660,1,0), (7661,1,0), (7662,1,0), (7663,1,0), (7664,1,0), (7665,1,0), (7666,1,0), (7667,1,0), (7668,1,0), (7669,1,0), (7670,1,0), (7671,1,0), (7672,1,0), (7673,1,0), (7674,1,0), (7675,1,0), (7676,1,0), (7677,1,0), (7678,1,0), (7679,1,0), (7680,1,0), (7681,1,0), (7682,1,0), (7683,1,0), (7684,1,0), (7685,1,0), (7686,1,0), (7687,1,0), (7688,1,0), (7689,1,0), (7690,1,0), (7691,1,0), (7692,1,0), (7693,1,0), (7694,1,0), (7695,1,0), (7696,1,0), (7697,1,0), (7698,1,0), (7699,1,0), (7700,1,0), (7701,1,0), (7702,1,0), (7703,1,0), (7704,1,0), (7705,1,0), (7706,1,0), (7707,1,0), (7708,1,0), (7709,1,0), (7710,1,0), (7711,1,0), (7712,1,0), (7713,1,0), (7714,1,0), (7715,1,0), (7716,1,0), (7717,1,0), (7718,1,0), (7719,1,0), (7720,1,0), (7721,1,0), (7722,1,0), (7723,1,0), (7724,1,0), (7725,1,0), (7726,1,0), (7727,1,0), (7728,1,0), (7729,1,0), (7730,1,0), (7731,1,0), (7732,1,0), (7733,1,0), (7734,1,0), (7735,1,0), (7736,1,0), (7737,1,0), (7738,1,0), (7739,1,0), (7740,1,0), (7741,1,0), (7742,1,0), (7743,1,0), (7744,1,0), (7745,1,0), (7746,1,0), (7747,1,0), (7748,1,0), (7749,1,0), (7750,1,0), (7751,1,0), (7752,1,0), (7753,1,0), (7754,1,0), (7755,1,0), (7756,1,0), (7757,1,0), (7758,1,0), (7759,1,0), (7760,1,0), (7761,1,0), (7762,1,0), (7763,1,0), (7764,1,0), (7765,1,0), (7766,1,0), (7767,1,0), (7768,1,0), (7769,1,0), (7770,1,0), (7771,1,0), (7772,1,0), (7773,1,0), (7774,1,0), (7775,1,0), (7776,1,0), (7777,1,0), (7778,1,0), (7779,1,0), (7780,1,0), (7781,1,0), (7782,1,0), (7783,1,0), (7784,1,0), (7785,1,0), (7786,1,0), (7787,1,0), (7788,1,0), (7789,1,0), (7790,1,0), (7791,1,0), (7792,1,0), (7793,1,0), (7794,1,0), (7795,1,0), (7796,1,0), (7797,1,0), (7798,1,0), (7799,1,0), (7800,1,0), (7801,1,0), (7802,1,0), (7803,1,0), (7804,1,0), (7805,1,0), (7806,1,0), (7807,1,0), (7808,1,0), (7809,1,0), (7810,1,0), (7811,1,0), (7812,1,0), (7813,1,0), (7814,1,0), (7815,1,0), (7816,1,0), (7817,1,0), (7818,1,0), (7819,1,0), (7820,1,0), (7821,1,0), (7822,1,0), (7823,1,0), (7824,1,0), (7825,1,0), (7826,1,0), (7827,1,0), (7828,1,0), (7829,1,0), (7830,1,0), (7831,1,0), (7832,1,0), (7833,1,0), (7834,1,0), (7835,1,0), (7836,1,0), (7837,1,0), (7838,1,0), (7839,1,0), (7840,1,0), (7841,1,0), (7842,1,0), (7843,1,0), (7844,1,0), (7845,1,0), (7846,1,0), (7847,1,0), (7848,1,0), (7849,1,0), (7850,1,0), (7851,1,0), (7852,1,0), (7853,1,0), (7854,1,0), (7855,1,0), (7856,1,0), (7857,1,0), (7858,1,0), (7859,1,0), (7860,1,0), (7861,1,0), (7862,1,0), (7863,1,0), (7864,1,0), (7865,1,0), (7866,1,0), (7867,1,0), (7868,1,0), (7869,1,0), (7870,1,0), (7871,1,0), (7872,1,0), (7873,1,0), (7874,1,0), (7875,1,0), (7876,1,0), (7877,1,0), (7878,1,0), (7879,1,0), (7880,1,0), (7881,1,0), (7882,1,0), (7883,1,0), (7884,1,0), (7885,1,0), (7886,1,0), (7887,1,0), (7888,1,0), (7889,1,0), (7890,1,0), (7891,1,0), (7892,1,0), (7893,1,0), (7894,1,0), (7895,1,0), (7896,1,0), (7897,1,0), (7898,1,0), (7899,1,0), (7900,1,0), (7901,1,0), (7902,1,0), (7903,1,0), (7904,1,0), (7905,1,0), (7906,1,0), (7907,1,0), (7908,1,0), (7909,1,0), (7910,1,0), (7911,1,0), (7912,1,0), (7915,1,0), (7918,1,0), (7921,1,0), (7923,1,0), (7926,1,0), (7929,1,0), (7932,1,0), (7935,1,0), (7938,1,0), (7941,1,0), (7944,1,0), (7947,1,0), (7950,1,0), (7953,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 = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,721), (2,2,'wp_theme','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) 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 = utf8 */; 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Non classé','non-classe',0), (2,'partition-jlg-theme','partition-jlg-theme',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_um_metadata` -- DROP TABLE IF EXISTS `wp_um_metadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_um_metadata` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `um_key` varchar(255) DEFAULT NULL, `um_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id_indx` (`user_id`), KEY `meta_key_indx` (`um_key`), KEY `meta_value_indx` (`um_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_um_metadata` -- LOCK TABLES `wp_um_metadata` WRITE; /*!40000 ALTER TABLE `wp_um_metadata` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_um_metadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_user_registration_sessions` -- DROP TABLE IF EXISTS `wp_user_registration_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_user_registration_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) NOT NULL, `session_value` longtext NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_user_registration_sessions` -- LOCK TABLES `wp_user_registration_sessions` WRITE; /*!40000 ALTER TABLE `wp_user_registration_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_user_registration_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) 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=35 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','val'), (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:8:{s:13:\"administrator\";b:1;s:15:\"wpie_new_export\";b:1;s:18:\"wpie_manage_export\";b:1;s:15:\"wpie_new_import\";b:1;s:18:\"wpie_manage_import\";b:1;s:13:\"wpie_settings\";b:1;s:15:\"wpie_extensions\";b:1;s:18:\"wpie_add_shortcode\";b:1;}'), (13,1,'wp_user_level','10'), (14,1,'dismissed_wp_pointers',''), (15,1,'show_welcome_panel','1'), (16,1,'session_tokens','a:1:{s:64:\"0ae2e57020856f95c899c5c10f9d01efe25fbd582a48f5f7e3beb001c51a3559\";a:4:{s:10:\"expiration\";i:1690239059;s:2:\"ip\";s:10:\"172.18.0.1\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1689029459;}}'), (17,1,'wp_dashboard_quick_press_last_post_id','4'), (18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"172.18.0.0\";}'), (19,1,'wp_user-settings','mfold=o&hidetb=0&posts_list_mode=list'), (20,1,'wp_user-settings-time','1689078182'), (21,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:4:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"editorMode\";s:6:\"visual\";s:10:\"openPanels\";a:0:{}}s:9:\"_modified\";s:24:\"2023-07-04T12:55:05.409Z\";}'), (22,1,'wpda_manage_columnshidden_toplevel_page_wpdainformation_schema_tables','a:5:{i:0;s:11:\"create_time\";i:1;s:9:\"data_size\";i:2;s:10:\"index_size\";i:3;s:8:\"overhead\";i:4;s:15:\"table_collation\";}'), (23,1,'wpda_manage_columnshidden_wp-data-access_page_wpda_publisherwp_wpda_publisher','a:32:{i:0;s:14:\"pub_table_name\";i:1;s:16:\"pub_column_names\";i:2;s:14:\"pub_sort_icons\";i:3;s:10:\"pub_styles\";i:4;s:17:\"pub_style_premium\";i:5;s:14:\"pub_style_user\";i:6;s:15:\"pub_style_color\";i:7;s:15:\"pub_style_space\";i:8;s:16:\"pub_style_corner\";i:9;s:21:\"pub_style_modal_width\";i:10;s:26:\"pub_responsive_popup_title\";i:11;s:19:\"pub_responsive_cols\";i:12;s:19:\"pub_responsive_type\";i:13;s:31:\"pub_responsive_modal_hyperlinks\";i:14;s:19:\"pub_responsive_icon\";i:15;s:16:\"pub_flat_scrollx\";i:16;s:10:\"pub_format\";i:17;s:17:\"pub_default_where\";i:18;s:19:\"pub_default_orderby\";i:19;s:27:\"pub_table_options_searching\";i:20;s:26:\"pub_table_options_ordering\";i:21;s:24:\"pub_table_options_paging\";i:22;s:26:\"pub_table_options_advanced\";i:23;s:28:\"pub_table_options_serverside\";i:24;s:23:\"pub_table_options_nl2br\";i:25;s:26:\"pub_show_advanced_settings\";i:26;s:14:\"pub_extentions\";i:27;s:9:\"pub_query\";i:28;s:7:\"pub_cpt\";i:29;s:14:\"pub_cpt_fields\";i:30;s:13:\"pub_cpt_query\";i:31;s:14:\"pub_cpt_format\";}'), (24,1,'enable_custom_fields','1'), (25,1,'closedpostboxes_post','a:0:{}'), (26,1,'metaboxhidden_post','a:0:{}'), (27,1,'meta-box-order_post','a:3:{s:6:\"normal\";s:0:\"\";s:8:\"advanced\";s:10:\"postcustom\";s:4:\"side\";s:0:\"\";}'), (28,1,'account_status','approved'), (29,1,'um_member_directory_data','a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}'), (30,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'), (31,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'), (32,1,'um_user_profile_url_slug_user_login','val'), (33,1,'_um_last_login','1688729530'), (34,1,'edit_post_per_page','700'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) 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,'val','$2y$10$EF0G3K0tUyCziEA54d5rnuPa/hahpQVnGFlqAFQULxD7JLoNieU3.','val','valentin_le_moign@figureslibres.io','https://localhost/wp','2023-05-15 02:26:02','',0,'val'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_csv_uploads` -- DROP TABLE IF EXISTS `wp_wpda_csv_uploads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_csv_uploads` ( `csv_id` mediumint(9) NOT NULL AUTO_INCREMENT, `csv_name` varchar(100) NOT NULL, `csv_real_file_name` varchar(4096) NOT NULL, `csv_orig_file_name` varchar(4096) NOT NULL, `csv_timestamp` datetime DEFAULT NULL, `csv_mapping` text DEFAULT NULL, PRIMARY KEY (`csv_id`) ) 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_wpda_csv_uploads` -- LOCK TABLES `wp_wpda_csv_uploads` WRITE; /*!40000 ALTER TABLE `wp_wpda_csv_uploads` DISABLE KEYS */; INSERT INTO `wp_wpda_csv_uploads` VALUES (1,'Partition','wpda_csv_upload_20230525150643.csv','OpenOfficePartition2.csv','2023-05-25 15:06:43',NULL); /*!40000 ALTER TABLE `wp_wpda_csv_uploads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_logging` -- DROP TABLE IF EXISTS `wp_wpda_logging`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_logging` ( `log_time` datetime NOT NULL, `log_id` varchar(50) NOT NULL, `log_type` enum('FATAL','ERROR','WARN','INFO','DEBUG','TRACE') DEFAULT NULL, `log_msg` varchar(4096) DEFAULT NULL, PRIMARY KEY (`log_time`,`log_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_logging` -- LOCK TABLES `wp_wpda_logging` WRITE; /*!40000 ALTER TABLE `wp_wpda_logging` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_logging` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_media` -- DROP TABLE IF EXISTS `wp_wpda_media`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_media` ( `media_schema_name` varchar(64) NOT NULL DEFAULT '', `media_table_name` varchar(64) NOT NULL, `media_column_name` varchar(64) NOT NULL, `media_type` enum('Image','ImageURL','Attachment','Hyperlink','Audio','Video') DEFAULT NULL, `media_activated` enum('Yes','No') DEFAULT NULL, PRIMARY KEY (`media_schema_name`,`media_table_name`,`media_column_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_media` -- LOCK TABLES `wp_wpda_media` WRITE; /*!40000 ALTER TABLE `wp_wpda_media` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_media` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_menus` -- DROP TABLE IF EXISTS `wp_wpda_menus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_menus` ( `menu_id` mediumint(9) NOT NULL AUTO_INCREMENT, `menu_schema_name` varchar(64) NOT NULL DEFAULT '', `menu_table_name` varchar(64) NOT NULL, `menu_name` varchar(100) NOT NULL, `menu_slug` varchar(100) NOT NULL, `menu_role` varchar(100) DEFAULT NULL, PRIMARY KEY (`menu_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_menus` -- LOCK TABLES `wp_wpda_menus` WRITE; /*!40000 ALTER TABLE `wp_wpda_menus` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_project` -- DROP TABLE IF EXISTS `wp_wpda_project`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_project` ( `project_id` mediumint(9) NOT NULL AUTO_INCREMENT, `project_name` varchar(100) NOT NULL, `project_description` text DEFAULT NULL, `add_to_menu` enum('Yes','No') DEFAULT NULL, `menu_name` varchar(30) DEFAULT NULL, `project_sequence` smallint(6) DEFAULT NULL, PRIMARY KEY (`project_id`), UNIQUE KEY `wp_wpdp_project_project_name` (`project_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_project` -- LOCK TABLES `wp_wpda_project` WRITE; /*!40000 ALTER TABLE `wp_wpda_project` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_project` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_project_page` -- DROP TABLE IF EXISTS `wp_wpda_project_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_project_page` ( `project_id` mediumint(9) NOT NULL, `page_id` mediumint(9) NOT NULL AUTO_INCREMENT, `page_name` varchar(100) NOT NULL, `add_to_menu` enum('Yes','No') DEFAULT NULL, `page_type` enum('table','parent/child','static') NOT NULL, `page_schema_name` varchar(64) NOT NULL DEFAULT '', `page_table_name` varchar(64) DEFAULT NULL, `page_setname` varchar(100) DEFAULT 'default', `page_mode` enum('edit','view') NOT NULL, `page_allow_insert` enum('yes','no','only') NOT NULL, `page_allow_delete` enum('yes','no') NOT NULL, `page_allow_import` enum('yes','no') NOT NULL, `page_allow_bulk` enum('yes','no') NOT NULL, `page_allow_full_export` enum('yes','no') DEFAULT 'no', `page_content` bigint(20) unsigned DEFAULT NULL, `page_title` varchar(100) DEFAULT NULL, `page_subtitle` varchar(100) DEFAULT NULL, `page_role` varchar(100) DEFAULT NULL, `page_where` varchar(4096) DEFAULT NULL, `page_orderby` varchar(4096) DEFAULT NULL, `page_sequence` smallint(6) DEFAULT NULL, PRIMARY KEY (`page_id`), UNIQUE KEY `project_id` (`project_id`,`page_name`,`page_role`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_project_page` -- LOCK TABLES `wp_wpda_project_page` WRITE; /*!40000 ALTER TABLE `wp_wpda_project_page` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_project_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_project_table` -- DROP TABLE IF EXISTS `wp_wpda_project_table`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_project_table` ( `wpda_table_name` varchar(64) NOT NULL, `wpda_schema_name` varchar(64) NOT NULL DEFAULT '', `wpda_table_setname` varchar(100) NOT NULL DEFAULT 'default', `wpda_table_design` text NOT NULL, PRIMARY KEY (`wpda_schema_name`,`wpda_table_name`,`wpda_table_setname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_project_table` -- LOCK TABLES `wp_wpda_project_table` WRITE; /*!40000 ALTER TABLE `wp_wpda_project_table` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_project_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_publisher` -- DROP TABLE IF EXISTS `wp_wpda_publisher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_publisher` ( `pub_id` mediumint(9) NOT NULL AUTO_INCREMENT, `pub_name` varchar(100) NOT NULL, `pub_data_source` enum('Table','Query','CPT') DEFAULT 'Table', `pub_schema_name` varchar(64) NOT NULL DEFAULT '', `pub_table_name` varchar(64) NOT NULL, `pub_column_names` varchar(4096) DEFAULT '*', `pub_cpt` varchar(20) DEFAULT NULL, `pub_cpt_fields` text DEFAULT NULL, `pub_cpt_query` text DEFAULT NULL, `pub_cpt_format` text DEFAULT NULL, `pub_format` text DEFAULT NULL, `pub_query` text DEFAULT NULL, `pub_sort_icons` enum('default','none') DEFAULT NULL, `pub_styles` set('default','stripe','hover','order-column','row-border','compact','cell-border') DEFAULT 'default', `pub_style_premium` enum('Yes','No') DEFAULT 'No', `pub_style_user` varchar(50) DEFAULT NULL, `pub_style_color` varchar(50) DEFAULT 'default', `pub_style_space` tinyint(2) unsigned DEFAULT 10, `pub_style_corner` tinyint(2) unsigned DEFAULT 0, `pub_style_modal_width` tinyint(2) unsigned DEFAULT 80, `pub_responsive` enum('Yes','No') DEFAULT NULL, `pub_responsive_popup_title` varchar(50) DEFAULT NULL, `pub_responsive_cols` int(10) unsigned DEFAULT 0, `pub_responsive_type` enum('Modal','Collapsed','Expanded') DEFAULT NULL, `pub_responsive_modal_hyperlinks` enum('If not listed','Never','Always') DEFAULT NULL, `pub_responsive_icon` enum('Yes','No') DEFAULT NULL, `pub_flat_scrollx` enum('Yes','No') DEFAULT NULL, `pub_show_advanced_settings` tinyint(1) DEFAULT NULL, `pub_default_where` varchar(2000) DEFAULT '', `pub_default_orderby` varchar(100) DEFAULT '', `pub_table_options_searching` char(3) DEFAULT 'on', `pub_table_options_ordering` char(3) DEFAULT 'on', `pub_table_options_paging` char(3) DEFAULT 'on', `pub_table_options_serverside` char(3) DEFAULT 'on', `pub_table_options_nl2br` char(3) DEFAULT NULL, `pub_table_options_advanced` text DEFAULT NULL, `pub_extentions` varchar(2000) DEFAULT '', PRIMARY KEY (`pub_id`), UNIQUE KEY `pub_name` (`pub_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_publisher` -- LOCK TABLES `wp_wpda_publisher` WRITE; /*!40000 ALTER TABLE `wp_wpda_publisher` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_publisher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_table_design` -- DROP TABLE IF EXISTS `wp_wpda_table_design`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_table_design` ( `wpda_table_name` varchar(64) NOT NULL, `wpda_schema_name` varchar(64) NOT NULL DEFAULT '', `wpda_table_design` text NOT NULL, `wpda_date_created` timestamp NULL DEFAULT current_timestamp(), `wpda_last_updated` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), PRIMARY KEY (`wpda_schema_name`,`wpda_table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_table_design` -- LOCK TABLES `wp_wpda_table_design` WRITE; /*!40000 ALTER TABLE `wp_wpda_table_design` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_table_design` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpda_table_settings` -- DROP TABLE IF EXISTS `wp_wpda_table_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpda_table_settings` ( `wpda_schema_name` varchar(64) NOT NULL DEFAULT '', `wpda_table_name` varchar(64) NOT NULL, `wpda_table_settings` text NOT NULL, PRIMARY KEY (`wpda_schema_name`,`wpda_table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpda_table_settings` -- LOCK TABLES `wp_wpda_table_settings` WRITE; /*!40000 ALTER TABLE `wp_wpda_table_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpda_table_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpie_template` -- DROP TABLE IF EXISTS `wp_wpie_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpie_template` ( `id` int(11) NOT NULL AUTO_INCREMENT, `status` varchar(25) DEFAULT NULL, `opration` varchar(100) NOT NULL, `username` varchar(60) NOT NULL, `unique_id` varchar(100) NOT NULL, `opration_type` varchar(100) NOT NULL, `options` longtext DEFAULT NULL, `process_log` varchar(255) DEFAULT NULL, `process_lock` int(3) DEFAULT NULL, `create_date` datetime NOT NULL, `last_update_date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpie_template` -- LOCK TABLES `wp_wpie_template` WRITE; /*!40000 ALTER TABLE `wp_wpie_template` DISABLE KEYS */; INSERT INTO `wp_wpie_template` VALUES (3,'completed','import','val','646f85857d9f8','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"a6a0a8065203e842b45898b1503d6e40\";a:4:{s:7:\"fileDir\";s:41:\"a6a0a8065203e842b45898b1503d6e40/original\";s:8:\"fileName\";s:24:\"OpenOfficePartition2.csv\";s:12:\"originalName\";s:24:\"OpenOfficePartition2.csv\";s:7:\"baseDir\";s:32:\"a6a0a8065203e842b45898b1503d6e40\";}}s:10:\"activeFile\";s:32:\"a6a0a8065203e842b45898b1503d6e40\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:1:\"3\";s:12:\"wpieSecurity\";s:10:\"b8303366e1\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"a6a0a8065203e842b45898b1503d6e40\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:24:\"Minutage : {minutage[1]}\";s:17:\"wpie_item_content\";s:109:\"Images : {images[1]}\r\n\r\nVoix Off et In :{voixoffetin[1]}\r\n\r\nBande Son : {bandeson[1]}\r\n\r\nEcrits : {ecrits[1]}\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:1:{s:13:\"646f858662bed\";a:3:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:703;s:8:\"imported\";i:703;s:7:\"created\";i:699;s:7:\"updated\";i:4;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:708;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-05-25 16:01:57\";}',0,'2023-05-25 17:57:57','2023-05-25 18:01:57'), (4,'completed','import','val','647a0b95a4509','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"13780663dcb88e81bc7a391c4d4803b7\";a:4:{s:7:\"fileDir\";s:41:\"13780663dcb88e81bc7a391c4d4803b7/original\";s:8:\"fileName\";s:24:\"OpenOfficePartition3.csv\";s:12:\"originalName\";s:24:\"OpenOfficePartition3.csv\";s:7:\"baseDir\";s:32:\"13780663dcb88e81bc7a391c4d4803b7\";}}s:10:\"activeFile\";s:32:\"13780663dcb88e81bc7a391c4d4803b7\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:1:\"4\";s:12:\"wpieSecurity\";s:10:\"ab100c1163\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"13780663dcb88e81bc7a391c4d4803b7\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:18:\"Article {index[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:5:{s:13:\"647a0b969d0c1\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"c3zb03wa9f4n61sjheoh\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"blcxk49bhht4ud24if2y\";a:3:{s:4:\"name\";s:11:\"Voix Off In\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"2skn5umuuwjmmkjzufie\";a:3:{s:4:\"name\";s:9:\"Bande Son\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"wcd6j74rj7j1hrorl02e\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:7:\"content\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:703;s:8:\"imported\";i:703;s:7:\"created\";i:703;s:7:\"updated\";i:0;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:1412;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-02 16:00:12\";}',0,'2023-06-02 17:32:37','2023-06-02 18:00:12'), (5,'completed','import','val','6482ecce95862','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"07041d33ed6d41fe9e08cc74065e9272\";a:4:{s:7:\"fileDir\";s:41:\"07041d33ed6d41fe9e08cc74065e9272/original\";s:8:\"fileName\";s:24:\"OpenOfficePartition2.csv\";s:12:\"originalName\";s:24:\"OpenOfficePartition2.csv\";s:7:\"baseDir\";s:32:\"07041d33ed6d41fe9e08cc74065e9272\";}}s:10:\"activeFile\";s:32:\"07041d33ed6d41fe9e08cc74065e9272\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:1:\"5\";s:12:\"wpieSecurity\";s:10:\"8cd4879e3b\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"07041d33ed6d41fe9e08cc74065e9272\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:5:{s:13:\"6482eccfedb92\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"4qfk5tn0w7x0c2nmnkua\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"f2cyels3f7uzms7xklkp\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"b7e1isqmosp5dvuwsns0\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"u4p1rezjtmkv9sl0ae3l\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:703;s:8:\"imported\";i:703;s:7:\"created\";i:699;s:7:\"updated\";i:4;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:2117;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-09 09:18:38\";}',0,'2023-06-09 11:11:42','2023-06-09 11:18:38'), (9,'completed','import','val','64870df07739f','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"1fe09fc2a50faa3fe9434ec398760d02\";a:4:{s:7:\"fileDir\";s:41:\"1fe09fc2a50faa3fe9434ec398760d02/original\";s:8:\"fileName\";s:11:\"OpenJlg.csv\";s:12:\"originalName\";s:11:\"OpenJlg.csv\";s:7:\"baseDir\";s:32:\"1fe09fc2a50faa3fe9434ec398760d02\";}}s:10:\"activeFile\";s:32:\"1fe09fc2a50faa3fe9434ec398760d02\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:1:\"9\";s:12:\"wpieSecurity\";s:10:\"c37016f82b\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"1fe09fc2a50faa3fe9434ec398760d02\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:10:\"{index[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:7:{s:13:\"64870df11f210\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"gvzl99i6wsa6rgwauih4\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"aehjnj1d4jyp7pggrndc\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"56jphhh1smx9sl6vvls2\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"us3j7tv01y4qpyhxg3q4\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"qwx7v341lyesoyfcxnn7\";a:3:{s:4:\"name\";s:10:\"isMainPart\";s:5:\"value\";s:0:\"\";s:6:\"option\";s:6:\"normal\";}s:20:\"4dyomy6kaczdku777v12\";a:3:{s:4:\"name\";s:9:\"isSubPart\";s:5:\"value\";s:0:\"\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:706;s:7:\"updated\";i:0;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:2823;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-12 12:34:54\";}',0,'2023-06-12 14:22:08','2023-06-12 14:34:54'), (11,'completed','import','val','648713514f8be','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"e092f126abab7e16e02c8a9bdf179556\";a:4:{s:7:\"fileDir\";s:41:\"e092f126abab7e16e02c8a9bdf179556/original\";s:8:\"fileName\";s:11:\"OpenJlg.csv\";s:12:\"originalName\";s:11:\"OpenJlg.csv\";s:7:\"baseDir\";s:32:\"e092f126abab7e16e02c8a9bdf179556\";}}s:10:\"activeFile\";s:32:\"e092f126abab7e16e02c8a9bdf179556\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"11\";s:12:\"wpieSecurity\";s:10:\"c37016f82b\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"e092f126abab7e16e02c8a9bdf179556\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:10:\"{index[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:8:{s:13:\"648713526caf9\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"o0bove5bxws7wgs8iinj\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"i3u2trlfhe41aws12hnq\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"ezglsbo2oilugsycth23\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"a901fprfwqi2mj4ine11\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"jld532yfun3bmbfk3phu\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"jme45y20hhprg8500nii\";a:3:{s:4:\"name\";s:10:\"isMainPart\";s:5:\"value\";s:0:\"\";s:6:\"option\";s:6:\"normal\";}s:20:\"efsy0zorlz43b2xe3qj6\";a:3:{s:4:\"name\";s:9:\"isSubPart\";s:5:\"value\";s:0:\"\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:706;s:7:\"updated\";i:0;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:3529;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-12 12:48:44\";}',0,'2023-06-12 14:45:05','2023-06-12 14:48:44'), (12,'completed','import','val','64871cf354c76','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"0b7439a3dbfa13172103328f66e16713\";a:4:{s:7:\"fileDir\";s:41:\"0b7439a3dbfa13172103328f66e16713/original\";s:8:\"fileName\";s:11:\"OpenJlg.csv\";s:12:\"originalName\";s:11:\"OpenJlg.csv\";s:7:\"baseDir\";s:32:\"0b7439a3dbfa13172103328f66e16713\";}}s:10:\"activeFile\";s:32:\"0b7439a3dbfa13172103328f66e16713\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"12\";s:12:\"wpieSecurity\";s:10:\"c37016f82b\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"0b7439a3dbfa13172103328f66e16713\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:8:{s:13:\"64871cf4c167b\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"izrv8im0yi2kwdawolgn\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"jdy6z00kf9oiaw5y3gqw\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"mk4wjl8ukq9b68pgf5mp\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"5k49i4x202rfqav6kxgk\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"5lzvw9wxu26yk6csg6dc\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"7dqwhmmqmrvifeo5ojzc\";a:3:{s:4:\"name\";s:10:\"isMainPart\";s:5:\"value\";s:1:\"0\";s:6:\"option\";s:6:\"normal\";}s:20:\"9yohz0apjcwx7g8qd2mi\";a:3:{s:4:\"name\";s:9:\"isSubPart\";s:5:\"value\";s:1:\"0\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:703;s:7:\"updated\";i:3;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:4235;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-12 13:31:14\";}',0,'2023-06-12 15:26:11','2023-06-12 15:31:14'), (13,'completed','import','val','64871e7d9e527','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"fdec780b421c9186902776ffc2bdf5a0\";a:4:{s:7:\"fileDir\";s:41:\"fdec780b421c9186902776ffc2bdf5a0/original\";s:8:\"fileName\";s:11:\"OpenJlg.csv\";s:12:\"originalName\";s:11:\"OpenJlg.csv\";s:7:\"baseDir\";s:32:\"fdec780b421c9186902776ffc2bdf5a0\";}}s:10:\"activeFile\";s:32:\"fdec780b421c9186902776ffc2bdf5a0\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"13\";s:12:\"wpieSecurity\";s:10:\"8becac93f4\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"fdec780b421c9186902776ffc2bdf5a0\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:8:{s:13:\"64871e7ec683a\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"7ri4o0w04zd15s25mdef\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"0328057yvd7wlc0fr4jv\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"arbowq66ns05528om2ii\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"yubs0cc7shv5vsivpw7c\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"utn8gi94t5qge67lkzep\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"bjfzjnv9xvkwney2baz2\";a:3:{s:4:\"name\";s:10:\"isMainPart\";s:5:\"value\";s:1:\"0\";s:6:\"option\";s:6:\"normal\";}s:20:\"l4sjumu5bhus1frfjs7z\";a:3:{s:4:\"name\";s:9:\"isSubPart\";s:5:\"value\";s:1:\"0\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:703;s:7:\"updated\";i:3;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:4941;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-12 13:36:28\";}',0,'2023-06-12 15:32:45','2023-06-12 15:36:28'), (14,'completed','import','val','64871fcd89480','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"7bc804a18adf2053bfbdafeb1dd3eeb8\";a:4:{s:7:\"fileDir\";s:41:\"7bc804a18adf2053bfbdafeb1dd3eeb8/original\";s:8:\"fileName\";s:11:\"OpenJlg.csv\";s:12:\"originalName\";s:11:\"OpenJlg.csv\";s:7:\"baseDir\";s:32:\"7bc804a18adf2053bfbdafeb1dd3eeb8\";}}s:10:\"activeFile\";s:32:\"7bc804a18adf2053bfbdafeb1dd3eeb8\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"14\";s:12:\"wpieSecurity\";s:10:\"8becac93f4\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"7bc804a18adf2053bfbdafeb1dd3eeb8\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:8:{s:20:\"80ng8wor094prhcn7l2l\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"5r1ircz7c9d2041phuay\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"obbdaoren0y49xd752mw\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"3sw9hp9uxt9z3lbi9ilw\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"88np74ivw9evo7jrnur6\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"lcnkucxah7yv838lemc1\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"0rliicn2mc8h3ueybad9\";a:3:{s:4:\"name\";s:10:\"isMainPart\";s:5:\"value\";s:1:\"0\";s:6:\"option\";s:6:\"normal\";}s:20:\"4437vnx5smu01t018yyk\";a:3:{s:4:\"name\";s:9:\"isSubPart\";s:5:\"value\";s:1:\"0\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:702;s:7:\"updated\";i:4;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:5647;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-06-12 13:41:30\";}',0,'2023-06-12 15:38:21','2023-06-12 15:41:30'), (15,'processing','import','val','64a7dc5fbff76','post','a:94:{s:10:\"importFile\";a:2:{s:32:\"b141c97d8029cd6569d66c5907161380\";a:4:{s:7:\"fileDir\";s:41:\"b141c97d8029cd6569d66c5907161380/original\";s:8:\"fileName\";s:6:\"P1.csv\";s:12:\"originalName\";s:6:\"P1.csv\";s:7:\"baseDir\";s:32:\"b141c97d8029cd6569d66c5907161380\";}s:32:\"5023a7c7918b7328ced8a3f8608f242b\";a:4:{s:7:\"fileDir\";s:41:\"5023a7c7918b7328ced8a3f8608f242b/original\";s:8:\"fileName\";s:6:\"P1.csv\";s:12:\"originalName\";s:6:\"P1.csv\";s:7:\"baseDir\";s:32:\"5023a7c7918b7328ced8a3f8608f242b\";}}s:10:\"activeFile\";s:32:\"b141c97d8029cd6569d66c5907161380\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"15\";s:12:\"wpieSecurity\";s:10:\"fa82a2c64e\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"b141c97d8029cd6569d66c5907161380\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:6:{s:13:\"64a7dc60d4347\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"2xw9ua8aa57bfl8cgwy6\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"qyak0of3jzv53m62h2nh\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"d1qzmqxvxguvb4ritbvt\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"453rny6afhbfxxh6c24i\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"7sngwd666tdja04ztb6m\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:120;s:7:\"created\";i:120;s:7:\"updated\";i:0;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:5795;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-07-07 09:51:54\";}',0,'2023-07-07 11:35:27','2023-07-07 11:51:54'), (16,'completed','import','val','64a7e11753bb3','post','a:94:{s:10:\"importFile\";a:1:{s:32:\"a3a4146143503695662915aeed8713a9\";a:4:{s:7:\"fileDir\";s:41:\"a3a4146143503695662915aeed8713a9/original\";s:8:\"fileName\";s:6:\"P1.csv\";s:12:\"originalName\";s:6:\"P1.csv\";s:7:\"baseDir\";s:32:\"a3a4146143503695662915aeed8713a9\";}}s:10:\"activeFile\";s:32:\"a3a4146143503695662915aeed8713a9\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"16\";s:12:\"wpieSecurity\";s:10:\"fa82a2c64e\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"a3a4146143503695662915aeed8713a9\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:25:\"wpie_item_import_img_tags\";s:1:\"1\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:6:{s:13:\"64a7e118595fb\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"nzuu0fvtu0lkgjzsd96q\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"cmkg4eqr0wa8csc63yi1\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"bcauwxva2hpvpcpansmu\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"6kixbz450u84assiqqj0\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"udd28a2pbe7i0vkmkorm\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:706;s:7:\"updated\";i:0;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:6501;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-07-07 09:58:17\";}',0,'2023-07-07 11:55:35','2023-07-07 11:58:17'), (17,'completed','import','val','64ad4a2702be4','post','a:93:{s:10:\"importFile\";a:1:{s:32:\"9babeeb92711eab9fe855b8ec0f102df\";a:4:{s:7:\"fileDir\";s:41:\"9babeeb92711eab9fe855b8ec0f102df/original\";s:8:\"fileName\";s:20:\"Partition1_clean.csv\";s:12:\"originalName\";s:20:\"Partition1_clean.csv\";s:7:\"baseDir\";s:32:\"9babeeb92711eab9fe855b8ec0f102df\";}}s:10:\"activeFile\";s:32:\"9babeeb92711eab9fe855b8ec0f102df\";s:9:\"sheetList\";a:0:{}s:11:\"activeSheet\";s:0:\"\";s:6:\"action\";s:23:\"wpie_import_update_data\";s:14:\"wpie_import_id\";s:2:\"17\";s:12:\"wpieSecurity\";s:10:\"ccd24e5e1e\";s:2:\"bg\";s:1:\"0\";s:5:\"xpath\";s:5:\"/item\";s:4:\"root\";s:4:\"item\";s:12:\"is_new_items\";s:1:\"1\";s:25:\"wpie_total_filter_records\";s:1:\"0\";s:6:\"ref_id\";s:0:\"\";s:9:\"import_id\";s:1:\"0\";s:12:\"import_nonce\";s:0:\"\";s:23:\"wpie_file_upload_method\";s:24:\"wpie_import_local_upload\";s:24:\"wpie_import_local_upload\";s:32:\"9babeeb92711eab9fe855b8ec0f102df\";s:21:\"wpie_text_format_list\";s:3:\"csv\";s:19:\"final_existing_file\";s:0:\"\";s:25:\"wpie_upload_existing_file\";s:0:\"\";s:26:\"wpie_upload_final_file_url\";s:0:\"\";s:16:\"wpie_import_type\";s:4:\"post\";s:18:\"wpie_taxonomy_type\";s:8:\"category\";s:12:\"handle_items\";s:3:\"all\";s:18:\"wpie_csv_delimiter\";s:1:\";\";s:28:\"wpie_file_first_row_is_title\";s:1:\"1\";s:18:\"wpie_template_name\";s:0:\"\";s:15:\"wpie_item_title\";s:13:\"{minutage[1]}\";s:17:\"wpie_item_content\";s:0:\"\";s:17:\"wpie_item_excerpt\";s:0:\"\";s:22:\"wpie_item_image_option\";s:15:\"download_images\";s:25:\"wpie_item_image_url_delim\";s:2:\"||\";s:19:\"wpie_item_image_url\";s:0:\"\";s:35:\"wpie_item_image_media_library_delim\";s:1:\"|\";s:29:\"wpie_item_image_media_library\";s:0:\"\";s:27:\"wpie_item_image_local_delim\";s:1:\"|\";s:21:\"wpie_item_image_local\";s:0:\"\";s:32:\"wpie_item_search_existing_images\";s:1:\"1\";s:21:\"wpie_item_keep_images\";s:1:\"1\";s:34:\"wpie_item_first_imaege_is_featured\";s:1:\"1\";s:31:\"wpie_item_set_image_title_delim\";s:2:\"||\";s:21:\"wpie_item_image_title\";s:0:\"\";s:33:\"wpie_item_set_image_caption_delim\";s:2:\"||\";s:23:\"wpie_item_image_caption\";s:0:\"\";s:29:\"wpie_item_set_image_alt_delim\";s:2:\"||\";s:19:\"wpie_item_image_alt\";s:0:\"\";s:37:\"wpie_item_set_image_description_delim\";s:2:\"||\";s:27:\"wpie_item_image_description\";s:0:\"\";s:32:\"wpie_item_set_image_rename_delim\";s:2:\"||\";s:24:\"wpie_item_image_new_name\";s:0:\"\";s:33:\"wpie_item_set_image_new_ext_delim\";s:2:\"||\";s:17:\"wpie_item_new_ext\";s:0:\"\";s:23:\"wpie_item_not_add_empty\";s:1:\"1\";s:12:\"wpie_item_cf\";a:6:{s:13:\"64ad4a2802572\";a:3:{s:4:\"name\";s:5:\"Index\";s:5:\"value\";s:10:\"{index[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"9c18tdgypjh1mrthfpza\";a:3:{s:4:\"name\";s:8:\"Minutage\";s:5:\"value\";s:13:\"{minutage[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"sgbo0we22s9bzbv1tmlw\";a:3:{s:4:\"name\";s:6:\"Images\";s:5:\"value\";s:11:\"{images[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"i2qkhu8l6uoyox02rhx7\";a:3:{s:4:\"name\";s:9:\"VoixOffIn\";s:5:\"value\";s:16:\"{voixoffetin[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"sa6yvo08z7671af3kzhh\";a:3:{s:4:\"name\";s:8:\"BandeSon\";s:5:\"value\";s:13:\"{bandeson[1]}\";s:6:\"option\";s:6:\"normal\";}s:20:\"gqcaaz4g1lhw1d0nn157\";a:3:{s:4:\"name\";s:6:\"Ecrits\";s:5:\"value\";s:11:\"{ecrits[1]}\";s:6:\"option\";s:6:\"normal\";}}s:18:\"wpie_item_taxonomy\";a:2:{s:8:\"category\";s:0:\"\";s:8:\"post_tag\";s:0:\"\";}s:24:\"wpie_item_taxonomy_delim\";a:2:{s:8:\"category\";s:1:\",\";s:8:\"post_tag\";s:1:\",\";}s:37:\"wpie_item_taxonomy_hierarchical_delim\";a:1:{s:8:\"category\";s:1:\">\";}s:16:\"wpie_item_status\";s:7:\"publish\";s:34:\"wpie_item_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_date\";s:3:\"now\";s:32:\"wpie_item_date_as_specified_data\";s:0:\"\";s:24:\"wpie_item_comment_status\";s:4:\"open\";s:42:\"wpie_item_comment_status_as_specified_data\";s:0:\"\";s:21:\"wpie_item_ping_status\";s:4:\"open\";s:39:\"wpie_item_ping_status_as_specified_data\";s:0:\"\";s:14:\"wpie_item_slug\";s:0:\"\";s:23:\"wpie_item_post_password\";s:0:\"\";s:16:\"wpie_item_author\";s:0:\"\";s:21:\"wpie_item_attachments\";s:0:\"\";s:27:\"wpie_item_attachments_delim\";s:2:\"||\";s:18:\"wpie_item_template\";s:12:\"as_specified\";s:36:\"wpie_item_template_as_specified_data\";s:0:\"\";s:16:\"wpie_item_parent\";s:12:\"as_specified\";s:34:\"wpie_item_parent_as_specified_data\";s:0:\"\";s:15:\"wpie_item_order\";s:0:\"\";s:31:\"wpie_existing_item_search_logic\";s:5:\"title\";s:36:\"wpie_existing_item_search_logic_slug\";s:0:\"\";s:38:\"wpie_existing_item_search_logic_cf_key\";s:0:\"\";s:40:\"wpie_existing_item_search_logic_cf_value\";s:0:\"\";s:34:\"wpie_existing_item_search_logic_id\";s:0:\"\";s:16:\"wpie_item_update\";s:3:\"all\";s:28:\"wpie_item_update_attachments\";s:3:\"all\";s:23:\"wpie_item_update_images\";s:3:\"all\";s:19:\"wpie_item_update_cf\";s:6:\"append\";s:33:\"wpie_item_update_cf_includes_data\";s:0:\"\";s:33:\"wpie_item_update_cf_excludes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_includes_data\";s:0:\"\";s:41:\"wpie_item_update_taxonomies_excludes_data\";s:0:\"\";s:27:\"wpie_item_update_taxonomies\";s:3:\"all\";s:27:\"wpie_import_file_processing\";s:5:\"chunk\";s:24:\"wpie_records_per_request\";s:2:\"20\";s:22:\"wpie_import_split_file\";s:1:\"1\";s:25:\"wpie_import_friendly_name\";s:0:\"\";}','a:8:{s:5:\"total\";i:706;s:8:\"imported\";i:706;s:7:\"created\";i:704;s:7:\"updated\";i:2;s:7:\"skipped\";i:0;s:15:\"last_records_id\";i:6501;s:19:\"last_records_status\";s:9:\"completed\";s:13:\"last_activity\";s:19:\"2023-07-11 12:29:34\";}',0,'2023-07-11 14:25:11','2023-07-11 14:29:34'); /*!40000 ALTER TABLE `wp_wpie_template` 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 2023-07-12 0:12:58